.mriezka {
    font: 0.9em arial, helvetica, sans-serif;
    color: #687074;
    text-align: center;
    width: 100%;
    text-align: center;
}

.mriezka table {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.mriezka a {
    color: #1861a3;
    text-decoration: none;
    border: none;
}
.mriezka a:hover {
    color: #0a0ca3;
}

.mriezka img {
    border: none;
}

.mriezka .facility {
    display: block;
}

.mriezka .photo_frame {
    position: relative;
    width: 240px;
    height: 150px;
    padding: 5px;
    border: solid 1px silver;
    margin-top: 5px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.mriezka .photo {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 240px;
    height: 150px;
    overflow: hidden;
}

.mriezka .photo img {
    width: 240px;
    height: 150px;
}

.mriezka .capacity {
    position: absolute;
    top: 132px;
    left: 165px;
    width: 80px;
    padding-top: 5px;
    height: 18px;
    font-size: 12px;
    font-weight: bold;
    background-color: black;
    color: white;
    opacity: 0.70;
    text-align: center;
}

.mriezka .tag {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    padding-top: 5px;
    height: 18px;
    font-weight: bold;
    font-size: 12px;
    background-color: #e02222;
    color: white;
    text-align: center;
}

.mriezka .title {
    font-size: 14px;
    font-weight: bold;
    margin: 5px;
    text-align: center;
}

.mriezka .location {
    font-size: 13px;
    font-weight: normal;
    margin: 3px;
    text-align: center;
}

.facility *, .facility *:before, .facility *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}