@font-face {
    font-family: 'Roboto';
    src: url(/fonts/Roboto.woff2) format("woff2"), url(/fonts/Roboto.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}

.gdz {
	float: left;
    background-color: Cornsilk;
    border: 1px solid #ccc;
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border .2s, box-shadow .2s;
    border-radius: 5px;
    color: LightSeaGreen;
    margin: 1px auto;
    font-family: Roboto, sans-serif;
    font-size: large;
    font-weight: bolder;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-bottom: 2px;
    vertical-align: middle;
    text-decoration: none;
}
body {
    font-family: Roboto, sans-serif;
    font-size: 16pt;
    background-color: #FFF;

}
main {
    display: flex;
    flex-direction: row;

    align-items: stretch;
}
#articleBody {
	width: 100%;
    display: flex;
    flex-direction: row;
	justify-content: space-between;
}
.video {
	min-height: 405px;
	justify-content: center;
	align-items: center;
}
.center {
    text-align: center;
}
.ads_top {
    text-align: center;
	min-height: 280px;
}
article {
	display: block;
	width: 100%;
    text-align: justify;
    hyphens: auto;
    word-wrap: break-word;
	box-sizing: border-box;
	position: relative;
	overflow-y: hidden;
}
aside {
    flex-direction: column;
    width: 300px;
}
.adsbygoogle {
    display:flex;
	justify-content:center;
}
.staticpubads89354 {
    display:flex;
	justify-content:center;
}
@media (max-width:1151px){
#articleBody {
	display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-self: center;
}
#articleBody aside {
    align-self: center;
	max-width: 100%;
	width: 100%;
}
.staticpubads89354 {
    display:flex;
	justify-content:center;
	width: 720p;
}
}
@media (max-width:720px) {
main {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}
aside {
    align-self: center;
}
p {
	padding: 0px;
}
#admixer_68e76b05412f4cbcad44c98aeaa4e413_zone_8296_sect_2139_site_1995 {
    width: 360px;
}
}
main nav ul {
    margin-left: 0;
    padding-left: 0;
}
li {
    list-style-type: none;
}
main nav a {
    display: block;
}
nav a {
    background-color: Cornsilk;
    border: 1px solid #ccc;
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border .2s, box-shadow .2s;
    border-radius: 5px;
    color: LightSeaGreen;
    width: 250px;
    margin: 1px auto;
    font-family: Roboto, sans-serif;
    font-size: large;
    font-weight: bolder;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-bottom: 2px;
    vertical-align: middle;
    text-decoration: none;
}
nav a.bot {
    background-color: Bisque;
}
nav a:hover, a:focus {
    background-color: #ffffe0;
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
    text-decoration: none;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
a {
    color: LightSeaGreen;
    text-decoration: none;
}
article a:focus {
    box-shadow: none;
    background-color: #fff;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}
article a:visited {
    color: DarkCyan;
    text-decoration: none;
}
article a:hover {
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}
p {
    font-size: 16pt;
	padding: 0px 20px 0px 15px;
}
h1 {
	font-size: 22pt;
    color: SteelBlue;
    text-align: center;
}
h2 {
	font-size: 20pt;
    color: SteelBlue;
    text-align: center;
}
h3 {
	font-size: 18pt;
	color: SteelBlue;
    text-align: center;
}
h4 {
	font-size: 16pt;
	color: SteelBlue;
}
h5 {
	font-size: 16pt;
	color: SteelBlue;
}
h6 {
	font-size: 16pt;
	color: SteelBlue;
}
strong {
	font-size: 16pt;
	color: SteelBlue;
    text-align: center;
}
hr {
	margin-top: 1.5em;
}
.i4 {
	color: SteelBlue;
    font-size: 16pt;
    font-weight: 700;
    text-indent: 8em;
}
.i3 {
	color: SteelBlue;
    font-size: 18pt;
    font-weight: 700;
}
.i2 {
	color: SteelBlue;
    font-size: 20pt;
    font-weight: 700;
    text-align: center;
}
.small {
    font-size: 12pt;
    text-align: center;
}
.right {
    text-align: right;
}
article table {
    border-collapse: collapse;
    border: 0px solid #3faeeb;
	display: block;
	vertical-align: top;
	width: 100%!important;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
		padding: 5px;
}
article tbody {
	width: 100%;
    display: table;

}
article td {
    border: 1px solid #F90;
	width: auto;
}
article td p {
    padding: 0px;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9;
}

article nav {
	justify-content: center;
    display: flex;
	flex-direction: row;
}
article nav a{
	width: 120px;
}

article nav a:focus{
	background-color: #ffffe0;
}
@media (max-width:360px) {
.video {
	min-height: 205px;
	justify-content: center;
	align-items: center;
}
article nav {
    flex-direction: column;
}
.gsc-search-button {
    border-radius: 2px;
}
#admixer_68e76b05412f4cbcad44c98aeaa4e413_zone_8296_sect_2139_site_1995 {
    width: 360px;
}
}
.text_table {
    margin: 0 0 5px;
    border: 2px outset #F90;
    overflow: auto;
    margin-bottom: 5px;
}
.text_table img.main {
    float: left;
    margin-right: 10px;
}
.pic {
    max-width: 400px;
  justify-content: center;
   align-items: center;
    margin: auto;
}