﻿.MobileResize { 
    font-size: 86px; 
    font-weight: bold;
}

.phone .MobileResize {
    font-size: 40px;
}

.SpaceDiv {
    height: 180px;
}

.phone .SpaceDiv {
    height: 80px;
}

div.Feedback_Message_Info{
 
    background-color: #d9edf7;
    border-color: #c8dee9;
    color: #31708f;
    max-width: 750px;
}

div.Feedback_Message_Info:before{
    color: #31708f;
}

@media only screen and (max-width: 1000px) 
{
    
 .Application_Menu {
    background: white;
    bottom: 0;
    display: block;
    height: auto;
    overflow: auto;
    position: fixed;
    top: 80px;
    width: 100%;
    opacity: 0.9;
    text-align: center;
    align: center;
}

 .Menu_TopMenu a
 {
    text-align: center;
}
    
        
}