
.web-page {
    width: 100%;
    background-color: #363535;
    background-image: radial-gradient(50% 50% at top center,rgba(0,0,0,.66),#262626),linear-gradient(180deg,#fff,#262626);
    color: white;
    height: 100vh;
}

.web {
    width: 80%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-size: 11pt;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

.web a, .web a:visited {
    text-decoration: none;
    color: #d8d8d8;
}


.web .header, .web .footer {
    height: 50px;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.web .header {
    background: #303030;
    padding: 10px;
}

.web .header .logo {
    display: inline-block;
    height: 100%;
    font-size: 15pt;
}

.web .header .logo img {
    height: 90%;
    vertical-align: middle;
    padding-left: 10px;
    margin-top: 3px;
}

.web .header .menu {
    flex-grow: 1;
    display: inline-block;
    background: inherit;
    border: inherit;
}

.web .header .login {
    display: inline-block;
    text-wrap: nowrap;
    margin: 0;
    margin-right: 5px;
}

.web .header .lang {
    min-width: 175px;
    display: inline-block;
    vertical-align: top;
}

.web .header .login .lang button {
    background: #505050;
}

.web .header .login .lang .widget-combobox span.input {
    background: #505050;
    
}

.web .header .login button {
    height: 100%;
    background: #2b8830;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 15pt;
    padding-left: 5px;
}

.web .content {
    padding: 20px;
    min-height: calc(100vh - 200px);
}

.web .footer 
{
    display: flex;
    flex-wrap: nowrap;
    vertical-align: middle;
    font-size: 80%;
}

.web .footer .left, .web .footer .right {
    display: inline-block;
}

.web .footer .content {
    display: inline-block;
    flex-grow: 1;
}

wiki {
    display: none;
}

.web .image-float-right {
    float: right;
    margin-left: 15px;
    
}

