﻿@font-face {
    font-family: OpenSansHebrewCondensed;
    src: url('../Images/OpenSansHebrewCondensed-Regular.ttf');
    font-weight: 300;
}

body {
    font-family: OpenSansHebrewCondensed !important;
    direction: rtl;
}

.FreeFieldRequired {
    width: 100%;
}

.guidanceBackColor {
    background-color: lightsalmon;
}
.rowBackground {

}

.scrollTitles {
    background-color: antiquewhite;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
}

.scrollTexts {
    background-color: azure;
}

.centerPage {
    position: absolute; /* or absolute */
    top: 40%;
}

#sumTxtBox {
    width: 400px;
    height: 200px;
}