.title, h4, .button a { background: #bb5d4e; }
.title > dl > dt { color: #bb5d4e; font-weight: bold;}
.row2 { margin-left: 5.85em; }
a.map { background: #65a93b; }

dl.itinerary{
display: flex;
flex-wrap: wrap;
margin-bottom: 0;
position: relative;
width: 100%;
}
dl.itinerary dt{
width: 4rem;
background-color: #eee;
padding: 0.25rem 0.5rem;
margin: 0 0.5rem 0.5rem 0;
}
dl.itinerary dd{
width:calc(100% - 5rem);
margin-bottom: 0.5rem;
padding: 0.25rem 0.5rem;
}

div.photo{
display: flex;
flex-direction: column;
}
div.photo p.img{
margin-top: 0.5rem;
line-height: 1.0;
text-align: center;
}
div.photo p.img img{
margin-top: 0.5rem;
border-radius: 0.5rem;
}

/*dl.itinerary div.lunch img{
margin-top: 0.5rem;
border-radius: 2rem;
}*/

@media screen and (min-width:737px) {
div.photo{
display: flex;
justify-content: space-between;
flex-direction: row;
}
div.photo p.img img{
margin-bottom: 0.5rem;
}
/*dl.itinerary div.lunch{
display: flex;
align-items: center;
}
dl.itinerary div.lunch img{
margin-top: 0;
}*/
}/*@media screen and (min-width:737px)*/


ul.at-list{
display: block;
}
ul.at-list li{
text-indent: -0.6rem;
padding-left: 0.6rem;
text-align: inherit;
margin-bottom: 0;
}
ul.at-list li:hover{
transform: none;
cursor: inherit;
box-shadow: none;
}