.livelist {
	margin: -20px auto 0;
	padding: 0;
	font-size: 116.6%;
}
.livelist .ac-content {
	margin: 0 10px;
}
.livelist input {
	display: none;
}
.livelist label {
	display: block;
    background: #FFF;
    cursor: pointer;
    background: url(../img/arr2.svg) no-repeat right center;
    padding: 10px 40px 10px 20px;
    border: 1px solid #999;
    margin: 20px 0 0;
    font-weight: bold;
}
.livelist label span {
	display: block;
	font-size: 85.7%;
	padding: 0 0 .3em;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.livelist label:hover  {
	background: #E6E6E6 url(../img/arr3.svg) no-repeat right center;

}

.livelist .ac-cont {
	transition: 0.2s;
	height: 0;
	overflow: hidden;
	padding: 0 20px;
}
.livelist .ac-cont h3 {
	font-size: 12px;
	letter-spacing: .05em;
	margin: 0;
	padding: 0 0 .5em;
    line-height: 1.2em;
    font-weight: normal;
}
.livelist .ac-cont h3 +p,.livelist .ac-cont p{
	padding: 0 0 .5em;
    line-height: 1.4em;
    letter-spacing: .01em;
    font-size: 12px;
}
.livelist .ac-cont p a{
	background: #000;
	color: #FFF;
	padding: 0 .5em;
}
.livelist input:checked + .ac-cont {
	height: auto;
	padding:  20px 20px 10px;
	margin:  0 0 20px;
	
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}

@media screen and (max-width: 768px) {
.livelist {
    margin: -20px auto 40px;
    }
}