* 
{
    margin: 0;
    padding: 0;
    border: 0;
}

body
{
    font-family: Verdana, "Lucida Grande", "Lucida Sans", Tahoma, Arial, sans-serif;
    background-color: #000000;
    text-align: center;
    cursor: default;
}

a
{
    color: rgb(45, 217, 240);
    text-decoration: none;
    font-style: none;
}
a:visited
{
    color: rgb(45, 217, 240);
}
a:hover
{
    color: rgb(238, 255, 90);
}

.theme-color1 
{
    color: rgb(45, 217, 240);
}
.theme-color1 
{
    color: rgb(229, 255, 0);
}

#wrapper {
    width: 100%;
    min-width: 425px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid transparent;
    border-top: none;
    border-bottom: none;
    text-align: center;
    overflow-x: hidden;
}
#msgbox
{
    display: none;
    position: fixed;
    top: 222px;
    opacity: 0;
	transition: opacity 1.5s;
    z-index: 99;
}
#msgtext
{
    position: relative;
    padding: 10px;
    text-align: left;
    font-size: 12pt;
    background-color: #0d3547;
    color: #ffffff;
    border: 1px solid #1c6c91;
}
.defaultbutton
{
    display: inline-block;
    margin: 10px;
    padding: 10px 20px;
    cursor: pointer;
    background-color: #124564;
    border: 1px solid #c7dd03;
    color: #c7dd03;
}
.defaultbutton:hover
{
    color:#eeff00;
    background-color: #2b62a1;
    border: 1px solid #eeff00;
}
#copyright
{
    display: block;
    position: relative;
    margin-top: 50px;
    margin-left: 20px;
    margin-bottom: 10px;
    font-size: 7pt;
    text-align: left;
    color: #959595;
    cursor: default;
    width: 80%;
    opacity: 0.6;
}
#textscanpage input, #textscanpage select
{
    font-size: 14pt;
    padding: 1px;
    margin: 1px;
}
#textscanpage input[type=button], #textscanpage input[type=submit]
{
    cursor: pointer;
    padding: 2px;
    margin: 2px;
    border: 1px solid #cccccc;
    background-color: transparent;
    color: #eeeeee;
}
#textscanpage input[type=button]:hover, #textscanpage input[type=submit]:hover
{
    cursor: pointer;
    padding: 2px;
    margin: 2px;
    border: 1px solid yellow;
}
#results
{
    display: block;
    padding: 3px;
    width: 98%;
    color: #eeeeee;
    margin: 20px 1px 10px 10px;
    border:1px none #cccccc;
    font-size: 12pt;
    line-height: 16pt;
}
.rhighlight
{
    color:#3a92f8;
}
.textscan_content
{
    position: relative;
    display: block;
    width: 100%;
    font-size: 14pt;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1.2px;
    color: #eeeeee;
    padding: 6px 6px;
    background-color: rgba(11,11,11,0.8);
    text-align: left;
}
 

#EnterButton
{
    display: block;
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    font-size: 22pt;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 50px 0px;
}

#box_header
{
    display: block;
    position: relative;
    width: 100%;
    height: 80px;
    line-height: 80px;
    color: #ffffff;
    text-align: left;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#box_banner
{
    display: block;
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 180px;
    cursor: default;
    align-items: left;
    justify-content: left;
    color: white;
    font-family: 'Tahoma';
    font-size: 2.5rem;
    text-align: left;
}

#medialinks
{
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 6;
}
#medialinks img
{
    width: 40px;
    height: 40px;
    vertical-align: middle;
    cursor: help;
    z-index: 6;
    opacity: 0.5;
}
#medialinks img:hover
{
    background-color: black;
    border: 1px inset rgb(229, 255, 0);
    z-index: 6;
    opacity: 1;
}

#box_header_text_server_ip
{
    display: inline-block;
    position: relative;
    margin-left: 2px;
    font-size: x-large;
    color: #cccccc;
    letter-spacing: 2px;
    font-style: italic;
    text-align: left;
    cursor: help;
}
#box_header_accountbox
{
    display: inline-block;
    position: absolute;
    right: 5px;
    text-align: right;
    font-size: larger;
    letter-spacing: 1px;
}
#box_header_accountbox a:link
{
    font-size: x-large;
}

#box_news
{
    display: block;
    position: relative;
    margin: 10px 0px;
    color: #ffffff;
    width: 100%;
}
#box_page
{
    display: block;
    position: relative;
    margin: 10px 0px;
    color: #ffffff;
    width: 100%;
}
.entry_news
{
    display: flex;
    position: relative;
    width: 900px;
    background-color: rgb(33, 62, 66);
    overflow: hidden;
}
.entry_title
{
    display: inline-block;
    position: relative;
    width: 100%;
    background-color: #124564;
    color: rgb(222, 238, 75);
    letter-spacing: 2px;
    font-size: 18pt;
    padding: 5px 0px;
    border-bottom: 1px solid rgb(10, 90, 102);
    text-align: left;
}
.entry_titleselect
{
    width: 100%;
    display: inline-block;
    position: relative;
    background-color: #124564;
    color: rgb(222, 238, 75);
    letter-spacing: 2px;
    font-size: 18pt;
    padding: 5px 0px;
    border-bottom: 1px solid rgb(10, 90, 102);
    text-align: left;
}
.entry_select
{
    display: inline-block;
    position: relative;
    font-size: 18pt;
    text-align: left;
    padding: 5px 0px;
    background-color: #124564;
    color: rgb(217, 217, 217);
    cursor: pointer;
}
.entry_content
{
    position: relative;
    display: block;
    width: 100%;
    font-size: 14pt;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1.2px;
    color: #eeeeee;
    padding: 6px 0px;
    background-color: #222222;
    text-align: left;
}
.entry_content p
{
    text-align: left;
    padding: 3px 8px;
    line-height: 18pt;
}
.player_content
{
    position: relative;
    display: block;
    width: 100%;
    height: 176px;
    overflow-x: scroll;
    overflow-y: hidden;
    font-size: 14pt;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1.2px;
    color: #eeeeee;
    padding: 6px 0px;
    background-color: rgba(11,11,11,0.8);
    text-align: left;
    white-space: nowrap;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.player_content::-webkit-scrollbar {
  display: none;
}
.player_content p
{
    text-align: left;
    padding: 3px 8px;
}
.kingdoms_content
{
    position: relative;
    display: block;
    width: 100%;
    font-size: 14pt;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1.2px;
    color: #eeeeee;
    padding: 6px 0px;
    background-color: #131313;
    text-align: left;
}
.server_content
{
    position: relative;
    display: block;
    text-align: left;
    width: fit-content;
    padding: 10px;
    font-size: 12pt;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    color: #dddddd;
    height: 400px;
    line-height: 16pt;
    background-color: #000000;
    background-image: url('../img/main/cpu3.png');
    background-repeat: no-repeat;
}
.entry_footer
{
    display: block;
    width: 100%;
    color: #aaaaaa;
    background-color: rgb(20, 32, 34);
    font-size: 12pt;
}
.entry_reactions
{
    display: inline-block;
    position: relative;
    left: 0px;
    text-align: left;
    font-size: 10pt;
    opacity: 1;
    vertical-align: top;
    padding: 5px 5px 1px 5px;
}
.entry_reactions img
{
    display: inline-block;
    margin: 0px 1px;
    height: 20px;
    width: auto;
    cursor: pointer;
    opacity: 0.5;
    background-color: #0d3547;
    border-radius: 25px;
    padding: 5px;
    margin: 0px;
}
.entry_reactions img:hover
{
    opacity: 1;
    background-color: #155370;
}
.entry_datestamp
{
    display: block;
    position: absolute;
    right: 0px;
    width: 50%;
    right: 5px;
    bottom: 1px;
    text-align: right;
    align-items: right;
    justify-content: right;
    font-size: 8pt;
    color:rgb(168, 182, 185);
    opacity: 1.0;
}
.entry_by {
    display: block;
    position: relative;
    text-align: right;
    align-items: right;
    justify-content: right;
    font-size: 10pt;
    color:rgb(168, 182, 185);
    opacity: 1.0;
}
.entry_dt {
    display: block;
    position: relative;
    text-align: right;
    top: -4px;
    align-items: right;
    justify-content: right;
    font-size: 10pt;
    color:rgb(168, 182, 185);
    opacity: 1.0;
}
#koa-img
{
    position: absolute;
    display: block;
    background-color: transparent;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    height: 180px;
    overflow: hidden;
    border-radius: 5px;
    opacity: 1;
    transition: opacity 5s ease-in-out;
    -webkit-transition: opacity 5s ease-in-out;
    -moz-transition: opacity 5s ease-in-out;
    -o-transition: opacity 5s ease-in-out;
}
#koa-img2
{
    position: absolute;
    display: block;
    background-color: transparent;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    height: 180px;
    overflow: hidden;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 5s ease-in-out;
    -webkit-transition: opacity 5s ease-in-out;
    -moz-transition: opacity 5s ease-in-out;
    -o-transition: opacity 5s ease-in-out;
}
#koa-img img, #koa-img2 img
{
    width: 100%;
    height: auto;
    border-radius: 5px;
    transition: width 0.1s ease-in-out;
    -webkit-transition: width 0.1s ease-in-out;
    -moz-transition: width 0.1s ease-in-out;
    -o-transition: width 0.1s ease-in-out;
}
#koa-title
{
    position: absolute;
    cursor: default;
    top: 2px;
    left: 5px;
    z-index: 5;
}
#koa-title-top
{
    position: relative;
    font-size: 22pt;
    color: #ffffff;
    text-shadow: 1px 1px 15px #000000;
    font-weight: 800;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    font-style: italic;
    cursor: pointer;
}
#koa-title-bottom
{
    position: relative;
    top: -10px;
    font-size: 38pt;
    color: #00c3ff;
    text-shadow: 1px 1px 25px #000000;
    font-weight: 400;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    letter-spacing: 5px;
    cursor: pointer;
}
#koa-title-version
{
    position: relative;
    top: -18px;
    left: 1px;
    font-size: 12pt;
    color: rgb(229, 255, 0);
    font-weight: 800;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    font-style: italic;
    opacity: 0.8;
    cursor: pointer;
}
#regform
{
	display: block;
    position: relative;
    width: 100%;
	font-size: 14pt;
	text-align: left;
}
.inputheader 
{
	display: block;
	position: relative;
	text-align: left;
	font-size: 14pt;
	padding: 3px 0px;
	color: #ffffff;
    margin-left: 10px;
}
#regform input[type='text'], #regform input[type='password'] 
{
	display: inline-block;
	position: relative;
	top: -2px;
	left: 0px;
	font-size: 14pt;
	width: 520px;
	text-align: left;
	padding: 5px;
	border: 1px solid #cccccc;
    background-color: #b9b9b9;
	margin-bottom: 5px;
    margin-left: 10px;
}
#regform label {
	display: inline-block;
	margin-top: 10px;
	font-size: 12pt;
    margin-left: 10px;
}
#regform input[type='checkbox'] {
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-top: 22px;
    font-size: 14pt;
	border: 1px solid #cccccc;
    background-color: #959595;
    margin-left: 30px;
    width: 20px;
    height: auto;
}
#regform p
{
    font-size: 12pt;
}
#agreebox
{
    display: block;
    width: 100%;
    font-size: 9pt;
}
#termagree
{
    display: inline-block;
    width: 30px;
}
#termlabel
{
    display: inline-block;
}
#captchabox
{
    margin-left: 20px;
    background-color: transparent;
    color: #ffffff;
}
ul
{
    margin-left: 30px;
}
#MainMenu
{
    display: block;
    position: relative;
    top: 4px;
    width: 100%;
    text-align: left;
    padding: 0px 5px;
}
.menubutton
{
    display: inline-block;
    position: relative;
    margin: 0px 2px 0px 0px;
    padding: 8px 30px 7px 6px;
    cursor: pointer;
    letter-spacing: 1px;
    border-top: 3px solid #000000;
    border-left: 1px solid #00c3ff;
    border-bottom: 1px solid #00c3ff;
    color: #eeeeee;
    font-family: Verdana, Tahoma, sans-serif;
    opacity: 0.5;
    font-size: 14pt;
    text-align: left;
    border-radius: 0px 0px 0px 5px;
}
.menubutton:hover
{
    opacity: 1;
    color: rgb(202, 224, 5);
    border-top: 3px solid rgb(150, 167, 4);
}
.menubuttonselected
{
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 0px 2px 0px 0px;
    padding: 8px 30px 7px 6px;
    color: rgb(202, 224, 5);
    border-top: 3px solid rgb(0, 0, 0);
    border-left: 1px solid #00c3ff;
    border-bottom: 1px solid #00c3ff;
    font-family: Verdana, Tahoma, sans-serif;
    opacity: 1;
    font-size: 14pt;
    text-align: left;
}

#mainbody
{
	display: block;
	position: relative;
	font-size: 1.4rem;
	text-align: left;
	color: #ffffff;
	margin-top: 30px;
    padding: 0px 0px 0px 0px;
	width: 100%;
}

#MenuBreak
{
    display: inline-block;
}

.discordbox 
{
    display: inline-block;
    top: -7px;
    width: auto;
    align-items: left;
    justify-content: left;
    color: white;
    font-family: 'Tahoma';
    font-size: 14pt;
    vertical-align: top;
    margin: 7px;
    opacity: 1;
}
.fullbox 
{
    display: block;
    position: relative;
    width: 99%;
    align-items: left;
    justify-content: left;
    color: white;
    font-family: 'Tahoma';
    font-size: 14pt;
    margin: 7px auto 50px auto;
    opacity: 1;
}
.newsbox 
{
    display: block;
    position: relative;
    width: 68%;
    align-items: left;
    justify-content: left;
    color: white;
    font-family: 'Tahoma';
    font-size: 14pt;
    margin: 7px 7px 50px 7px;
    opacity: 1;
}
.newsboxselect
{
    display: block;
    position: relative;
    color: white;
    font-family: 'Tahoma';
    font-size: 16pt;
    margin: 5px;
    opacity: 1;
    float: left;
}
.newsmultibox
{
    display: inline-block;
    width: 590px;
}
.newsboxlarge
{
    display: inline-block;
    position: relative;
    width: 99%;
    align-items: left;
    justify-content: left;
    color: white;
    font-family: 'Tahoma';
    font-size: 2.5rem;
    padding: 0px;
    vertical-align: top;
    margin: 10px;
    opacity: 1;
}
.newsboxsmall
{
    display: inline-block;
    position: relative;
    width: 31%;
    align-items: left;
    justify-content: left;
    color: white;
    font-family: 'Tahoma';
    font-size: 2.5rem;
    vertical-align: top;
    margin: 10px;
    opacity: 1;
}
.box 
{
    display: inline-block;
    position: relative;
    width: 390px;
    align-items: left;
    justify-content: left;
    color: white;
    font-family: 'Tahoma';
    font-size: 2.5rem;
    vertical-align: top;
    margin: 10px;
}
.mplugintitle
{
    display: block;
    width: 99%;
    background-color: #000000;
    color: #ffffff;
    text-align: left;
    font-size: 12pt;
    line-height: 14pt;
    text-decoration: underline;
    padding: 3px 3px 0px 3px;
    opacity: 1;
    letter-spacing: 2px;
}
.liplugintitle
{
    display: block;
    width: 99%;
    background-color: #222222;
    color: #eeeeee;
    text-align: left;
    font-size: 12pt;
    line-height: 14pt;
    text-decoration: underline;
    padding: 3px 3px 0px 3px;
    opacity: 1;
    letter-spacing: 2px;
}
.cmd 
{
    background-color: #000000;
    padding: 1px;
    color: rgb(207, 195, 130);
}
.cmd_disabled
{
    background-color: #000000;
    padding: 1px;
    color: rgba(207, 196, 130, 0.468);
}
.table_commands
{
    display: block;
    margin: 0px auto;
    width: 100%;
    border: none;
    padding: 0px;
    margin: 0px;
    color: #cccccc;
    background-color: #222222;
}
.table_cmd 
{
    color: #ffffff;
    width: 170px;
    padding: 10px;
    text-align: left;
    font-size: 12pt;
    background-color: #111111;
    vertical-align: top;
    border: 1px solid #333333;
}
.table_ofcommands
{
    color: #ffffff;
    width: 98%;
    margin: 10px;
    text-align: left;
    font-size: 12pt;
    background-color: rgba(0,0,0,0.2);
    vertical-align: top;
    border: 1px solid #333333;
}
.tr_title
{
    height: 50px;
    background-color: rgba(44, 51, 2, 0.2);
}
.tr_title td
{
    padding: 0px 0px 0px 5px;
}
.tr_cmdentry
{
    background-color: rgba(0,0,0,0.1);
}
.td_cmdentry
{
    color: #ffffff;
    padding: 5px 5px 7px 5px;
    text-align: left;
    font-size: 12pt;
    vertical-align: top;
    border-bottom: 1px solid rgba(33, 33, 33, 0.236)
}
.td_cmdsection
{
    padding: 10px 5px 4px 5px;
    text-align: left;
    font-size: 10pt;
    color: #888888;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: rgba(2, 106, 185, 0.2);
}
.table_desc
{
    font-size: 10pt;
    background-color: #222222;
    padding: 10px;
    width: auto;
    vertical-align: top;
}

.kingdomEntry
{
    display: inline-block;
    position: relative;
    width: 31%;
    height: 100px;
    padding: 0px;
    margin: 10px;
    border-radius: 15px;
    border: 1px solid #124564;
    background-color: #0f2c4e;
    overflow: hidden;
}
.kingdomTitle
{
    background-color: #010016;
    height: 38px;
}
.kingdomTitle p
{
    padding: 4px 5px 0px 5px;
    font-size: 14pt;
    letter-spacing: 1px;
    font-variant: small-caps;
    color: yellow;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.kingdomSize
{
    position: absolute;
    top: 2px;
    right: 6px;
    text-align: right;
}
.kingdomSizeMobile
{
    position: relative;
    top: -27px;
    right: -2px;
    opacity: 0;
    letter-spacing: 0px;
    font-size: 16pt;
    line-height: 16pt;
    font-weight: 900;
    color: rgb(27, 123, 27);
    padding: 2px 0px;
    background-color: #0d3547;
    border-radius: 25px;
    text-align: center;
    border: 1px solid #124564;
}
.kingdomRuler
{
    position: relative;
    top: 3px;
    left: 4px;
    color: #eeeeee;
    font-size: 12pt;
}
.kingdomRuler span
{
    color: cyan;
    cursor: pointer;
}
.kingdomRuler span:hover
{
    text-decoration: underline;
}
.kingdomSize img
{
    height: 30px;
    width: auto;
}

.staffEntry
{
    display: inline-block;
    position: relative;
    width: 175px;
    height: 150px;
    padding: 0px;
    margin: 10px;
    border-radius: 15px;
    border: 1px solid #124564;
    background-color: #041726;
    overflow: hidden;
}
.staffTitle
{
    background-color: #30143f;
    height: 34px;
    padding: 1px;
}
.staffTitle p
{
    font-size: 12pt;
    letter-spacing: 1px;
    font-variant: small-caps;
    color: rgb(255, 255, 255);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.charEntry
{
    display: inline-block;
    position: relative;
    width: 175px;
    height: 150px;
    padding: 0px;
    margin: 10px;
    border-radius: 15px;
    border: 1px solid #124564;
    background-color: #080426;
    overflow: hidden;
}
.charTitle
{
    background-color: #143f30;
    height: 34px;
    padding: 1px;
}
.charTitle p
{
    font-size: 12pt;
    letter-spacing: 1px;
    font-variant: small-caps;
    color: rgb(255, 255, 255);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.charRace 
{
    font-size: 10pt;
    letter-spacing: 1px;
    font-variant: small-caps;
    color: rgb(255, 255, 255);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 10pt;
}
.charClasses
{
    display: inline-block;
    font-size: 10pt;
    letter-spacing: 1px;
    color: rgb(255, 255, 255);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 10pt;
}

.tierheader {
    display: block;
    position: relative;
    color: #cccccc;
    text-shadow: 1px 1px 1px #3a92f8;
    font-size: 12pt;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 15px;
}
.classblock {
    display: inline-block;
    position: relative;
    margin: 0px 20px;
    vertical-align: top;
}
.classicon
{
    position: relative;
    width: 50px;
    height: auto;
    padding: 5px;
    border-radius: 45px;
    border: 1px solid #cccccc;
    background-color: #000000;
    z-index: 5;
}
.classicon img {
    width: 50px;
    height: auto;
}
.classname {
    position: absolute;
    top: 0px;
    left: 25px;
    width: 235px;
    padding: 5px 5px 18px 43px;
    background-color: #000000;
    border: 1px solid #cccccc;
    border-radius: 45px 25px 0px 0px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: cyan;
    z-index: 4;
}
.classtype {
    position: absolute;
    top: 23px;
    left: 70px;
    width: 200px;
    color: #9999aa;
    font-style: italic;
    font-size: 9pt;
    z-index: 5;
}
.classdesc {
    position: relative;
    top: -20px;
    left: 30px;
    width: 241px;
    padding: 5px 5px 7px 32px;
    background-color: #111111;
    border: 1px solid #cccccc;
    border-radius: 0px 0px 25px 25px;
    color: #bbbbbb;
    font-size: 10pt;
    letter-spacing: -0.5;
    z-index: 3;
}
.desc
{
    color: #bbbbbb;
}
.version
{
    color: #9d9d9d;
    font-size: 10pt;
}

@media only screen and (max-width: 900px) 
{
    #wrapper {
        width: 100%;
        min-width: 360px;
        max-width: 900px;
        border: 1px solid transparent;
        border-top: none;
        border-bottom: none;
        text-align: center;
        overflow-x: hidden;
    }
    #mainbody
    {
        display: block;
        position: relative;
        font-size: 1.4rem;
        text-align: left;
        color: #ffffff;
        margin-top: 30px;
        padding: 0px 0px 0px 0px;
        width: 100%;
    }
    #WorldButton
    {
        margin-left: 12px;
    }
    
    #box_news
    {
        width: 98%;
        font-size: 12pt;
        margin: 0px auto;
    }
    #box_banner
    {
        font-size: 12pt;
        width: 98%;
        height: 100px;
        margin: 0px auto;
    }
    #box_header
    {
        font-size: 12pt;
        width: 96%;
        height: 60px;
        line-height: 60px;
        margin: 0px auto;
    }
    #box_header_text_server_ip
    {
        font-size: 12pt;
    }
    #box_header_accountbox
    {
        font-size: 10pt;
    }
    #box_header_accountbox a:link
    {
        font-size: 10pt;
    }
    #koa-title-top
    {
        font-size: 16pt;
        font-weight: 800;
        letter-spacing: 2px;
        text-shadow: 0px 0px 7px #000000;
    }
    #koa-title-bottom
    {
        font-size: 22pt;
        letter-spacing: 5px;
        text-shadow: 0px 0px 7px #000000;
    }
    #koa-title-version
    {
        font-size: 10pt;
        font-weight: 800;
        letter-spacing: 2px;
        text-shadow: 0px 0px 7px #000000;
    }
    #medialinks img
    {
        width: 20px;
        height: 20px;
    }
    .newsbox 
    {
        display: block;
        position: relative;
        width: 99%;
        color: white;
        font-family: 'Tahoma';
        font-size: 14pt;
        margin: 15px auto;
        background-color: #222222;
        overflow: hidden;
    }
    .newsboxlarge
    {
        width: 99%;
        font-size: 14pt;
        margin: 5px auto;
        overflow: hidden;
    }
    .newsmultibox
    {
        display: block;
        width: 100%;
    }
    .entry_content
    {
        width: 100%;
        font-size: 11pt;
        font-family: Arial, Helvetica, sans-serif;
        letter-spacing: 1px;
        color: #eeeeee;
    }
    .entry_reactions
    {
        width: 30%;
        text-align: left;
    }
    .entry_datestamp
    {
        width: 64%;
        padding-top: 9px;
        text-align: right;
    }
    #koa-img, #koa-img2
    {
        height: 100px;
    }
    #koa-img img, #koa-img2 img  
    {
        height: 100px;
    }
    #copyright
    {
        padding: 5px;
        width: 97%;
        margin: 0px;
    }
    .server_content
    {
        background-image: url('../img/main/cpu3.png');
    }
    #regform p
    {
        font-size: 10pt;
    }
    #regform input[type='text'], #regform input[type='password'] 
    {
        width: 94%;
        padding: 5px;
        margin-bottom: 5px;
        margin-left: 10px;
    }
    #regform label {
        display: inline-block;
        margin-top: 10px;
        font-size: 12pt;
        margin-left: 0px;
        width: 360px;
    }
    #MainMenu
    {
        display: block;
        position: relative;
        top: 4px;
        width: 96%;
        text-align: left;
        padding: 0px 5px;
    }
    .menubutton
    {
        margin: 0px 2px 0px 0px;
        padding: 7px 15px 7px 10px;
        letter-spacing: 1px;
        opacity: 0.5;
        font-size: 14pt;
    }
    .menubuttonselected 
    {
        margin: 0px 2px 0px 0px;
        padding: 7px 15px 7px 10px;
        letter-spacing: 1px;
        opacity: 1;
        font-size: 14pt;
    }
    .entry_select
    {
        font-size: 14pt;
        text-align: left;
        background-color: #124564;
        color: rgb(217, 217, 217);
    }
    .newsboxselect
    {
        display: block;
        position: relative;
        width: 98%;
        color: white;
        font-family: 'Tahoma';
        font-size: 12pt;
        opacity: 1;
    }
    .entry_title
    {
        background-color: #124564;
        color: rgb(222, 238, 75);
        letter-spacing: 1px;
        font-size: 14pt;
        padding: 10px 0px;
        border-bottom: 1px solid rgb(10, 90, 102);
        text-align: left;
    }
    .entry_titleselect
    {
        width: 100%;
        background-color: #124564;
        color: rgb(222, 238, 75);
        letter-spacing: 1px;
        font-size: 14pt;
        padding: 5px 0px;
        border-bottom: 1px solid rgb(10, 90, 102);
        text-align: left;
    }
    #termlabel
    {
        display: inline-block;
    }
    .kingdomEntry
    {
        display: block;
        position: relative;
        width: 95%;
        height: 100px;
        padding: 0px;
        margin: 8px 9px 10px 8px;
        border-radius: 15px;
        border: 1px solid #124564;
        background-color: #0f2c4e;
        overflow: hidden;
    }
    .kingdomTitle
    {
        line-height: 20pt;
    }
    .kingdomSizeMobile
    {
        opacity: 0.8;
    }
    .discordbox 
    {
        display: block;
        width: auto;
        color: white;
        font-family: 'Tahoma';
        font-size: 14pt;
        margin: 20px 5px 5px 5px;
        opacity: 1;
    }
}





/* ********************************** */
/* MINECRAFT SERVER STATUS WIDGET CSS */
/* ********************************** */

.card 
{
    display: block;
    cursor: default;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 200px;
    height: 160px;
    min-width: 300px;
    background: #ffffff;
    -webkit-animation: fadein 2s;
            animation: fadein 2s;
    overflow:hidden;
    z-index: 999;
    margin-top: 10%;
}
  
.ssheader 
{
    position: absolute;
    z-index:1;
    width: 100%;
    box-shadow:0 4px 3px #0002;
    overflow: hidden;
}
.card img
{
    width:100%;
    transition: all 1s ease;
    z-index:0
}
.image 
{
    width: 100%;
    height: 200px;
    cursor:default;
    overflow:hidden;
}
  
.image:hover img
{
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
}
  
.ssheader h2
{
    position:absolute;
    top:0;
    left: 50px;
    margin:0;
    width:100%;
    padding:0 10px;
    color:#fff;
    text-transform:uppercase;
    pointer-events:none;
    font-size: 14pt;
    color: #ffffff;
    text-shadow: 1px 2px 2px #000000;
    text-align: left;
    background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
}
.icon 
{
    display: block;
    position: absolute;
    background:#000000;
    left: -7px;
    top: -7px;
    width: 80px;
    height: 80px;
    padding: 5px;
    border-radius: 0px 45px 45px 45px;
    overflow:hidden;
    border:2px inset #cccccc;
    box-shadow:0 4px 3px #0002;
    z-index:9
}
#rest 
{
    display: block;
    position: absolute;
    bottom: 0px;
    padding: 10px;
    left: 0px;
    width: 100%;
    text-align: left;
    color:#ffffff;
    z-index: 50;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
}


  
.gradient-border 
{
    --borderWidth: 3px;
    background: #103344;
    position: relative;
    border-radius: var(--borderWidth);
}
.gradient-border:after 
{
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(90deg, #0d3547, #0d3547, #0d3547, #0d3547, #165877, #0d3547, #0d3547, #0d3547);
    border-radius: calc(2 * var(--borderWidth));
    z-index: -1;
    animation: animatedgradient 20s ease normal infinite;
    background-size: 300% 300%;
}
.gradient-border2
{
    --borderWidth: 3px;
    background: #103344;
    position: relative;
    border-radius: var(--borderWidth);
}
.gradient-border2:after 
{
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(90deg, #165877, #165877, #1c6c91, #1c6c91, #1c6c91, #1c6c91, #165877, #165877);
    border-radius: calc(2 * var(--borderWidth));
    z-index: -1;
    animation: animatedgradient 25s ease normal infinite;
    background-size: 300% 300%;
}

@-webkit-keyframes animatedgradient 
{
    0% 
    {
        background-position: 0% 50%;
    }
    50% 
    {
        background-position: 100% 50%;
    }
    100% 
    {
        background-position: 0% 50%;
    }
}

@keyframes animatedgradient 
{
    0% 
    {
        background-position: 0% 50%;
    }
    50% 
    {
        background-position: 100% 50%;
    }
    100% 
    {
        background-position: 0% 50%;
    }
}
