﻿@media desktop {
}

@media phone {
}

.selector-for-some-widget {
    box-sizing: content-box;
}

.rightPanelHeader {
    background: linear-gradient(90deg, rgba(253,212,166,1) 0%, rgba(253,233,210,1) 100%);
    font-weight: bold;
}

.rightPanelBody {
    background-color: #FDE9D2;
}

hr.dotted {
    height: 0px;
    border: 5px dotted #000;
    border-bottom-width: 0;
    border-color: red;
}

.error {
    color: red;
}

div.KeyFeatures {
    /*background-color: #f8ebbf;*/
    /*    width: 220px;*/
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 30px;
    font-size: 11px;
    line-height: 130%;
    padding-right: 30px;
}

div.Solutions {
    /*background-color: #f8ebbf;*/
    /*    width: 240px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 11px;
    text-align: left;
    line-height: 130%;
    padding-right: 20px;
}

div.Schools {
    /*background-color: #fcd4a4;*/
    /*    width: 240px;
    height: 290px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 11px;
    text-align: left;
    line-height: 130%;
    padding-right: 20px;
}

div.SchoolsWeb {
    /*background-color: #fcd4a4;*/
    /*    width: 240px;
    height: 250px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 11px;
    text-align: left;
    line-height: 130%;
    padding-right: 20px;
}

div.SolutionsBox {
    /*    width: 260px;
    height: 120px;*/
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
}

div.Awards {
    /*background-color: #f8ebbf;*/
    width: 250px;
    height: 120px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 11px;
    line-height: 130%;
    padding-right: 10px;
}

div.Boxes {
    font-weight: normal;
    font-size: 13px;
    text-align: left;
    border: 0pt red solid;
    clear: both;
    padding: 0 10px 0 0
}

.red {
    color: #ed342c;
    font-weight: bold;
    font-size: 13px;
}

a {
    font-family: verdana;
    text-decoration: none;
}

a:link {
    font-family: verdana;
    color: #0066cc;
    text-decoration: none;
}

a:visited {
    font-family: verdana;
    color: #0066cc;
    text-decoration: none
}

a:active {
    font-family: verdana;
    color: #0066cc;
    text-decoration: none
}

a:hover {
    font-family: verdana;
    color: #3482f8;
    text-decoration: none
}
