/*
div.tresc button.show-email{
    color: white;
    background-color: #0071bb;
    padding: 3px 12px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    text-transform: none;
    margin:0;
}
*/

div.tresc button.show-email {
  color: #2d71b5;
  background-color: white;
  padding: 1px 6px 2px 5px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  text-transform: none;
  margin: 0;
  border: 1px solid #2d71b5;
}

/*
div.tresc button.show-email:hover{
    background-color: #004492;
}
*/

div.tresc button.show-email:hover{
	color: #004390;
    background-color: #d8eafd;
    border: 1px solid #004390;
}

@media (min-width: 600px) {
    div.tresc div.zdjecie_w_tekscie[align="right"], div.tresc figure[align="right"] {
        margin-top:5px;
    }
}

@media (min-width: 1260px) {
    div.tresc div.zdjecie_w_tekscie[align="right"], div.tresc figure[align="right"] {
        margin-top:5px;
        min-width:401px;
    }
}