.page {
    background: #fefefe;
    font-size: 18px;
    line-height: 2em;
}

.page .table>tbody>tr>td {
    line-height: 2em;
}

ul li {
    list-style: none;
}

#siteHeader {
    background: url(images/header.jpg) repeat-x;
    height: 120px;
}

/*LOGO styles*/
#logo {
    color: #ffffff;
    float: left;
    font-size: 14px;
    font-style: italic;
    text-align: left;
    text-decoration: none;
    text-transform: lowercase;
    padding-left: 400px;
    margin-top: -5px;
}

#logo H2 {
    font-size: 25px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: -2px;
}

#logo A {
    color: #ffffff;
}

#left .list-group-item.active, #left .list-group-item.active:focus, #left .list-group-item.active:hover {
    text-shadow: none;
    background-image: none;
    filter: none;
    border: 1px solid #ddd;
    color: #777;
    text-decoration: none;
    background-color: #f5f5f5;
}

/*#left UL {*/
/*list-style-type: none;*/
/*padding: 0;*/
/*}*/

/*#left ul li a {*/
/*color: #ffffff;*/
/*text-decoration: none;*/
/*display: table;*/
/*background: #999999;*/
/*border: 1px solid #000000;*/
/*width: 100%;*/
/*margin: 1px 0;*/
/*padding: 2px 0 2px 5px;*/
/*}*/

/*#left a:hover {*/
/*background: #777777;*/
/*}*/

/*PAGE CONTENT styles*/

#pageContent {
    text-align: justify;
}

/*PAGE FOOTER styles*/
#pageFooter a {
    color: lightcyan;
}

#pageFooter a:hover {
    color: lightcyan;
}

#pageFooter {
    background: #3974af url(images/footer.jpg) repeat-x;
    clear: both;
    height: 86px;
    padding: 0;
    text-align: center;
    width: 100%;
}

#pageFooter P {
    color: lightcyan;
    margin-top: 0;
    padding-top: 7px;
    text-align: center;
}

/*DIALOGS styles*/

#dialogsList {
    list-style: none;
}

#dialogsList li {
    margin: 2em 0;
}

/*TOPICS styles*/
#topicCategoriesList {
    list-style: none;
}

#topicCategoriesList li {
    margin: 1em 0;
}

#topicCategoriesList .bullet {
    width: 1em;
}

/*GENERAL styles*/

.bold {
    font-weight: bold;
}

/*.collapse.exercise {*/
/*padding: 1em 0;*/
/*}*/

#accordion1 li.panel {
    margin-bottom: 5px;
}

.panel .badge {
    float: right;
}

img.riddle {
    cursor: pointer;
}

/*VOCABULARY block styles*/

#translateWord {
    width: 100%;
    border: 1px solid #9a9494;
}

#meaning {
    font-size: 13px;
}

.translation-item-number {
    background-color: #FF937F;
    padding: 1px 3px;
    border: 1px solid #FF937F;
    border-radius: 20px;
}

.translation-subitem-number {
    background-color: #91c6ff;
    padding: 1px 3px;
    border: 1px solid #91c6ff;
    border-radius: 20px;
}

/*SOCIAL BUTTONS*/
#vk_like {
    display: inline;
}


