/* Shows page */


/* Attention, do not edit this file directly, please use the stylesheet editor in admin.
Any changes made here will be overwritten*/

#select-weekend {
padding:10px;
font-size:20px;
font-family:'Seagram';
border:1px solid black;
border-radius:5px;
outline:none;
cursor:pointer;
width:200px;
text-align:center;
background:#531b08;
color:white;
}
#select-weekend option {
cursor:pointer;
}
.show_info {
padding:10px 320px 10px 10px;
border-bottom:1px solid #ccc;
position:relative;
min-height:220px;
}
.show_info h3 {
margin:15px 0 5px;
}
.show_info .tagline {
font-weight:normal;
font-family:Arial;
}
.show_info .show-photo {
margin:0 0 0 10px;
border:3px solid #ffffff;
box-shadow:0 0 3px rgba(0,0,0,0.4);
width:300px;
position:absolute;
top:10px;
right:10px;
}
.show_info td.bold {
padding-right:5px;
}

@media (min-width: 1600px) {

}

@media (min-width: 1200px) and (max-width: 1599px) {

}

@media (min-width: 980px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 979px) {

}

@media (max-width: 767px) {
.show_info {
padding:10px;
display:flex;
flex-direction:column;
justify-content:space-between;
align-items:flex-start;
}
.show_info .show-photo {
margin:10px;
width:90%;
position:relative;
top:auto;
right:auto;
}

}

@media (max-width: 480px) {

}
