@charset "utf-8";
/* CSS Document */
* {
    box-sizing: border-box;

}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;


}
/* Create two equal columns that floats next to each other */

.columnwhole {
    float: left;
    width: 100%;


}
.stcolumn4 {
    float: left;
    width: 25%;
	padding-right:20px;

}
/* Create two equal columns that floats next to each other */
.stcolumn {
    float: left;
    width: 33%;


}



/* Clear floats after the columns */
.row:after {
    content: "";
    display: table; 
    clear: both;
}
.row {
	 border-radius: 25px;
    background: #fff4ca;
	padding-right: 5px; 
		padding-left: 10px; 
			padding-top:-0px; 
		padding-bottom: 0px; 

			margin-right:0px;
		margin-left:0px;
			margin-top:0px;
		margin-bottom:0px;
 border-style: solid;
    border-width: 2px;
	
	
}
.row2 {
	 border-radius: 25px;
    background: #f7f7f7;
	padding-right: 5px; 
		padding-left: 10px; 
			padding-top:-0px; 
		padding-bottom: 0px; 

			margin-right:0px;
		margin-left:0px;
			margin-top:0px;
		margin-bottom:10px;
 border-style: solid;
    border-width: 2px;
	
	
}



