/* Enter Your Custom CSS Here */

.right-content li {
    margin-left: 50px;
    margin-top:15px;
  list-style: disc;
}

.footer-facts {
}

.footer-facts a:link {
	color: #2bace2;
}

.footer-facts a:visited {
	color: #2bace2;
}

.footer-facts a:active {
	color: #2bace2;
}

.footer-facts a:hover {
	color: #99cc00;
}




/* START Fixing the sidebar width for advertisement */

.sidebar.col-md-4 {
    float: right;
    max-width: 300px;
    padding: 0 !important;
}

.sidebar.three-column {
    width: 100% !important;
    margin:0 !important;
}

.left-content.col-md-8 .post-desc-full{
    width: 100% !important;
}

/* END Fixing the sidebar width for advertisement */

