﻿/* Styles for Body
-----------------------------------------------------------*/
body, html
{
    height: 100%;
}

body {
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
    margin: 0em;
}

header, footer, nav, section {
    display: block;
}

.divLayoutMainDisplay
{
    background-color: transparent;
}


/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

/*for tablets*/
@media screen and (max-width:959px) {
    
}

/*for phones*/
@media screen and (max-width:640px) {
    
}

/*smallest screen for phones*/
@media screen and (max-width:320px) {
    .divLayoutMainDisplay
    {
        width:320px;
    }
}