.akcesluzby p {
    font-size: 14px;
    color: white;
    background: #009ae1;
    padding: 6px;
    font-weight: bold;
}
.akcesluzby {
    width: 50%;
    float: left;
    padding: 10px;
}
#vypisstranka{float:none}
.block span img {
    border: 0 solid;
    float: right;
    height: auto;
    margin: 5px 0 0;
    min-height: auto;
    min-width: auto;
    padding: 0;
    width: auto;
}
.block img {
    border: 1px solid #e8e8e8;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    max-height: 66px;
    max-width: 100px;
    min-height: 66px;
    min-width: 100px;
    object-fit: none;
    object-position: 50% 10%;
    overflow: hidden;
    padding: 4px;
    position: relative;
}
.block img:hover {
    background: #333 none repeat scroll 0 0;
    border-color: #333;
}
.block {
    background: white none repeat scroll 0 0;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.block li {
    border-bottom: 1px solid #dbdbdb;
    float: left;
    margin: 0 0 5px;
    padding: 0 0 10px;
    width: 100%;
}
.block li:nth-last-child(1) {
    border-bottom: medium none;
}
.block p {
    margin-bottom: 10px;
}
.block span {
    color: #000;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
}
.block a {
    color: #696969;
}
.block a:hover {
    text-decoration: underline;
}
.block span.rating {
    background: rgba(0, 0, 0, 0) url("../img/stars2.png") no-repeat scroll 0 0;
    cursor: pointer;
    display: block;
    float: left;
    height: 9px;
    position: relative;
    width: 53px;
}
.block span.rating span {
    background: rgba(0, 0, 0, 0) url("../img/stars.png") no-repeat scroll 0 0;
    height: 9px;
}
