﻿body {
}

#manualMenu {
    position: relative;
    border-radius: 0 0 9px 9px;
    box-shadow: 0px 2px 5px 1px black;
    padding: 15px 5px 17px 5px;
    background-color: rgb(51, 61, 61);
}

#titles {
    border: solid 1px;
    border-radius: 9px;
    padding: 0 1% 1% 2%;
}

    #titles ul {
        list-style: none;
        padding: 0 0 0 5%;
        font-size: 95%;
    }

.content-item {
    cursor: pointer;
}

.selected-content-item {
    color:#81669f;
    font-weight:bold;
}

/*Изображения в справочнике*/
.man-img-r {
    float: right;
}
