.topic {
	background-color: #FFF;
	width: 90%;
	text-align: center;
	padding: 15px;
}
.topic:hover {
	transform: scale(1.05);
	box-shadow: 0 0 20px -5px #000;
	transition-duration: 0.5s;
}
.topic i {
	font-size: 2em;
	color: #06648A;
	padding-bottom: 5px;
}
.topic p {
	color: #06648A;
	padding-bottom: 5px;
}
.topic p.title {
	font-size: 1.5em;
	font-weight: bold;
	font-variant: small-caps;
	line-height: 1.8em;
	color: #363638;
}
.answers p label {
	font-size: 1.5em;
	text-transform: uppercase;
	line-height: 1.8em;
	color: #363638;
}
.answers {
	background-color: #FFF;
	width: 93%;
	padding-left: 5px;
}
.answers p span {
	font-size: 1.25em;
	font-weight: bold;
}
.answers p span a{
	font-weight: normal;
	font-family: 'Roboto', 'Open Sans', sans-serif;
	color: #06648A;
	text-decoration: underline dotted;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.answers p span a:hover{
	color:#555;
	text-decoration: none;
}
.answers p span.q {
	color: #06648A;
}
.answers p span.qd {
	font-size: 1em;
	color: #363638;
}
.answers p span.a {
	color: #347A95;
}
.answers p span.ad {
	font-size: 0.875em;
	font-weight: normal;
	color: rgba(75, 71, 71, 0.84);
}
.answers p span.qd span, .answers p span.ad span {
	font-size: 1em;
	color: #06648A;
}
.answers p {
	padding-bottom: 5px;
}
.answer:hover {
	background-color: #9ED5EA;
	transform: scale(1.05);
	padding-left: 5px;
	box-shadow: 0 0 20px -5px #000;
	border: 2px solid #06648A;
	transition-duration: 1.5s;
}
.answer:hover p span.ad {
	color: rgba(45, 41, 41, 0.84);
}
#divToggleProfile {
	display: none;
}
input[type="text"] {
	font-size: 1.1em;
	padding:8px;
	width:80%;
	border: none;
	outline:none;
	color:#363638;
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	-webkit-appearance:none;
}