/**/
.hostel-id__description {
    font-size: 14px;
    line-height: 2;
}
.hostel-id__description p {
    text-align: justify;
}
/**/
.hostel-id__table-info {
    margin: 20px 0 20px 0;
    width: 100%;
}
.hostel-id__table-info td {
    border-top: solid 1px #0a4b74;
    border-bottom: solid 1px #0a4b74;
    padding: 5px 0 5px 0;
    font-size: 14px;
    color: #999;
}
.hostel-id__table-info td + td {
    color: #000;
}
.hostel-id__table-info p {
    margin: 5px 0 5px 0;
}
/**/
.hostel-id__thumb-big {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    /*background: #000;*/
    border: solid 4px #fff;
    width: 422px;
    height: 320px;
}
.hostel-id__thumb-small {
    border: solid 4px #fff;
    margin: 5px 0 0 0;
    cursor: pointer;
}
.hostel-id__thumb-small:hover {
    border-color: #2291cd;
}
/**/
.hostel-id__crumb a {
    text-decoration: underline;
    display: inline-block;
    height: 15px;
}
.hostel-id__crumb .gt {
    background: url("i/gt.png") no-repeat center 0;
    display: inline-block;
    width: 15px;
    height: 15px;
}
