@charset "utf-8";
/* CSS Document */

div#problemlist {
width:365px;;
padding:10px;
height:150px;
background: #FFFFCC;
margin-right:10px;
margin-bottom:10px;
}

div#problemlist2 {
float:right;
width:365px;
height:150px;
padding:10px;
background: #FFFFCC;
margin-bottom:10px;
}

div#coursepoints {
width:365px;;
padding:10px;
height:230px;
background: #FFFFCC;
margin-right:10px;
margin-bottom:10px;
}

div#coursepoints2 {
float:right;
width:365px;
height:230px;
padding:10px;
background: #FFFFCC;
margin-bottom:10px;
}

table#coursestable{
margin-bottom:10px;
}

#coursestable td{
text-align:left;
vertical-align:top;
}

h3.coursestable{
font-size:10pt;
font-weight:bold;
text-align:left;
}

img#graphresult {
float:right;
margin-left:10px;
margin-bottom:10px;
}
