@charset "UTF-8";
.cartfooter 
{
    position:absolute;
    margin-top:60px;
    margin-left:50%;
    }
    
.academicinfo
{
    font-size:9pt;
    margin-top:30px;
    position:absolute;
    }

.academictext
{
    margin-top:2px;
    margin-bottom:2px;
    }
    
.fileicon 
{
    width:80px;
    }
.filetable
{
    width:75%;
    }    
    
.mypagetitle   {
	margin-left: 20px;
}
.mypagetitle h1 {
	width: 40%;
	height: auto;
}
.mypagetitle span  {
	width: 40%;
}
.float-right {
	float: right;
}
.myinfo {
	margin-top: 0px;
	position: absolute;
	right: 20px;
	top: 0px;
}
.mypricecontainer {
	border-radius: 8px;
	border: 2px solid;
	background-color: #EEEEEE;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
}

.mypricecontainer2 {
	border-radius: 8px;
	border: 2px solid;
	background-color: #EEEEEE;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 8px;
	font-size: 10px;
}

.mypricecontainer h4 {
	margin-bottom: 0px;
}
.mydownloadbutton {
	width: 96%;
	position: relative;
	top: -30px;
}
.mybankheader {
	position: relative;
	top: -335px;
}
.mybank {
	width: 22%;
	border: 2px solid #C6C6C6;
	height: 320px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.mybankimage {
	position: relative;
	margin-top: 30px;
}

.policiesmobile
{
    display:none;
    }
    
.policiesdesktop
{
    display:block;
    }