#is_faq_title{
    font-size: 20px;
    margin: 0px 0 10px 0;
    line-height: 20px;
}
.icon_faq {
	margin-right: 5px;
	margin-top: -25px;
}
.faq_title {
	padding: 4px 5px 5px 6px;
	border: 1px solid #DDDDDD;
	border-bottom: 0px solid #DDDDDD;
	font-weight: bold;
	background-repeat: repeat-x;
	color: #333333;        
}
.faq_title a{
	float:right; 
	text-decoration: none;
}
.spoil {
    position: relative;
    overflow: hidden;
    border: 1px solid #c3c3c3;
    margin: 0px 0 4px 0;
    height: 34px;
}
.spoil .sp_text {margin: 10px;}
.spoil .sp_top {
	width: 100%;
	padding: 6px;
	background: rgba(195, 195, 195, 0.1);
	border-bottom: 1px solid #c3c3c3;
}
.spoil .sp_span {
}
.spoil .sp_span a{text-decoration: none;}
.spoil .sp_button {
	width: 100px;
	height: 26px;
	text-align: center;
	border: 1px solid #c3c3c3;
	background: #fff;
	float: right;
	margin: -3px;
	outline: none;
}
.spoil .sp_button:hover {box-shadow: inset 0 0 3px #ffd800;}
.disc_faq { margin-top:-12px;}  
#f_berger {display:none;}
	
/* =========================ICON====================================*/  
            
@media (max-width: 480px) {

	.spoil .sp_span a {font-size: 12px;}   
	.disc_faq {margin-top: 0px !important;}
	#edit_faq_cat {display: none;}
	.spoil .sp_button {width: 40px;}
	#f_berger {display:block;}
	.spoil .sp_button {width: 30px;}
}    


@media only screen and (min-width: 480px) and (max-width: 768px) {  
    
#edit_faq_cat {display: none;}
#f_berger {display: block;font-size: 18px;line-height: 22px;}
.spoil .sp_button {width: 30px;}
    
}    

/****fix*********/
table tbody td {vertical-align: middle;}