* {
    margin: 0;
    padding: 0;
}

body {
    overflow: none;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    font-family: "Arial Hebrew";
    font-size: 15px;
    color: #4f261f;
    background-color: #d9ced0;
    margin: 0 auto;
    max-width: 500px;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

.main {
    margin: 6px;
}

a {
    color: #a36872;
    text-decoration: underline;
}

h1 {
    font-size: 34px;
    line-height: 100%;
}

h2 {
    font-size: 28px;
    line-height: 100%;
}



h3 {
    font-size: 21px;
    line-height: 100%;
}

img {
    border: 0;
}

.bold {
    font-weight: bolder;
}

.clear {
    clear: both;
}
hr {
    border: none;
    margin: 5px -3px;
    border-bottom: 1px dashed #939089;
}
.center {
    text-align: center;
}

.box_a, .box_b, .box_n {
    line-height: 150%;
    padding: 8px;
    word-wrap: break-word;
    clear: left;
}


.box_a {
    background-color: #fcfcff;
    border-bottom: 1px solid #6b322b;
}


.box_b {
    background-color: #42e784;
    color: #fff;
    border-bottom: 1px solid #6b322b;
}

.box_n {
    background-color: #42e784;
    border-bottom: 1px solid #6b322b;
    color: #fff;
    text-align: center;
    padding: 10px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
label {
    cursor: pointer;
}
.pager {
    line-height: 20px;
    padding: 8px 20px;
    text-align: center;
}


.small {
    font-size: 11px;
}

.small_player {
    padding-left: 0;
}

.big {
    font-size: 17px;
}

.medium {
    font-size: 14px;
}



p {
    margin-top: 10px;
}