/* Turquoise color scheme */
.tipster-script-table thead {
    background-color: #1abc9c;
    color: #34495e;
}
/* Change table striped color */
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > td a {
    background-color: #34495e;
    color: #fff;
}
.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > td a {
    background-color: #3e5770;
    color: #fff;
}
/* Table hover color and background hover color */
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th, .table-hover>tbody>tr:hover>td a, .table-hover>tbody>tr:hover>th a {
    color:#1abc9c;
    background-color: #2C3E50;
}
/* Tipster info single pick page && tipster info single tipster page */
.tipster-preview-content, .tipster-info {
    border: 1px solid #bdc3c7;
    background-color: #243342;
    color: #fff;
}
.tipster-preview-content span {
    color: #8d9dad;
}
.tipster-preview-content a {
    color: #1abc9c !important;
    text-decoration: underline;
}
.tipster-preview-content a:hover {
    color: #fff !important;
}
.user-info {
    border: 1px solid #bdc3c7;
    background-color: #1abc9c;
    color: #fff;
}
/* Pagination */
.pagination > li > a {
    color: #5e5e5e;
}
.pagination > li.active > span, .pagination > li.active > span:hover {
    color: #fff;
    background-color:#2C3E50;
    border-color: #ddd;
}
/* Active/latest picks 1 column */
.pick-container .tipster-timestamp {
    background-color: #1abc9c;
    color: #e0e0e0;
}
.tipster-timestamp a, .tipster-timestamp a:visited {
    font-weight: 700;
    color: #fff;
}
.tipster-timestamp .timestamp i {
    color: #fff;
}
.pick-container .footer a {
    color: #fff;
    font-weight: 600;
}
/* END Active/latest picks 1 column */
/* Active/latest picks 3 columns */
.tipster-timestamp {
    background-color: #1abc9c;
    color: #e0e0e0;
}
.read-more a, .read-more a:visited {
    background-color: #3b71a0;
    border-color: #3e5570;
    color: #fff;
}
.read-more a:hover {
    background-color: #3e5570;
    border-color: #3e5570;
    color: #fff;
}
/* END Active/latest picks 3 columns */
/* Single pick modern */
.single-pick-timestamp {
    background-color: #1abc9c;
    color: #e0e0e0;
    overflow:auto;
    margin-top: -15px;
    padding-bottom: 10px;
    padding-top: 10px;
}
/* END Single pick modern */