﻿.faq-box {
    background: #FFF;
    border-radius: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.faq-header {
    font-size: 25px;
	font-weight: bold;
	color: #008080;
    border-bottom: 1px dotted #ccc;
    padding: 40px 20px;
}

.faq-c {
    border-bottom: 1px dotted #ccc;
    padding: 20px;
}

.faq-t {
    line-height: 1em;
    color: #626262;
    font-family: sans-serif;
    float: left;
    font-weight: 700;
    padding-right: 15px;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
}

.faq-o {
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
}

.faq-q {
    cursor: auto;
    font-size: 18px;
    
}

.faq-a {
    clear: both;
    color: #666;
	font-size: 15px;
    display: none;
    padding-left: 1.5em;
}
