/*
Theme Name:     ANU VC Courses Theme
Theme URI:      
Description:    
Author:         
Author URI:     
Template:       anu
Version:        0.1.0
*/

.content, .printonly {display:none;}

.expander:hover {background-color: #F7F9F9; }

@media all {
	.page-break	{ display: none; }

}


.bnr-line-2 { display:none; } 

.subhead {
	font-weight: bold;
	font-size: 120%;
}

.collapsed {
	cursor:pointer;
}

table.home { text-align: center; border-width: 0px; vertical-align: middle; }
table.home td {padding: 30px; background-color: #F7F9F9; border-color: #ACC0C6; border-width: 1px;}
table.home th {background-color: #FFFFFF; border-color: #FFFFFF; border-width: 1px; color: #666666; vertical-align: middle; }
table.home.bottom {background-color: #FFFFFF; border-color: #FFFFFF; border-width: 0px; color: #666666;}
table.home td.grey {background-color: #EBEBEB; }
table.home td.home-right { border-right-style: none; }
table.home td.home-bottom { border-bottom-style: none; }

/*
body {
	font-size: 100% !important;
}
*/


.table {
    display: table;
    border-collapse: separate;
    border-spacing: 10px 0;
    width: 100%
}

.table-row {
    display: table-row;
}

.table-col {
    display: table-cell;
    padding: 10px;
}

.wider {
	width: 35%;
}

.icon {
	max-height: 32px; !important
	mak-width: 32px; !important
}


@media all and (max-width: 840px) { 
    .main .container {
        padding: 0 10px;
    }
    .table {
        display: block;
        width: 100%;
    }
    .table-row {
        display: block;
    }
    .table-col {
        display: block;
    }
    .wider {
	width: 100%;
}
}