@import url('https://fonts.googleapis.com/css?family=Play:400,700&subset=cyrillic');

* {
    font-family: 'Play', sans-serif;
}

body {
    background:url('/public/img/stars_bg.jpg') no-repeat fixed;
    background-color:#000508;
    background-size: cover;
    color: #ffffff;
    /*color: #333333;*/
}

.glow_block {
    padding: 20px;
    border-radius:5px;
    box-shadow: inset 0 0 15px #1195BD, 0 0 15px #1195BD;
    border:1px solid #00D6ED;
    background-color: rgba(200, 200, 255, 0.2);
    /*background-color: rgba(0, 0, 0, 0.4);*/
}

.pic_logo {
    width: 300px;
}
.tabs {
    background: url("/public/img/background2.png");
    box-shadow: inset 0 0 15px #000508, 0 0 15px #000508;
    border:2px solid #000000;
    border-radius:5px;
}
.tabs > a {
    display:inline-block;
    padding:5px 10px;
    margin:5px;
    border:1px dashed #72bd11;
    border-radius:5px;
    font-weight:bold;
    text-decoration:none;
    color:#72bd11;
}
.tabs > a:hover, .tabs > a.active {
    border-style:solid;
    box-shadow: 0 0 5px #72bd11;
}

img.kvo_pic {
    max-height: 150px;
    max-width: 150px;
    margin: 3px;
}



.card {
    box-shadow: inset 0 0 15px #1195BD, 0 0 15px #1195BD;
    border:1px solid #00D6ED;
    background-color: rgba(200, 200, 255, 0.2);
}