/* My CSS */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.toplinks {
	color: black;
	font-weight: normal;
	font-size: 16px;
}

a.toplinks {
	color: black;
	font-weight: normal;
	font-size: 16px;
}

a.toplinks:link, a.toplinks:visited {
	color: black;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
}

a.toplinks:hover {
	color: white;
	background: green;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
}

.links {
	color: #00ffff;
	font-weight: bold;
	font-size: 20px;
}

a.links {
	color: #00ffff;
	font-weight: bold;
	font-size: 20px;
}

a.links:link, a.links:visited {
	color: #00ffff;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}

a.links:hover {
	color: #000;
	background: orange;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}

/* Large white border */
hr.new4 {
  border: 1px solid #fff;
}

/* Large black border */
hr.new5 {
  border: 1px solid #860000;
}

/* Add a gray background color with some padding */
body {
	font-family: Arial;
	padding: 20px;
	background: #efdec0;
}

/* Main Body Outer Wrapper */
.outer_wrapper {
	width: 90%;
	height: auto;
	margin: 0px auto;
}

/* Body Wrapper Dark */
.wrapper {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	padding: 20px;
	background: #efdec0;
}

.wrapper2 {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	padding: 20px;
	background: #0f2755;
}

/* Footer Red */
.footer {
	clear: both;
	width: 100%;
	height: auto;
	padding: 10px;
	font-size: 0.8rem;
	margin: 0px auto;
	margin-top: 20px;
}

/* Left column */
#leftcolumn {   
	float: left;
	width: 100%;
}

/* Right column */
#rightcolumn {
	float: right;
	width: 100%;
}

/* Add a card effect for articles */
#card-left {
	float: left;
	width: 100%;
	font-size: 100%;
	padding: 10px;
	margin: 0px auto;
	background-color: rgba(255,255,255,0.9);
	border-radius: 10px;
}

/* Add a card effect for statics */
#card-rite {
	color: white;
	padding: 10px;
}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

.tbl-brdr {
    background: #5d97cd;
    border: 1px solid #000086;
    border-collapse: separate;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #fff;
    text-shadow: none;
    margin-bottom: 5px;
    font-size: 13px;
    padding: 12px;
}
.row1{
	background-color: #C0C0C0;
	border: 1px solid #000;
	color: #990000;
}
.row2 {
	background-color: #acbbac;
	color: #000080;
}
.large {
	font-size: 13px;
	font-weight: bold; 
}
hr.mid-hr {
	height: 1px;
	border: 1px solid #400000;
}
.mytable {
    border: 1px solid #B83C32;
    border-collapse: separate;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #000;
    text-shadow: none;
    margin-bottom: 5px;
    padding: 3px;
}

.mytable2 {
    border: 1px solid #000084;
    border-collapse: separate;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #000;
    text-shadow: none;
    margin-bottom: 5px;
    padding: 3px;
}

.substbl {
    border: 1px solid #B83C32;
    border-collapse: separate;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #000;
    text-shadow: none;
    margin-bottom: 5px;
    padding: 20px;
}

.mytable1 {
    border: 1px solid #5F5F5F;
    border-collapse: separate;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    text-shadow: none;
    margin-bottom: 5px;
    padding: 3px;
}

.tbl-brdr3 {
    background: #CDD2AE;
    border: 2px solid #000;
    border-collapse: separate;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    text-shadow: none;
    margin-bottom: 5px;
    padding: 10px;
}
