@CHARSET "UTF-8";
/* =============================================================== */

/*
 *
 *   SSP - Responsive 
 *   Copyright 2016 pedstestonline.com
 *
*/

/* 	TABLE CONTENT

1. 	 GLOBAL
2.   HOME - PARENTS PAGE
3.   FAQ
4.   WHY SCREEN
5.   SSP WHO
6.   SSP HOW-MUCH
7.   SSP WHAT
8.   SSP LINKS

/* =============================================================== */
/* GLOBAL
/* =============================================================== */
body{
	line-height: 1.7;
}
.start-test{
	background-color: #ccebff;
	font-weight: bold;
}
.get-result{
	background-color: #ccffdd;
	font-weight: bold;
}
.logo, .logo-title {
    font-size: 15px;
}



@media(min-width:767px) {

	.logo, .logo-title {
		font-size: 25px;
	}
}
.ssp .content{
	font-size: 16px;
}

.ssp ul {
	list-style: none;
	padding: 0;
}
.ssp li {
	padding-left: 1.8em;
}
.ssp li:before {
	content: "\f058"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
	color: #007acc;
}

#mchat-wrapper input[type=radio] {
	width: 15px;
	height: 15px;
}

#screen-peds-wrapper input[type=radio] {
	width: 20px;
	height: 20px;
}

/* =============================================================== */
/* 2.   HOME - PARENTS PAGE
/* =============================================================== */

#sspParents-wrapper h4{
	margin-top: 20px;
}

#sspParents-wrapper .start-test-button{
	margin-bottom: 10px;
}
#sspParents-wrapper .get-result-button{
	margin-bottom: 10px;
}


/* =============================================================== */
/* 3.   FAQ
/* =============================================================== */
#sspFaq-wrapper .question{
	font-weight: bold;
}
/* =============================================================== */
/* 4.   WHY SCREEN
/* =============================================================== */

/* =============================================================== */
/* 5.   SSP WHO
/* =============================================================== */

/* =============================================================== */
/* 5.   SSP HOW
/* =============================================================== */

/* =============================================================== */
/* 6.   SSP HOW-MUCH
/* =============================================================== */
#sspHowMuch-wrapper img.center{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#sspHowMuch-wrapper .action-button{
	text-align:center;
}
/* =============================================================== */
/* 7.   SSP WHAT
/* =============================================================== */

/* =============================================================== */
/* 8.   SSP LINKS
/* =============================================================== */
#sspLinks-wrapper p{
	font-size: 14px;
	margin-bottom: 30px;
}

