@charset "utf-8"; 
@import url("screen.css");

body{
    padding: 0px;
    margin: 0px;
}

div.content_container{
    padding: 10px;
    margin: 0px;
}

div.content_container > header h1{
    clear: both;
    float: left;
    margin-top: 5px;
}

.nomobile{
    display: none;
}

aside{
    border: 1px solid #003896;
    border-radius: 10px;
    padding: 15px;
    width: auto;
    float: none;
    margin: 0px 0px 25px 0px;
    background-color: aliceblue;
    clear: both;
    font-size: 0.9em;
    page-break-inside: avoid;
}

article{
    width: auto;
    float: none; 
    border: 0px solid #003896;
    border-radius: 10px;
    page-break-inside: avoid;
    min-height: 100px;
}

table{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

td{
    border: 1px solid lightgray;
}

form{
    border: 0px solid #000000;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}


/* ******************************************
** Transcript
******************************************* */
section#transcript_work_completed table{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

section#transcript_work_completed table td{
    padding: 7px 5px 7px 5px;
}

section#transcript_work_completed table th{
    font-weight: bold;
}

section#transcript_work_completed table td.title{
    width: 80%;
}
section#transcript_work_completed table td.session{
    width: 10%;
}
section#transcript_work_completed table td.credit{
    width: 10%;
}

#transcript_demographics h2{
   float: left;
   clear: both;
}

#transcript_demographics ul{
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
}

#transcript_demographics li{
    display: inline-block;
    margin-right: 25px;
}



#secSummary .term_summary table.term{
    
    width: 90%;
    margin-left: auto;
    margin-right: auto;	
    
}

#student_profile_abbreviated #secAOC{
    
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
    float: left;
    
}



#secSummary .term_summary {
    
    border: 1px solid lightgray;
    border-radius: 15px;
    float: left;
    clear: both;
    width: 90%;
    margin-left: 5px;
    margin-bottom: 0px;

}


#secFred{
    border: 0px solid #000000;
    width: 90%;
    float: none;
}


div.contract_ocs table{
    font-size: 0.83em;
    margin: 0px; 
	width: 100%;
	border: 0px;
}





