/**
 * @package Inline Spoilers
 */

div.spoiler-wrap {
    clear: both;
    display: block;
    margin: 6px auto;
    padding: 0;
    width: 95%;
}

div.spoiler-head {
    cursor: pointer;
    display: block;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0 6px 0 0px;
    text-align: left;
}


.phone a {
    font-family: 'CirceLight';
    font-size: 16.47px;
    line-height: 22px;
	display:block;
}
div.spoiler-head.collapsed.no-icon, div.spoiler-head.expanded.no-icon {
    background: none;
    cursor: auto;
    padding: 0 6px 0 6px;
}

div.spoiler-body {
    padding: 2px 6px;    font-size: 17px;    margin-bottom: 24px;
}
