
.main {
float: left;
width: 620px;
}


/* MAIN BOXES */
.action-box {
position: relative;
float: left;
height: auto;
width: 600px;
margin: 15px 0px 15px 20px;
padding: 0px 0px 5px 0px;
font-size: 12px;
}

.action-box-header {
height: 30px; 
text-align: center;
font-family: 'Josefin Sans', sans-serif;
font-weight: 300;
margin-bottom: 10px;
padding: 10px 0 3px 0;
color: white;
font-size: 22px;
background: -webkit-linear-gradient(left top, #81aa , #006c48); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(bottom right, #009000, #006c48); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(bottom right, #009000, #006c48); /* For Firefox 3.6 to 15 */
background: linear-gradient(to bottom right, #009000 , #006c48); /* Standard syntax */
}


/*  SIDEBAR */

.side {
float: right;
width: 320px;
}

.sidebar-box {
float: left;
width: 290px;
height: auto;
margin-top: 20px;
text-align: center;
padding-top: 5px;
padding-bottom: 10px;
border: 1px solid black;
background-color: #8ca48c;
margin-left: 20px;
}

.sidebar-box-content {
background-color: #EEFBDE; 
margin-left: 20px;
margin-top: 20px;
width: 250px;
height: 230px;
border: 1px solid black;
}

.sidebar-request {
float: left;
width: 275px;
margin: 0px 0px 0 0px;
padding-bottom: 20px;
border-bottom: 1px solid gray;
}

.sidebar-header {
width: 290px;
height: 20px;
margin-left: 0px;
text-align: center;
}


.sidebar-content {
width: 270px;
text-align: center; 
margin-left: 0px;
border-top: none;
padding: 5px 10px 0px 0px;
font-size: 12px;
}

#request-creator {
	float: left; 
	width: 250px; 
	margin-left: 0px; 
	border: 1px solid black;
	padding: 15px 15px 15px 15px;
}	

#request-creator-logo {
	float: left; 
	width: 70px; 
	margin-left: 10px;
}

#request-creator-text {
	float: left; 
	width: auto; 
	margin: 8px 0 0 10px; 
	text-align: left; 
	font-size: 12px;
}


#topic-browse-photo {
	display: inline-block;
	width: 960px;
	margin: 0 0 0px 0px;	
}


#add-content {
display: inline-block;
width: 155px; 
border: 1px solid #ec703b; 
text-align: center;
font-size: 16px;
padding: 5px 10px 5px 10px;
margin-left: 0px;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
background: -moz-linear-gradient(#ff9263, #ec703b);
background: -webkit-linear-gradient(#ff9263, #ec703b);
background: -o-linear-gradient(#ff9263, #ec703b);
}


#follow {
width: 160px; 
border: 1px solid #ec703b; 
text-align: center;
font-size: 20px;
margin-top: 10px;
padding: 12px 10px 12px 10px;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
color: white;
background: -moz-linear-gradient(#ff9263, #ec703b);
background: -webkit-linear-gradient(#ff9263, #ec703b);
background: -o-linear-gradient(#ff9263, #ec703b);
 }

#follow:hover {
    box-shadow: 0px 0px 1px #777;
background: -moz-linear-gradient(#ec703b, #ec703b);
background: -webkit-linear-gradient(#ec703b, #ec703b);
background: -o-linear-gradient(#ec703b, #ec703b);
}


<!-- TOGGLE -->
.sidebar {height:100%; background:blue; width:200px;}
label {color: gray; display: block;}
.drop input{display:none;}
.drop input:not(:checked)+.sidebar{display:none;}
.drop input:c


.steps {
	width: 750px;
	height: 90px;
	margin-left: 100px;
	border: 1px solid black;
	background-color: #82A98D;
	margin-bottom: 20px;
}

.step {
	float: left;
	width: 750px;
	margin: 0px 20px 20px 100px;
	border: 1px solid black;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 4px;
}

.step-header-request {
	background-color: #007353;
	text-align: center;
	height: 45px;
	padding: 3px 0 4px 215px;
	background-image: url("https://visionarysociety.org//images/type/pattern-stars-green4.png"); 
	background-repeat: repeat-x;
	font-weight: 300;
	background-size: 20%;
}

.step-header-action {
	text-align: center;
	background-color: #007353;
	height: 32px;
	padding: 13px 0 4px 0px;
	font-weight: 300;
	background-size: 20%;
	color: white;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	font-size: 22px;
}

.title-description1 {
	display: inline-block;
	font-size: 16px;
	font-family: serif;
	color: white;
	margin-bottom: 2px;
	}

.title-description-one-line {
	float: left;
	color: white;
	padding-top: 0px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 22px;
}


.step-content {
	margin: 5px 5px 5px 5px;
	padding: 10px 0 10px 10px;
	font-size: 12px;
}

.header-interpretation {
	text-align: center;
	height: 33px; 
	padding: 12px 0 3px 0px;
	color: white;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	font-size: 22px;
	background: -webkit-linear-gradient(#009000, #006c48); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#009000, #006c48); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#009000, #006c48); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#009000 , #006c48); /* Standard syntax */
}

.title-description2 {
	display: inline-block;
	padding-top: 10px; 
	width: 800px;
}



#square2 {
	float: left; 
	width: 323px; 
	height: 130px; 
	background-color: white;
	margin-left: 10px; 
	margin-top: 10px;
	padding: 10px 10px 10px 10px;
	border: 1px solid gray;
	border-radius: 6px;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
}

blockquote {
    font-family: Georgia, serif;
    font-size: 14px;
    font-style: italic;
    margin-top: 10px;
    margin-left: 8px;
    padding-left: 30px;
    padding-right: 10px;
    line-height: 1.45;
    position: relative;
    color: #383838;
}

blockquote:before {
    display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -20px;
    top: -20px;
    color: #7a7a7a;
}


#cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    margin-left: 35px;
}

blockquote cite:before {
    content: "\2014 \2009";
}




<!-- FACTS AND OPINIONS BOXES -->

.step-personal {
float: left;
	width: 750px;
	height: 25px;
	margin: 0px 20px 20px 100px;
	border: 1px solid black;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 4px;
	background-color: #007353;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	padding-top: 6px;
	padding-bottom: 3px;
	color: white;
	font-size: 22px;
	background-color: #248A47;
	background-repeat: repeat-x;
	background-size: 25%;
}


<!-- STEP 3 INTERPRETATION -->
.step-heading {
	float: left;
	width: 960px;
}

.heading-left {
	float: left;
	width: 190px;
	text-align: center;
}

.heading-middle {
	float: left;
	width: 240px;
	text-align: center;	
	margin-left: 20px;
}

.heading-right {
	float: left;
	width: 240px;	
	text-align: center;
	margin-left: 20px;
}


.step-area {
	float: left;
	width: 960px;	
	margin-top: 10px;
}

.area-left {
	float: left;
	width: 190px;
	text-align: center;
	font-style: italic;
	margin-top: 20px;
}

.area-middle {
	position: relative;
	float: left;
	width: 243px;
	min-height: 100px;
	border: 1px solid #384c36;
	margin: 0 0px 0 20px;
	padding: 3px 0 0px 7px;
	background-color: white;
	border-radius: 6px;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;

}

.area-right {
	position: relative;
	float: left;
	width: 243px;
	min-height: 100px; 
	border: 1px solid #384c36;
	margin: 0 0px 0 10px;
	padding: 3px 0 0px 7px;
	background-color: white;
	border-radius: 6px;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;

}

.title {
	margin-top: 22px; 	
}


.explore-box {
    position: absolute;
    bottom: 0;
	right: 0;
	width: 60px;
	padding: 0 5px 0 5px;
	margin: 0 3px 3px 0;
	border: 1px solid black;
	background-color: gray;
	color: white;	
}

.additional {
	font-size: 10px;	
}

.more {
	float: right; 
 	font-size: 10px; 
 	color: #4c4c4c; 
 	margin: 0px 10px 2px 0;
 	padding-top: 5px;
}

.top-line {
	float:right;	
	margin-bottom: 8px;
}

.responses {
	float: left;
	width: 50px;	
	font-size: 10px;
	margin-top: 1px;
	margin-right: 15px;
}

.personal-decision {
	float: left;
	min-width: 50px;
	margin-right: 3px;
	padding: 0 3px 0 3px;
	font-size: 10px;
	color: white;	
	background-color: gray;
	border: 1px solid black;
}

.all-decisions-agree {
	float: left;
	min-width: 10px;
	margin-right: 3px;
	padding: 0 0px 0 4px;
	font-size: 10px;
	color: white;	
	background-color: green;	
	border: 1px solid black;
}

.all-decisions-disagree {
	float: left;
	min-width: 10px;
	margin-right: 3px;
	padding: 0 0px 0 4px;
	font-size: 10px;
	color: white;	
	background-color: red;	
	border: 1px solid black;
}


/* NO RESULTS */
.no-results {
	width: 280px;
	height: auto;
	background-color: #FCFFC1;
	text-align: center;
	margin: 5px 0 5px 5px;
	padding: 25px 0 25px 0;
	color: gray;
}

.no-results2 {
	width: 200px;
	height: auto;
	background-color: #FCFFC1;
	text-align: center;
	margin: 5px 0 5px 160px;
	padding: 12px 0 12px 0;
	color: gray;
}


/* CHANGE IMAGE */
.user-image-add-1 {
	position: absolute; 
	top: 10px; 
	left: 5px;
	width: auto;
	height: auto;
	font-size: 12px;
	background-color: #006C48;
	padding: 2px 15px 2px 15px;
	color: white;
	opacity: 0.7;
}

.user-image-add-2 {
	clear: both;
	position: absolute;
	top: 20px;
	left: 5px;
	width: 160px;
	height: 30px;
	margin-left: 15px;
	font-size: 16px;
	background-color: #006C48;
	text-align: center;
	padding: 10px 25px 0 25px;
	color: white;
}



.action-box {
	position: relative;
	float: left;
	width: 600px;
	margin: 20px 20px 0 20px;
	padding-bottom: 10px; 
	border: 1px solid black;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 4px;

}

.action-box2 {
	position: relative;
	float: left;
	width: 900px;
	margin: 20px 20px 0 20px;
	padding-bottom: 10px; 
	border: 1px solid black;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 4px;

}
.action-box-header {
	height: 32px; 
	text-align: center;
	padding-top: 10px;
	background: -webkit-linear-gradient(#47a12c, #3c8d23); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#47a12c, #3c8d23); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#47a12c, #3c8d23); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#47a12c, #3c8d23); /* Standard syntax */
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	color: white;
	font-size: 22px;
}




.help {
	float: left;
	width: 247px;
	height: auto;
	border: 1px dashed black;
	margin: 5px 0 20px 0px;
	padding: 10px 15px 15px 15px;
	background-color: #80b158;
	color: white;
	font-size: 14px;
}

.help-text {
	float: left; 
	width: 550px; 
	margin: 0 5px 0px 5px; 
	padding: 10px 10px 10px 10px; 
	color: gray; 
	background-color: white; 
	border: 1px solid gray; 
	font-size: 14px;
}


.message-box-tall {
	float: left; 
	width: 250px; 
	height: 140px;
	text-align: left; 
	background-color: white; 
	margin: 0 15px 15px 5px; 
	padding: 10px 10px 5px 10px;
}

.message-box-short {
	float: left; 
	width: 250px; 
	height: auto;
	min-height: 60px;
	max-height: 100px;
	text-align: left; 
	background-color: white; 
	margin: 0 15px 5px 5px; 
	padding: 10px 10px 5px 10px;
}




