﻿

.glyphicon
{
    margin-right:4px !important; /*override*/
}

.pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}

.pagination a
{
    color:#000;
}

.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
	
}
.newsticker_head
{
background:#802c80;
padding:10px 10px;
color:#fff;
font-size:16px;
text-align:center;
font-weight:bold;
}
.panel-default
{
backgound:#fff;
}
.myths
{
    padding:9px 9px;
    margin:0px;
    border-bottom:1px dotted #555;
	background:#fff;
	padding:10px; 
	text-align:justify;
	border:1px solid #999;
	margin-bottom:5px;
	box-shadow:inset 2px 2px 20px #ccc;

}
.myths .myths-head
{
display:block;
line-height:2em;
margin:10px; 
color:#802c80;
font-weight:bold;
border-bottom:1px solid #ccc; 
}
.myths .myths-content
{
	text-indent:15px;
	color:#333;
	text-align:justify;
	line-height:2em;
}
