.mt40{
	margin-top:40px;
}

table.price {
    margin: 0 auto;
    border: 1px solid #CCC;
    border-collapse: collapse;
    width: 100%;
}

table.price th, table.price td {
    border: 1px solid #CCC;
    padding: 5px;
    text-align: center;
}

table.price th{
    background-color:#FFF4F4
}
table.price td.coursename {
    text-align: left;
}
table.price td.simpleplan {
    width: 1em;
    background-color:#F4F4F4;
}
h2{
    margin-top:2em;
    text-align: center;
}
@media screen and (max-width:639px){
    table.price th, table.price td {
        font-size: 80%;
    }
    
    table.price {
        width: 96%;
    }
    
    table.price th.coursename {
        width: 9em;
    }
    table.price span{
        display:block;
    }
	.formarea h2 {
		font-size: 2.4rem;
		margin-top: 2em;
		margin-bottom: 0;
	}
}