#cecutient_mode_button {
    font-size: 100%;
    height: 37px;
    color: #157500;
    font-weight: bold;
    background: none;
    border: 2px solid #157500;
}

#cecutient_mode_button:hover {
    border-color: rgb(97,196,75);
}

#cecutient_mode_menu {
    display: none;
    height: 50px;
    background-color: black;
    color:white;
}

#cecutient_mode_menu_content {
    max-width: 1220px;
    min-width: 1000px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-size: 18px !important;
}

.cecutient_mode_size_zoom_button {
    font-size: 20px;
    width:40px;
    height: 100%;
}

#cecutient_mode_size_reset, #cecutient_mode_cancel, #cecutient_mode_img_switch {
    font-size: 20px;
}
#cecutient_mode_color_black_white {
    background-color: white !important;
    color: black !important;
}
#cecutient_mode_color_white_black {
    background-color: black !important;
    color: white !important;
}

#cecutient_mode_color_blue_black {
    background-color: rgb(157, 209, 255) !important;
    color: black !important;
}

button {
    cursor: pointer;
}

.cecutient_mode_button {
    display: inline-block;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px outset #8c8c8c;
    padding: 5px 3px;
    cursor: pointer;
    color: white;
    font-size: 18px !important;
}

.button_color, .button_color:active {
    background: #c4c4c4 !important; /* Old browsers */
    background: -moz-linear-gradient(top, #c4c4c4 0%, #e0e0e0 83%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c4c4c4 0%,#e0e0e0 83%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c4c4c4 0%,#e0e0e0 83%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#e0e0e0',GradientType=0 ) !important; /* IE6-9 */
    color: black !important;
}

.button_color:active {
    background: #e0e0e0 !important; /* Old browsers */
    background: -moz-linear-gradient(top, #e0e0e0 17%, #c4c4c4 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e0e0e0 17%,#c4c4c4 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e0e0e0 17%,#c4c4c4 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#c4c4c4',GradientType=0 ) !important; /* IE6-9 */
}

#cecutient_mode_menu_new {
    padding: 10px;
    min-height: 40px;
    font-size: 22px;
    color: black !important;
    background: white !important;
    text-align: center;
    border: 1px solid black;
    display: none;
}

.fs-n {
    font-size: 14px !important;
}

.fs-m {
    font-size: 18px !important;
}

.fs-l {
    font-size: 22px !important;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.cs-bw, .cs-bw:focus, .cs-bw:hover {
    color: black !important;
    background: white !important;
}

.cs-wb, .cs-wb:focus, .cs-wb:hover {
    color: white !important;
    background: black !important;
    background-color: #000 !important;
}

.cs-bb, .cs-bb:focus, .cs-bb:hover {
    color: #063462 !important;
    background: #9dd1ff !important;
}
#cecutient_mode_menu_new * {
    font-weight: bold;
}

#cecutient_mode_menu_new .fs_fnt button{
    display: inline-block;
    height: 35px;
    width: 35px;
    padding: 0;
}

.cecutient_mode_icon {
    width: 24px;
    height: 25px;
    background-image: url(/images/cecutient.png);
}
