﻿/* Primary colors */
/* Secondary colors */
/* New Lightened Colors */
/*Box Shaddow*/
/*hover over color for Account info divs and Historical Bills*/
/*Divider*/
/*panel border*/
/*Wyse Colors*/
/*General*/
body {
    margin: 0px;
}

.personal-info {
    /*background-color: #f2f2f2 !important;*/
    margin-top: 175px;
    /*border: 1px solid #326295;*/
    padding: 30px;
    margin-bottom: 33px;
    /*-webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;*/
}

@media (max-width: 480px) {
    .personal-info {
        margin-top: 100px;
    }
}

@media (max-width: 480px) {
    .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (max-width: 600px) {
    #logo_wyse {
        text-align: center !important;
    }

}
