.hotelContent
{
    margin-top: 40px;
    margin-bottom: 10px;
}


.hotelMenu
{
    
}
.hotelMenuTitle
{
    color: #a59872;
    text-align: right;
}
.hotelMenu hr
{
    background-color: #b3a680;
    margin-top: 2px;
    height: 1px;
    border: 1px;
}
.hotelText
{
    color: #767676;
}
#hotelServicesList p
{
    margin: 0;
}
#conciergeLink
{
    margin-top: 14px;
    margin-left: 0px;
    
}
.hotelService
{
    color: #767676;
    padding: 4px;
    padding-left: 12px;
    padding-right: 12px;
    /*width: 90%;*/
}
.hotelServiceHighlight
{
    background-color: #f4f2ec;
    /*width: 90%;*/
}
#hotelServicesList table
{
    border: none;
    width: 100%;
    color: #767676;
}
#hotelServicesList tr > td,
#hotelServicesList tr > th
{
    width: 50%;
    border: none;
    padding: 4px 12px;
}
#hotelServicesList tr:nth-child(odd) > td,
#hotelServicesList tr:nth-child(odd) > th
{
    background-color: #f4f2ec;
}
#hotelDetails
{
    margin-left: 0;
    padding: 0;
    background-color: #b3a680;
    color: #ffffff;
}
#hotelDetailsText
{
    padding: 24px;
}
#hotelDetailsTitle
{
    color: #ffffff;
}
#hotelDetailsDescription
{
    padding-top: 6px;
}

@media (min-width: 1200px)
{
   #hotelDetails
   {
       width: 800px;
   }
    #hotelDetailsText
    {
        padding-left: 34px;
        padding-right: 34px;
    }
}
@media (min-width: 980px) and (max-width: 1199px)
{
   #hotelDetails
   {
       width: 640px;
   }
}
@media (min-width: 768px) and (max-width: 979px)
{
   #hotelDetails
   {
       width: 496px;
   }
}
@media (max-width: 767px)
{
    .hotelMenuTitle
    {
        text-align: left;
    }
}