body {
	/*background-image: url(images/bg-courses.jpg);*/
	background-repeat: no-repeat;
	background-position: top center;
	/*background-color: #162932;*/
	margin: 0 auto;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 150%; 
	}
	
a {
	text-decoration: none;
	}
	
a:hover {
	text-decoration: none;
	}
	
h2 {
	font-size: 16px;
	color: #fff;
	}
	
h3 {
	font-size: 12px;
	color: #fff;
	}
	
h4 {
	font-size: 11px;
	color: #54b4dc;
	margin: 0;
	padding: 0;
	margin-left: 18px;
	margin-top: 4px;
	margin-bottom: 4px;
	}
	
#header {
	width: 100%;
	background-image: url(images/bg-nav.jpg);
	background-repeat: repeat-x;
	background-position: top;
	display: block;
	height: 106px;
	margin-top: 70px;
	}
	
.header-content {
	width: 1080px;
	margin: 0 auto;
	color: #fff;
	}
	
.logo {
	padding-top: 10px;
	padding-left: 20px;
	width: 136px;
	height: 65px;
	display: block;
	float: left;
	}
	
.navigation ul {
	list-style: none;
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding: 0;
	margin-left: 50px;
	padding-top: 16px;
	float: left;
	}
	
.navigation li {
	float: left;
	margin-right: 18px;
	}
	
.navigation li a {
	color: #fff;
	}
	
.navigation li a:hover {
	color: #b04d27;
	}
	
.navigation .on {
	color: #b04d27;
	}
	
.navigation .right {
	float: right;
	margin: 0;
	padding: 0;
	margin-top: 14px;
	margin-right: 5px;
	}
	
.navigation .right a {
	font-size: 11px;
	color: #eee;
	text-decoration: none;
	background-color: #b04d27;
	padding: 4px 6px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.navigation .right a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #3580a9;
	}
	
#content {
	width: 1100px;
	margin: 0 auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #162932;
	padding: 10px;
	display: block;
	}
	
#content-home {
	width: 700px;
	margin: 0 auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #162932;
	padding: 10px;
	display: block;
	}
	
#content .left {
	float: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #0d1a20;
	width: 350px;
	height: 520px;
	display: block;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
#content .right {
	float: right;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 720px;
	height: 535px;
	display: block;
	}
	
.acc_trigger {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: normal;
	width: 290px;
	}
	
.acc_trigger a {
	color: #2187c2;
	text-decoration: none;
	display: block;
	}
	
.acc_trigger a:hover {
	color: #f15c22;
	}
	
.active a {
	color: #f15c22;
	}

.acc_container {
	margin: 0 0 5px; padding: 0;
	overflow: hidden;
	font-size: 1.2em;
	clear: both;
	}
	
.acc_container ul {
	margin: 0;
	padding: 0;
	margin-left: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style: none;
	width: 300px;
	}
	
.acc_container li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 10px;
	line-height: 13px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #333;
	}
	
.acc_container li a {
	color: #eee;
	}
	
.acc_container li a:hover,
.acc_container a.active {
	color: #f15c22;
	}
	
/* Table styling */
table {
	border: 1px solid #ccc;
	width: 100%;
	margin:0;
	padding:0;
	border-collapse: collapse;
	border-spacing: 0;
}

table tr {
	border: 1px solid #ddd;
	padding: 5px;
}

table th, table td {
	padding: 10px;
	text-align: center;
}

table td {
	font-size: .9em;
}
	
table th {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	background-color: #396e4c;
	color: #fff;
}

table#pending_registrations th, table#classes th, table#students th {
	background-color: #e8e8e8;
}

tr:nth-child(even), table#pending_registrations tr:nth-child(even), table#classes tr:nth-child(even) {
    background-color: #e1e9e4;
}

.mobile_break {
	display: none;
}

	
@media screen and (max-width: 600px) {
	
	table {
	  border: 0;
	}
	
	table thead {
	  display: none;
	}
	
	table tr {
	  margin-bottom: 10px;
	  display: block;
	  border-bottom: 2px solid #ddd;
	}
	
	table td {
	  display: block;
	  text-align: left;
	  font-size: 13px;
	  border-bottom: 1px dotted #ccc;
	}
	
	table td:last-child {
	  border-bottom: 0;
	}
	
	table td:before {
	  content: attr(data-label) '\A';
	  /*content: '\A';*/
	  float: left;
	  text-transform: uppercase;
	  font-weight: bold;
	  white-space: pre;
	}
	
	.mobile_break {
		display: inline;
	}
	
	table#pending_registrations td, table#classes td, table#students td {
		line-height: 1.3em;
	}


}

/* Button styling */

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #ce3255;
    border-color: #ce3255;
    color: #fff;
}

.btn:hover {
	border-color: #f8e910;
	background-color: #f8e910;
	color: #000;
}

#Individual, #company {
	margin-top: 10px;
}