#spinner-green { visibility: hidden; }

.my-class .bar {
    background: orange;
}

body {
    background-image: url(../images/background.png); background-repeat: repeat;
}

.tb-common {
    // background-color: #ffffff;
}

.logo {
    width: 40px;
    height: 40px;
    background-color: #000000;
    text-align: center;
    color: #ffffff;
    font-size: 18pt;
    font-weight: bold;
    float: left;
    position: relative;
    margin-right: 10px;
}

.image {
    width: 500px;
    height: 665px;
    background-image: url("../images/anton-golovin.jpg");
    background-repeat: no-repeat;
}

.first {
    width: 500px;
    height: 638px;
    background-image: url("../images/first.jpg");
    background-repeat: no-repeat;
    opacity: 90%
}

.tab-font-large { font-size: x-large; font-weight: normal; }