/**
 * @Project ACCOMMODATION 4.x
 * @Author PHAN TAN DUNG (phantandung92@gmail.com)
 * @Copyright (C) 2016 PHAN TAN DUNG. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate Sat, 11 Jun 2016 16:20:15 GMT
 */

.accom-items{
     border-bottom: 1px #e4e4e4 solid;
     margin-bottom: 10px;
}
.accom-items .money{
     color: red;
}
.accom-items .img-thumbnail{
     margin-bottom: 5px;
}
.accom-detail-pagetitle{
     border-bottom: 1px #e4e4e4 dashed;
     padding-bottom: 7px;
     margin-bottom: 10px;
     text-transform: uppercase;
     font-weight: 700;
}
.accom-detail-pagetitle *{
     text-transform: none;
     font-weight: 300;
}
.w200{
     width: 200px;
}
.text-strong{
     font-weight: bold;
}
td.required{
     position: relative;
}
td.required:before{
     font: normal normal normal 14px/1 FontAwesome!important;
     content: "\f069"!important;
     position: absolute;
     top: 12px;
     right: 12px;
     color: #F00;
}
.post-table{
     width: 100%;
}
.post-table td{
     padding: 4px;
}