#tests{
	padding:30px 0px;
}

#tests h1{
	margin-bottom:20px;
}

.stars{
	float:right
}

.test{
	border:1px solid #CCC;
	padding:10px;
	border-radius:3px;
	margin-bottom:15px;
}

.tTitle{
	color:#003;
	font-size:30px;
	margin-bottom:10px;
	font-weight:bold;
}

.tDate{
	color:#666;
	font-size:16px;
	margin-bottom:5px;
}

.tcopy{
	font-size:15px;
	line-height:150%;
	margin-bottom:10px;
}

.tcopy p{
	font-size:15px;
	line-height:150%;
	margin-bottom:10px;
}

.tButton{

    background: none repeat scroll 0 0 #9bbe4a;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-left: 6px;
    padding: 8px 25px;
	float:right;
}

.tButton a {
    text-decoration: none;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}

.btn {
    background: none repeat scroll 0 0 #acc969;
    border: medium none;
    color: #ffffff;
    left: 0;
    margin: 15px auto 0;
    padding: 8px 50px;
    position: relative;
    right: 0;
    text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-radius:3px;
	-o-transition:1s;
	-ms-transition:1s;
	-moz-transition:1s;
	-webkit-transition:1s;
	transition:1s;
	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
	text-decoration:none;
	color:#FFF;
	cursor:pointer;
	display:inline-block;
}