﻿#afd_buttons {
    width: 190px;
}

#afd_tabpage_main {
    width:650px;
}

    #afd_tabpage_main h1 {
        font-size: 1rem;
    }

#afd_tabpage_main table td {
    font-size:0.65rem;
}

.f_tab_button {
    padding: 8px;
    cursor: pointer;
    margin-bottom: 0px;
    background: #bababa;
    color: #111;
    border-bottom: 1px solid #fcfcfc;
    border-radius: 3px;
    font-size:0.8rem;
}

.f_tab_button-active {
    background: #283349;
    font-weight: bold;
    color: #fff;
}


.img_abel_tab_button {
    margin-right: 7px;
}


#afd_precode_container {
    width: 15em;
    float: left;
}

#afd_code_container {
    width: 15em;
    float: left;
}


#afd_description_container {
    width: 22em;
    float: left;
}

.afd_label {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}


#page_tab_ArticlesCross {
    height: 100%;
    /*overflow-y: scroll;*/
}

#page_tab_ArticlesTechnicalDetails_main {
    font-size: 1rem
}