@charset "UTF-8";
/* MyVSU Page Stylesheet (Responsive 480) for Valdosta State University
By VSU Web Services
December 5th, 2012 */

/* Universal Portal */

#universal_portal {
    position: static;
    margin-bottom: 10px;
    }
    
/* Student and Employee Portal */

#student_portal, #emp_portal {
    display: none;
    }
    
/* FOR RESPONSIVE */

#student_portal2, #emp_portal2 {
    display: block;
    width: 396px;
    float: left;
    background-color: #EDEDE4;
    margin: 15px auto 15px 20px;
    }

#student_portal2 .heading, #emp_portal2 .heading {
    width: 100%
    height: 44px;
    line-height: 44px;
    background-image: url('../images/myvsu/header-bg.png');
    color: #33251A;
    font-size: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    text-shadow: 1px 1px #EAE2D6;
    }

#student_portal2 .description, #emp_portal2 .description{
    right: -400px;
    width: 421px;
    }

#student_portal2 .description .name, #emp_portal2 .description .name{
    right: -400px;
    width: 421px;
    }

#student_portal2 .description .control, #emp_portal2 .description .control{
    width: 15px;
    padding-right: 10px;
    }

#student_portal2 .description .txt, #emp_portal2 .description .txt{
    width: 396px;
    }
    
#student_portal2 .description .txt .name, #emp_portal2 .description .txt .name {
    margin-top: 12px;
    padding-left: 30px;
    }
    
#student_portal2 .description .txt .des, #emp_portal2 .description .txt .des {
    font-size: 12px;
    line-height: 14px;
    width: 253px;
    display: block;
    overflow: hidden;
    padding-left: 30px;
    }