a{
	border-bottom: dotted 0px;
}

.style2-home-page{
    padding: 0 0 2em 0;
}

.list-group-item img{
	width: 100%;
	height: auto;
}

.footer-col-4 {
	text-align: center;
}

.text-right{
	text-align: end;
}

.list-group-item{
	padding-bottom: 2em;
}

.list-group-item > h2{
	margin-bottom: 0.2em;
}

.list-group-item > hr{
	border-top: solid 1px #FC8D3D;
}

.panel-body > img{
	width: 100%;
	height: auto;
}

#sidebar >section > img{
	width: 100%;
	height: auto;
}

.li-home-page{
	list-style-type: none;
	text-align: left;
}

.event_date_home_page{
	font-size: 10pt;
	float: left;
}

.li-home-page > h3{
	margin-bottom: 0;
}

.text-right-home-page{
	font-size: 10pt;
}

@media screen and (min-width: 736px){

	#bx_incl_area_3 > iframe{
		height: 674px;
		width: 100%;
	}
}

@media screen and (max-width: 736px){

	#bx_incl_area_3 > iframe{
		display: block;
		margin: 0 auto;
		width: 80%;
		height: 25em;
	}
}

.panel-heading > h2{
	color: #FC8D3D;
}

td.leftcol {
    width: 50%;
    vertical-align: top;
   }

td.leftcol > img{
	width: 100%;
}

td.rightcol{
   padding-left: 10px;
}

.img-history{
	max-width: 100%;
    height: auto;
}

 .rating-table > tbody > tr > td {
border: 1px solid black;
}

.table-green{
background: #33FF3350;
}

.table-yellow{
background: #FFFF0050;
}

.table-gray{
background: #C0C0C050;
}

.table-red{
background: #FF000050;
}

.inline-div {
	display: inline-flex;
}

.margin-div{
	margin-right: 10px;
}

.max-width{
	width: 100%;
}