@charset "utf-8";

/* CSS Document */



.accordion { width:100%; float:left; margin:7px auto 0;}

.accordion h2 { width:100%; float:left; cursor:pointer; background:url(../images/feeser-icon1.png) no-repeat 97% center; margin:0 0 0 0; padding:12px 0 17px; border-bottom:1px solid #e7e7e7;    text-align: left;}

.accordion h2.active { background:url(../images/feeser-icon2.png) no-repeat 97% center; border:none;}

.accordion .content { width:100%; float:left; padding:0 0 0; border-bottom:1px solid #e7e7e7;    text-align: left;}



/*Smartphone css*/

@media screen and (max-width: 480px) {

.accordion h2 { background-position:95% center; padding:10px 11% 10px 0;}

.accordion h2.active { background-position:95% center;}

.accordion .content { padding:6px 0 3px;}

}



@media screen and (min-width:481px) and (max-width:600px) {

.accordion h2 { background-position:95% center; padding:10px 5% 10px 0;}

.accordion h2.active { background-position:95% center;}

.accordion .content { padding:6px 0 3px;}

}



@media screen and (min-width:601px) and (max-width:767px) {

.accordion h2 { background-position:95% center; padding:10px 5% 10px 0;}

.accordion h2.active { background-position:95% center;}

.accordion .content { padding:6px 0 3px;}

}



@media screen and (min-width:768px) and (max-width:900px) {



}



@media screen and (min-width:901px) and (max-width:1024px) {



}



@media screen and (min-width:1025px) and (max-width:1240px) {



}