
.widget-box {
    background-color: white;
    border-radius: 6px;

    position: relative;
    border: 1px solid #eaeff5;
    box-shadow: 0 5px 25px -6px rgba(41, 128, 185, 0.1);
    margin-bottom: 15px;
    padding: 0 1px 1px;
}
.widget-box h3 {
    font-size: 1.35rem;
    margin-top: 0;
    padding: 14px 0;
    border-bottom: 1px solid #eaeff5;
    position: relative;
}
.widget-box p {
    #color: #FFF;
	position: relative;
	#padding: 2px 0;
}
.widget-box .con p {
    color: #000;
	position: relative;
	padding: 2px 0;
}
.widget-box ul
{
    #list-style-type: none;
    padding: 6px;
    margin: 2px;
}
.widget-box ul li {
	position: relative;
	padding: 2px 0;
}
table thead th,table tbody th {
	border:1px solid #e5e5e5;
	background-color:#f8f8f8;
	font-weight:normal;
	padding:3px 1px
}
table td {
	border:1px solid #e5e5e5;
	padding:3px 2px;
	word-break:break-all
}
table.center td,table.center th,tr.center td,tr.center th,td.center {
	text-align:center
}
table.nob,table.nob th,table.nob td {
	border:0
}
a.white,.white,.white a {
	color:#fff
}
a.green,.green,.green a {
	color:#008000
}
a.red,.red,.red a {
	color:red
}
a.blue,.blue,.blue a {
	color:blue
}
a.pink,.pink,.pink a {
	color:#c00
}
a.gray,.gray,.gray a {
	color:#aaa
}
a.orange,.orange,.orange a {
	color:orange
}
a.yellow,.yellow,.yellow a {
	color:#ff0
}
a.black,.black,.black a {
	color:#333
}

.none {
	display:none
}