html{
	background:#141414;
}

span::selection {
  background-color: #4a90e2;
  color: white;
}

input::selection {
  background-color: #4a90e2;
  color: white;
}

nav a{
	color:#FFF;
}

nav a:hover{
	color:#4dceee;
}

nav button{
	color:#FFF;
}

nav button:hover{
	color:#4dceee;
}

.hovecolor1:hover{
	color:#4dceee;
}

.mytable{
	border-width:1px;
	border-color:#0087ad;
	background:#00354370;
	font-size: 16px !important;
}

.mytable tr{
	border-bottom:1px solid #0087ad;
}

.mytable thead tr{
	color:#fff;
	background:#006683;
	background: linear-gradient(45deg, #008bbf 0%, #013545 80%);
}

.mytable tbody tr{
	color:#fff;
	background:#006683;
	background: linear-gradient(45deg, #e1bb2d 0%, #008bbf 13%, #00455b 0%);
}

.mytable tbody td{
	padding:8px 0;
	text-align:center;
}

.mytable tbody td img{
	display:inline;
}

.mytable tbody td:first-child{
	width:60px;
}

.mytable tbody td:nth-child(2){
	width:220px;
}

.mytable tbody td:last-child{
	width:180px;
}

.all_bg
{
	background: #141122;
	background: linear-gradient(95deg, #141122 50%, #204055 100%);
}

.bg0
{
	background-color:#21212170;
}

.bg1{
	background-color:#12161c;
}

.bg2{
	background-color:#16181aa0;
}

.article_content a
{
	color:#57ea42;
}




.mytable2 {
    margin-bottom: 31px;
	background-color:#00445b70;
	font-size: 16px !important;
	border:1px solid #0087ad;
}

.mytable2 th {
    height: 53px;
    font-weight: bold;
    color: #fff;
	background: #006683;
    background: linear-gradient(45deg, #008bbf 0%, #013545 80%);
}

.mytable2 tbody td{
	text-align:center;
	border:1px solid #0087ad;
	padding:5px;
}

.mytable2 img{
	display:inline;
}


.mytable3{
	border-width:1px;
	border-color:#0087ad;
	background:#00354370;
	font-size: 16px !important;
}

.mytable3 thead tr{
	color:#fff;
	background:#006683;
	background: linear-gradient(45deg, #008bbf 0%, #013545 80%);
}

.mytable3 tbody tr{
	color:#fff;
}

.mytable3 tbody td{
	padding-bottom:10px;
	text-align:center;
}

.mytable3 tbody td img{
	display:inline;
}

.mytable3 tbody td:first-child{
	width:60px;
}

.mytable3 tbody td:nth-child(2){
	width:220px;
}

.mytable3 tbody td:last-child{
	width:180px;
}

.mydivtb1
{
	border:1px solid #267144;
	padding:20px 5px 20px 5px; 
	background-color:#122b10;
	margin-top:20px;
}

.mydot::after
{
	content: "";
    display: inline-block;
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
    background-color: #57ea42;
    border-radius: 3.40282e+38px;
    vertical-align: middle;
}