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


/*Border with shadow - use in accounts-password.php*/
#rectangle-accounts-password-red {
	position: static;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0;
	padding: 14px;
	background: none;
	color: #cc0000;
	border-radius: 2px;
	border: 2px solid #cc0000;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.08);
	width: 280px;
	text-align: center;
}

/*Border with shadow - use in instructional-audiovisual-rates.php*/
#rectangle-audiovisual-rates-red {
	position: static;
	font-size: 22px;
	font-weight: bold;
	margin: 10px 0;
	padding: 7px;
	background: none;
	color: #cc0000;
	border-radius: 2px;
	//border: 2px solid #cc0000;
	//box-shadow: 2px 2px 8px rgba(0,0,0,0.08);
	width: 180px;
	text-align: center;
}

/*Vertical column divider*/
.table.table-divider > tbody > tr > td:not(:last-child) {
	border-right: 1px solid #ddd;
}


/*Vertical column divider #2*/
.table.table-divider2 > tbody > tr > td:not(:last-child) {
	border-right: 1px solid #ddd;
}

/*Vertical column divider #2*/
.table.table-divider2 > thead > tr > th:not(:last-child) {
	border-right: 1px solid #ddd;
}


