/*
Theme Name: RS PROD DEFAULT
Author: RS Prod
Description: 2015 
Version: 1.0
License: GNU General Public License v2 or later
License URI: 
Tags: clinic, zoo, dog, cat, 
Text Domain: SITE

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.tabs {
    width: 100%;
}

.tabs ul,
.tabs li {
    list-style: none;
}

.tabs,
.tabs input[type="radio"]:checked+label {
    position: relative;
}

.tabs li,
.tabs input[type="radio"]+label {
    display: inline-block;
}

.tabs li>div,
.tabs input[type="radio"] {
    position: absolute;
}

.tabs li>div,
.tabs input[type="radio"]+label {
    border: solid 1px #ccc;
}

.tabs {
    font: normal 12px Arial, Sans-serif;
    color: #404040;
font-weight: bold;
}

.tabs li {
    vertical-align: top;
}


.tabs li>div {
    top: 33px;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px;
    overflow: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tabs input[type="radio"]+label {
    margin: 0 2px 0 0;
    padding: 0 18px;
    line-height: 32px;
    background: #f1f1f1;
    text-align: center;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.tabs input[type="radio"]:checked+label {
    z-index: 1;
    background: #fff;
    border-bottom-color: #fff;
    cursor: default;
}

.tabs input[type="radio"] {
    opacity: 0;
}

.tabs input[type="radio"]~div {
    display: none;
}

.tabs input[type="radio"]:checked:not(:disabled)~div {
    display: block;
}

.tabs input[type="radio"]:disabled+label {
    opacity: .5;
    cursor: no-drop;
}

.corrupter {
    background-color: #f0f0f0;
}

.monster {
    color: #fff;
}

.teoden {
    background-color: green;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 12px;
    font-weight: bold;
}


.moment td {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.moment th {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.moment {
    font-size: 15px;
    border: 3px;
    border-collapse: separate;
    border-spacing: 3px;
}

.zeus {
    -webkit-appearance: chekbox;
}

.index__content h1,
.index__content h2,
.index__content h3,
.index__content h4,
.index__content h5,
.index__content h6 {
    color: #212121;
    margin: 0 0 20px;
    font-weight: 600;
    line-height: 1.4;
}

.index__content p {
    line-height: 1.4;
    font-size: 0.9rem;
    margin: 0 0 20px;
    color: #757575;
}

.index__content ul {
    margin: 0 0 20px 20px;
}

.index__content ul li {
    font-size: 0.9rem;
    list-style-type: disc;
    color: #757575;
    margin: 0 0 5px;
    line-height: 1.4;
}

.index__content ol {
    margin: 0 0 20px 20px;
}

.index__content ol li {
    font-size: 0.9rem;
    list-style-type: decimal;
    color: #757575;
    margin: 0 0 5px;
    line-height: 1.4;
}

.index__content blockquote {
    padding: 20px;
    margin: 0 0 20px;
    font-size: 0.9rem;
    font-style: italic;
    background: #eeeeee;
    color: #757575;
    border: 1px solid #e0e0e0;
    line-height: 1.4;
}

.index__content blockquote p:last-child {
    margin: 0;
}

.b-info p {
    margin: 0
}

.form-sessio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
}

.butt {
padding: 10px;
background: #2f4143;
border-radius: 3px;
color: #fff;
margin: 0 10px;}