﻿body
{
    padding: 0px;
    margin: 0px auto;
    color: #F7F7F7;
    font-family: tahoma;
    font-size: 0.9em;
    background-color: #000;
    width: 900px;
}
.login
{
    padding: 20px;
    margin: 40px auto;
    border: 2px solid #666666;
    width: 400px;
}
.input
{
    width: 260px;
}

a
{
    font-weight: bold;
    text-decoration: none;
    color: #CCCCCC;
}
a:hover
{
    font-weight: bold;
    text-decoration: underline;
    color: #CCCCCC;
}
a:visited
{    font-weight: bold;
    text-decoration: none;
    color: #CCCCCC;

}
.logo
{
    background-image: url('images/default.jpg');
    background-repeat: no-repeat;
    background-position: left;
    height: 106px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #333333;
}
.menu
{
    padding-top: 81px;
    text-align: right;
}
.panel
{
    padding: 10px;
    margin: 10px auto;
    border: 1px solid #333333;
}
.mario
{
    border: thin solid #999999;
    color: #000;
    padding: 5px 170px 5px 5px;
    background-color: #666666;
}
.mari
{
    border: thin solid #999999;
    color: #000;
    padding: 5px 160px 5px 5px;
    background-color: #666666;
}
.list
{
    width: 200px;
    height: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0px;
    list-style-type: georgian;
    list-style-position: inside;
    background-color: #000000;
    color: #CCCCCC;
}

.button-84 {
    align-items: center;
    background-color: initial;
    background-image: linear-gradient(#464d55, #25292e);
    border-radius: 8px;
    border-width: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1),0 3px 6px rgba(0, 0, 0, .05);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    font-family: expo-brand-demi,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 14px;
    height: 40px;
    justify-content: center;
    line-height: 1;
    margin: 0;
    outline: none;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    transform: translate3d(0, 0, 0);
    transition: all 150ms;
    vertical-align: baseline;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .button-84:hover {
        box-shadow: rgba(0, 1, 0, .2) 0 2px 8px;
        opacity: .85;
    }

    .button-84:active {
        outline: 0;
    }

    .button-84:focus {
        box-shadow: rgba(0, 0, 0, .5) 0 0 0 3px;
    }