.demof{
	border: 1px solid #c2b130;
	margin: 16px 0;
}
.demof ul{
	padding: 0;
	list-style: none;
}
.demof li{
	padding: 13px;
	border-bottom: 1px dashed #c2b130;
	line-height:22px;
}
.demof li.odd{
	background: #fafafa;
}
.demof li:after {
	content: '';
	display: block;
	clear: both;
}
.demof img{
	float: left;
	width: 100px;
	margin: 5px 15px 0 0;
}
.demof a{
	font-family: Arial, sans-serif;
	font-size: 16px;
	/* font-weight: bold; */
	color: #026179;
	line-height: 15px;
}
.demof p {
	margin: 15px 0 0;
	font-size: 14px;
}
.demof li i{
	margin-bottom:7px;}

.demo3 {
	font-family: Arial, sans-serif;
	border: 1px solid #C20;
	margin: 50px 0;
	font-style: italic;
	position: relative;
	padding: 0 0 0 80px;
	box-shadow: 0 2px 5px -3px #000;
	border-radius: 3px;
}
.demo3:before {
	content: "Latest News";
	display: inline-block;
	font-style: normal;
	background: #C20;
	padding: 10px;
	color: #FFF;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
}
.demo3:after {
    content: '';
    display: block;
    top: 0;
    left: 80px;
    background: linear-gradient(#FFF, rgba(255, 255, 255, 0));
    height: 20px;
}
.demo3 ul li {
	list-style: none;
	padding: 10px 0;
}


.demo4{
	border: 2px solid #06F;
	margin-top: 10px;
	border-radius: 5px;
}

.demo5{
    border: 2px solid #FF3333;
    margin-top: 10px;
    border-radius: 10px;
    width: 500px;
    -webkit-box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
}
.demo5 ul{
    padding: 0;
}
.demo5 ul li{
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #FF3333;
    border-radius: 10px;
    list-type: none;
    margin: 0;
}
.et-run{
    background-color: #0cf;
    color: white;
    border: 1px solid black;
}

.sml_clndr{
	width: 55px;
	height: 68px;
	background: #c2b130;
	border-radius:4px;
	float:left;
	margin-right:5px;
	}
.sml_clndr .month{
	background: #012951;
	font-size: 11px;
	font-weight:bold;
	color:#fff;
	width:100%;
	text-align:center;
	border-radius:4px 4px 0 0;
	line-height:18px;
	float:left;
}
.sml_clndr .date{
	font-size: 20px;
	font-weight:bold;
	color:#333;
	width:100%;
	text-align:center;
	line-height: 16px;
	margin-top:3px;
	float:left;
}
.sml_clndr .day{
	font-size:10px;
	color:#333;
	width:100%;
	text-align:center;
	float:left;
	line-height: 14px;
}
.sml_clndr .year{
	background: #012951;
	font-size: 10px;
	font-weight:bold;
	color: #fbfbfb;
	width:100%;
	text-align:center;
	float:left;
	line-height:16px;
	letter-spacing:2px;
	border-radius:0 0 4px 4px;
}
#col-blue2 .demof {
    border: 1px solid #0e5298;
    margin: 16px 0;
}

#col-blue2 .demof li {
    padding: 15px;
    border-bottom: 1px dashed #0e5298;
    line-height: 22px;
    color: #f19621;
}
#col-blue2 .demof a {
    color:#fff !important;
}