.spoiler {position: static; height: 20px; }
.spoiler > input + label:after{content: "+";float: right;font-weight: bold;font-size: small;}
.spoiler > input:checked + label:after{content: "-";float: right;font-weight: bold;font-size: small;}
.spoiler > input{display:none;}
.spoiler > input + label , .spoiler > .spoiler_body{background: #c2d1f0;padding:5px 15px;overflow:hidden;width:50%;display: block;font-weight: bold;font-size: small; float: left;margin-right: 15px;margin-bottom: 5px;}
.spoiler > input + label + .spoiler_body{display:none;}
.spoiler > input:checked + label + .spoiler_body{display: block;}
.spoiler > .spoiler_body{background: #FFF;border: 3px solid #CCC;border-top: none;font-weight: normal;}

.spoiler1 {position: static; height: 20px; }
.spoiler1 > input + label:after{content: "+";float: right;font-weight: bold;font-size: small;}
.spoiler1 > input:checked + label:after{content: "-";float: right;font-weight: bold;font-size: small;}
.spoiler1 > input{display:none;}
.spoiler1 > input + label , .spoiler1 > .spoiler1_body{background: #c2d1f0;padding:5px 15px;overflow:hidden;width:95%;display: block;color:#6d6f70; font-weight: bold;font-size: small; float: left;margin-right: 15px;margin-bottom: 5px;}
.spoiler1 > input + label + .spoiler1_body{display:none;}
.spoiler1 > input:checked + label + .spoiler1_body{display: block;}
.spoiler1 > .spoiler1_body{background: #FFF;border: 3px solid #CCC;border-top: none;font-weight: normal;}

.box1 {position: static; float: none;
 background-color: #f10e0e;
 color: #fff;
  margin: 0px;
  padding: 0px;
  text-align: center;
  padding: 7px 4px 0px 5px;
      font-size: medium;
  font-weight: bold;
 }
.box1 a {position: static; float: none;
color: #fff
 }
.introduction
{background-color:#fff;
  border: 13px solid #ebf0fa;
  	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
  padding: 0px 10px 0px 10px;
  
}