
.faq-section:hover {
    color: #009ae1;
}
.faq-section > p {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #ccc #ccc;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px;
    margin-top: -10px;
    padding: 18px 13px 13px;
}
.faq-section {
    margin: 20px 0;
    position: relative;
}
.faq-section p {
    display: none;
}
.faq-section input {
    cursor: pointer;
    height: 46px !important;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.faq-section label p {
    color: #999;
    display: block;
    font-size: 0.85em;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.15s ease-out 0s;
    white-space: nowrap;
}
.faq-section input[type="checkbox"]:checked ~ p {
    color: #444;
    display: block;
    font-size: 1em;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
}
.faq-section label {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #eee none repeat scroll 0 0;
    border-color: #ddd #ddd #ddd #888;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 3px;
    display: inline-table;
    font-size: 1.2em;
    font-weight: normal;
    height: 37px;
    padding: 7px 10px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    transition: all 0.15s ease-out 0s;
    width: 100%;
    text-transform: uppercase;
}
.faq-section label:hover {
    background: #f5f5f5 none repeat scroll 0 0;
}
.faq-section input[type="checkbox"]:checked ~ label {
    background: #fff linear-gradient(to bottom, #fff, #efefef) repeat scroll 0 0;
    border-color: #009ae1;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}
.faq-section label::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom: 6px solid transparent;
    border-image: none;
    border-left-color: inherit;
    border-right: 6px solid transparent;
    border-style: solid;
    border-top: 6px solid transparent;
    border-width: 6px;
    content: "";
    margin-top: -6px;
    position: absolute;
    right: 4px;
    top: 50%;
}
.faq-section input[type="checkbox"]:checked ~ label::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom: 6px solid transparent;
    border-image: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-style: solid;
    border-top-color: inherit;
    border-width: 6px;
    margin-top: -3px;
    right: 10px;
}
