.read-more-btn {
    font-size: 14px;
    color: #00AEFF;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    display: inline-block;
    margin-bottom: 15px;
}

.blog-details div {
    border-radius: 3px;
    color: #666666;
    float: left;
    font-size: 13px;
    margin-bottom: 10px;
    margin-right: 20px;
    padding: 15px 0;
}

.side-panel h4 {
    font-size: 14px;
}

.side-panel ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    list-style: none outside none;
}

.side-panel ul li a {
    font-style: normal;
}

form input[type="email"] {
    height: 40px;
    padding: 6px 15px 6px 15px;
    font-size: 13.72px;
    color: #8b8b8b;
    line-height: 18px;
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    box-shadow: none;
    font-family: "Lato",sans-serif;
    font-weight: 300;
}

.webform-results table {
    width: 100%;
}

.system-message, 
.system-error-message {
    background-color: #ffffff;
    border: 1px solid #00A6DE;
    color: #696669;
    margin: 18px;
    padding: 15px;
}

.dropdown_smaller {
    width: 150px;
}

table.webform, 
table.reporting {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

table.webform, table.reporting {
    border: medium none;
    background: none;
}

.form label, 
.webform label {
    display: inline;
}

form label {
    text-align: left;
    margin: 0 0 10px;
    display: block;
}

table.webform td {
    line-height: 24px;
    padding: 6px;
}

table tr.even, 
table tr.alt, 
table tr:nth-of-type(2n) {
    background: none !important;
}

.form input, 
.webform input, 
.webform select {
    margin-bottom: 0 !important;
    margin-right: 3px;
}