*{
	margin:0;padding0;
}
body {
  padding-top: 40px;
  padding-bottom: 30px;
}
.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}


#header {
	padding: 10px 10px;
	margin-bottom: -10px;
}
#header h1 {
	margin: 0;
	padding: 10px 0;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
h1 {
	font-family: 'Georgia', Georgia, 'Times New Roman', Times, 'Microsoft YaHei', SimSun, SimHei, serif;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	color: #00008B;
}
h2 {
	font-family: 'Georgia', Georgia, 'Times New Roman', Times, 'Microsoft YaHei', SimSun, SimHei, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #00008B;
}
h3 {
	font-family: 'Georgia', Georgia, 'Times New Roman', Times, 'Microsoft YaHei', SimSun, SimHei, serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #00008B;
}
h4 {

	color: #00008B;
}
h5 {
	color: #00008B;
}
h6{
	font-family: 'Georgia', Georgia, 'Times New Roman', Times, 'Microsoft YaHei', SimSun, SimHei, serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: 		#696969;
}

a {
	font-weight: normal;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#footer {
	clear: both;
	display: block;
	position: relative;
	z-index: 10;
	height: 3em;
	margin-top: -3em;
}

.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th {
    border: none;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}
.table > tbody > tr > td {
     vertical-align: middle;
}

a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #3366FF url("images/cd-top-arrow.svg") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	opacity: 0.6;
}

