/*
Custom CSS

This file is for your custom CSS. You can add your own styles here without 
modifying the index.html file or any other template files. This file is 
loaded in the template_v3/index.js file. 

This file is intentionally left blank. Add your custom CSS below.

@version 1.0.0
*/

#pageHeader_home {
    margin-top: 1rem !important;
    margin-bottom: 2rem !important;
}

#home li {
    margin-bottom: 1rem;
}

#optionsTABLE_home th {
    width: 25%;
}

.faq-container table {
    width: 100% !important;
    table-layout: fixed;
    margin: 2rem 0;
}

.faq-container tr:nth-of-type(1) p {
    margin-bottom: 0;
}

.faq-container td {
    border: 1px solid black;
    padding: 20px;
}

/*# sourceMappingURL=common.css.map*/