﻿@font-face {
    font-family: 'carmelit_bold';
    src: url('fonts/carmelitbold.eot');
    src: url('fonts/carmelitbold.eot?#iefix') format('embedded-opentype'),
         url('fonts/carmelitbold.woff') format('woff'),
         url('fonts/carmelitbold.ttf') format('truetype'),
         url('fonts/carmelitbold.svg#carmelit_boldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'carmelit';
    src: url('fonts/carmelitregular.eot');
    src: url('fonts/carmelitregular.eot?#iefix') format('embedded-opentype'), url('fonts/carmelitregular.woff') format('woff'), url('fonts/carmelitregular.ttf') format('truetype'), url('fonts/carmelitregular.svg#carmelit_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.sm1 {
    float: right;
    width: 100%;
    box-sizing: border-box;
    padding-right: 20px;
    height: 30px;
    padding-top: 5px;
    cursor: pointer;
}

    .sm1:hover {
        background-color: #c5c3be;
    }