.e-address{
    text-decoration: underline;
    color: #005b7e;
}
.link-button{
    text-decoration: none;
    color: #fff;
    background: #1B7D8C;
    text-align: center;
    height: 25px;
    line-height: 25px;
    border-radius: 3px;
    font-size: 13px;
    display: inline-block;
    padding: 0 10px;
}
.podrobnee{
    color: #fff;
    border:0;
    min-height: 32px;
    padding:4px 20px;
    background: #4ca3aa;
    background: -moz-linear-gradient(top,  #4ca3aa 0%, #1b7d8c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4ca3aa), color-stop(100%,#1b7d8c));
    background: -webkit-linear-gradient(top,  #4ca3aa 0%,#1b7d8c 100%);
    background: -o-linear-gradient(top,  #4ca3aa 0%,#1b7d8c 100%);
    background: -ms-linear-gradient(top,  #4ca3aa 0%,#1b7d8c 100%);
    background: linear-gradient(to bottom,  #4ca3aa 0%,#1b7d8c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ca3aa', endColorstr='#1b7d8c',GradientType=0 );
    margin-top:10px;
}
.best-company{
    text-align: center;
}
.best-company img{margin: 5px 10px;}