/* ------------------------------------------------------------------------- */
/* ------------------------------- GERAL ----------------------------------- */
/* ------------------------------------------------------------------------- */

p.description {
    margin: 0 0 1em .3em;
}
.box h3 {
    padding: 0 0 .8em .8em;
}

/* ------------------------------------------------------------------------- */
/* -------------------------------- FAQ ------------------------------------ */
/* ------------------------------------------------------------------------- */

.faq .questions {
    margin: 0 .5em 1em 0;
}
.faq .questions ol li {
    padding: 0 1em;
}
.faq .questions ol li p {
    margin: 1em 0;
}

/* ------------------------------------------------------------------------- */
/* ------------------------------- FAQ GUEST ------------------------------- */
/* ------------------------------------------------------------------------- */

.faq-guest {
    margin: 0 auto;
    font-family: Georgia;
}
.faq-guest .timing {
    display: none;
}
.faq-guest .wide {
    margin-bottom: 2em;
}
.faq-guest .questions {
    clear: both;
    padding-top: 1em;
}
.faq-guest .questions h3 {
    float: left;
    font-size: 1.8em;
    font-weight: normal;
    margin-right: 3%;
    text-align: right;
    width: 35%;
}
.faq-guest .questions ol {
    float: left;
    margin-bottom: 2em;
    width: 55%;
}
.faq-guest .questions ol li {
    padding: .3em 0 .5em 0;
}
.faq-guest .questions ol li a.question {
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: underline;
}
.faq-guest .questions ol li p {
    font-size: 1.3em;
    margin: 1em 0 2em 0;
}

/* ------------------------------------------------------------------------- */
/* ------------------------------ QUESTION --------------------------------- */
/* ------------------------------------------------------------------------- */

.questions {
    margin: auto;
}
.questions h2 {
    text-align: center;
}
.questions form {
    text-align: left;
}
.questions form #subject, 
.questions form textarea {
    width: 98%;
}
.questions form p.commands {
    margin-right: 1%;
    text-align: right;
}
.questions form label {
    display: block;
    font-weight: normal;
    font-size: 100%;
}
