.widget-menu > .container {
	/* padding-right: 50px; */
    position: relative;
}
.nav-scrolltop {
	color: #fff;
	display: none;
    font-size: 22px;
    height: 40px;
    line-height: 43px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}
.fixed > .container > .nav-scrolltop {
	display: block
}
.nav-scrolltop:hover,
.nav-scrolltop:focus {
	color: #003d67;
	outline: none
}

.social-icons > .item {
	border-radius: 1px;
    display: inline-block;
	color: #fff;
    font-size: 20px;
    height: 28px;
    line-height: 28px;
	margin: 0 0 0 4px;
    text-align: center;
    width: 28px;
}
.social-icons > .rss { background-color: #e26c25 }
.social-icons > .rss:hover,
.social-icons > .rss:focus { background-color: #fd7829 }

.social-icons > .twitter { background-color: #097abf }
.social-icons > .twitter:hover,
.social-icons > .twitter:focus { background-color: #14458d }

/* -- CT1 Content -- */
.content table thead td, .content table thead th { background: #003d67 !important; color: #fff !important }
.content table tbody th, .content table td.heading { background: #c7dce9 !important; border-bottom: 1px solid #003d67 !important  }
.content table tr.even td { background: #c7dce9 !important; }
.content table tbody tr:last-child td { border-bottom: 1px solid #003d67 !important }
.content table tbody tr td:first-child { border-left: 1px solid #999 }

/* */
