﻿@charset "utf-8";

/* --------------------------------------------------------------------

# Suparuberry Knowledge Page CSS#

-------------------------------------------------------------------- */

#question1 {
	background-image:url('../knowledge/question1_header.png');
	background-repeat:no-repeat;
	margin-top:30px;
}

#question2 {
	background-image:url('../knowledge/question2_header.png');
	background-repeat:no-repeat;
	margin-top:10px;
}

#question3 {
	background-image:url('../knowledge/question3_header.png');
	background-repeat:no-repeat;
	margin-top:10px;
}

#question4 {
	background-image:url('../knowledge/question4_header.png');
	background-repeat:no-repeat;
	margin-top:10px;
}

#question5 {
	background-image:url('../knowledge/question5_header.png');
	background-repeat:no-repeat;
	margin-top:10px;
}

#top_comments {
	line-height:1.5em;
	width:295px;
	font-size:1em;
	margin-top:-230px;
	margin-left:280px;
}

.subtopic_wrap p:first-letter {
   font-size: 270%;
   float: left;
   line-height: 1;
   color: #d70a2a;
   padding: 3px;
   margin-right: 3px;
}

#lastSubtopic_wrap p:first-letter {
   font-size: 270%;
   float: left;
   line-height: 1;
   color: #d70a2a;
   padding: 3px;
   margin-right: 3px;
}

/*Hack for Opera*/

@media screen and (min-width: 350px){


}