.seminar_header_side{
		background: #BA1532;
    color: #FFFFFF;
    padding: 0.4em 0;
    vertical-align: middle;
    text-align: center;
    width: 85%;
    margin: 0 auto;
    /* border: #BA1532 solid 1px; */
    text-shadow: none;
}

.seminar_date_side{
	border: #BA1532 1px solid;
    font-weight: bold;
    overflow: hidden;
    padding: 0.5em;
    margin: 0 auto;
    width: 85%;
    box-sizing: border-box;
}

.seminar_date_side dt{
	width: 33%;
	color: #C43349;
	font-size: 24px;
	font-weight: bold;
	float:left;
	padding: 1%;
	border-top: 1px solid #c1c1c1;
	border-bottom: none;
	text-align: center;
}
.seminar_date_side dd {
	width: 59%;
	/* color: #5A5A5A; */
	font-weight: bold;
	float:left;
	border-bottom: none;
	border-left: none;
	padding: 1% 0 1% 6%;
	border-top: 1px solid #c1c1c1;
	position:relative;
	margin: 0;
}

.seminar_date_side dd a {
	color: #5A5A5A!important;
}

.seminar_date_side dd a {color:#5A5A5A;text-decoration: none;}

.seminar_date_side dd a:before{
	position:absolute;
  content:'';
  top: 0.9em;
  left: 0.2em;
  height:0;
  width:0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #ba1532;
}

.seminar_date_side dt:first-child{
	border-top: none;
}
.seminar_date_side dt:first-child + dd{
	border-top: none;
}
.seminar_date_month{
	font-size: 24px;
}
.seminar_date_day{
	font-size: 18px;
}
.light_yellow_bold_text {
    color: #ECC46B;
    font-weight: bold;
}
.hidden-xs{display:none!important}
/* * {box-shadow:#BA1532 1px 1px 1px 1px inset;} */
-->
/* FONT size */
.font-large{
	font-size: 1.3em;
}
.font-small {
    font-size: 0.8em;
}

