@charset "UTF-8";
/* CSS Document */

.title_1{
margin-top:5px;
border-top:1px solid #D3D3D3;
border-bottom:1px solid #D3D3D3;
background-color:#E2E1D3;
font-size:30px;
text-align:center;
}
.title_2{
margin-top:5px;
border-top:1px solid #D3D3D3;
border-bottom:1px solid #D3D3D3;
background-color:#E2E1D3;
font-size:25px;
text-align:center;
}
.title_3{
background-color:#E2E1D3;
font-size:18px;
text-align:center;
}
.venue_box{
padding:10px;
background:#E2E1D3;
border:1px solid #D3D3D3;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

.venue_left_float{
float:left;
width:298px;
margin:5px;
margin-right:15px;
}

.bootleg_box{
background:#E2E1D3;
border:1px solid #D3D3D3;
}

.gig_bootleg_title{
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
margin-top:3px;
font-weight:bold;
}

.gig_set_list_title{
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
margin-bottom:3px;
font-weight:bold;
}
.gig_set_list{
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding:2px;
}
.gig_description{
margin:15px;
font-size:14px;
}
.gig_description img{
width:420px;
}
.gigs_images{
width:65px;
border:1px solid gray;
padding:5px;
margin:5px;
}
.past_gig_tables{
width:100%;
}
.past_gig_line{
background: #EBEBDF;
margin-top:2px;
border-bottom:1px solid #D3D3D3;
padding:2px;
font-size:14px;
}