/* Blue color scheme */
.tipster-script-table thead {
    background-color: #337ab7;
    color: #fff;
}
/* Tipster info single pick page && tipster info single tipster page */
.tipster-preview-content, .tipster-info {
    border: 1px solid #555865;
    background-color: #32343b;
    color: #fff;
}
.tipster-preview-content a {
    color: #aaa !important;
}
.tipster-preview-content a:hover {
    color: #777 !important;
    text-decoration: none;
}
.user-info {
    border: 1px solid #eee;
    background-color: #337ab7;
    color: #fff;
}
.user-info h4 {
    color: #aaa;
}
/* Active/latest picks 1 column */
.tipster-timestamp {
    background-color: #337ab7;
    color: #c9c9c9;
}
.tipster-timestamp a, .tipster-timestamp a:visited {
    font-weight: 700;
    color: #fff;
}
.tipster-timestamp .timestamp i {
    color: #fff;
}
.pick-container .footer a {
    background-color: #337ab7;
    font-weight: 600;
}
/* END Active/latest picks 1 column */
.read-more a, .read-more a:visited {
    color: #fff;
}
/* Single pick modern */
.single-pick-timestamp {
    background-color: #337ab7;
    color: #c9c9c9;
    overflow:auto;
    margin-top: -15px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.single-pick-timestamp a, .single-pick-timestamp a:visited {
    font-weight: 700;
    color: #fff;
}
.single-pick-timestamp .timestamp i {
    color: #fff;
}
/* END Single pick modern */