#simpleSearchInput #simpleQuery_input {
    width: 129px;
    height: 18px;
    border: 1px solid white;
    font-size: 12px;
    padding: 0 20px 0 5px;
}

#sidebarNavigation #searchField {
    width: 142px;
    margin-top: 2px;
    border-radius: 5px;
}

#simpleSearchInput #searchField {
    border-radius: 0;
    border: 1px solid white;
    width: 142px;
    height: 20px;
    font-size: 12px;
}

.issueCoverImage img
{
    border: 1px solid #aaa;
    margin: 1em 5px;
}

#tabs ul li {
    float: left;
    margin: 0 .5em 0 0;
}

#tabs ul {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#tabs ul .ui-state-active a, #tabs ul .ui-state-active a::after {
    background: #fff;
    z-index: 3;
}
#tabs ul li a {
    position: relative;
    background: #ddd;
    background-image: linear-gradient(to bottom, #fff, #ddd);
    padding: .7em 2.5em;
    float: left;
    text-decoration: none;
    color: #444;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    border-radius: 5px 0 0 0;
    box-shadow: 0 2px 2px rgba(0,0,0,.4);
}

#tab-holder {
    background: #fff;
    padding: 2em;
    min-height: 220px;
    position: relative;
    z-index: 2;
    border-radius: 0 5px 5px 5px;
    box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
}

#articleFullText a.file {
    width: 163px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
}

#articleFullText a.ru_RU {
    background: url(http://www.medlit.ru/journalsview/gigsan/wp-content/uploads/sites/2/2016/05/readRUS.png) no-repeat 0 0;
}

#articleFullText a.en_EN {
    background: url(http://www.medlit.ru/journalsview/gigsan/wp-content/uploads/sites/2/2016/05/readENG.png) no-repeat 0 0;
}

#articleFullText a.ru_RU:hover, #articleFullText a.en_EN:hover
{
    background-position: 0px -40px;
}


.authors_list .selected
{
    font-weight: 700;
}

#viewer-wrapper {
    height: 400px;
    padding: 0.5em;
}

#fullscreen.ru_RU {
    display: block;
    color: transparent;
    background: url(img/fullscreen.png) 0 0 no-repeat;
    width: 158px;
    height: 20px;
}

#fullscreen.en_EN {
    display: block;
    color: transparent;
    background: url(img/fullscreenENG.png) 0 0 no-repeat;
    width: 119px;
    height: 20px;
}

#fullscreen:hover
{
    background-position: 0px -20px;
}

.viewer-full
{
    position: fixed;
    width: 100%;
    height: 100% !important;
    top: 0px;
    left: 0px;
    z-index: 999999;
    padding: 0px 1% 4% !important;
    background: rgba(66, 66, 66, 0.8);
}

#nofullscreen.ru_RU {
    display: block;
    color: transparent;
    background: url(img/fullscreen_out.png) 0 0 no-repeat;
    width: 212px;
    height: 20px;
}

#nofullscreen.en_EN {
    display: block;
    color: transparent;
    background: url(img/fullscreen_outENG.png) 0 0 no-repeat;
    width: 148px;
    height: 20px;
}

.plugins_generic_lucene_preResults_ordering {
    float: right;
}

#searchField_main
{
    width: 450px;
    height: 18px;
    border: 1px solid #dddddd;
    font-size: 12px;
    padding: 0 20px 0 5px;
}

.searchPanel
{
    float:right;
}

input.defaultButton {
    padding-top: 3px;
    padding-bottom: 3px;
    border: 0;
    margin:0 auto;
}
input.defaultButton {
    background-color: #06734a;
    color: white;
    cursor: pointer;
    font-weight: bold;
    outline: none;
}

input[type="radio"]
{
    margin: 0 3px;
}