﻿.quote{
    font-size: 14px;
}

.table-no-bullet ul{
    list-style-type: none;
}

.table-list{
    border: 0;
}

.table-list a{
    margin-bottom: 12px;
}

.table-list ul{
    list-style-type: none;
}

.table-list img{
    width: 150px !important;
    max-width: 150px !important;
    padding: 10px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.table-list tr:nth-of-type(even) {
    background-color: transparent !important;
}

.custom-image{
    width: 100% !important;
    padding: 10px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 12px;
    margin-top: 12px;
}

.section-title{
    width: 100%;
    padding-bottom: 6px;
    border-bottom: 1px dotted #454545;
    font-family: "Droid Serif";
    font-size: 1.667em;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #454545;
    margin-bottom: 24px;
}