.tour-tr {
    font-family: Verdana, Geneva, Arial, Helvetica !important;
    line-height: 1.1;
}

.tour-tr .main-color {
    color: #4183c4;
}

.tour-tr .main-color-bg {
    background-color: #4183c4;
}

.tour-tr .light-main-color {
    color: #007ad0;
}

.tour-tr .light-main-color-bg {
    background-color: #007ad0;
}

.tour-tr .grey-color {
    color: #999;
}

.tour-tr .grey-color-bg {
    background-color: #a4a4a4;
}    

.tour-tr .green-color {
    color: #42b361;
}  

.tour-tr .green-color-bg {
    background-color: #42b361;
}

.tour-tr .yellow-color {
    color: #ffce08;
}  

.tour-tr .yellow-color-bg {
    background-color: #ffce08;
}     

.tour-tr .red-color {
    color: #ffce08;
} 

.tour-tr .red-color-bg {
    background-color: #ffce08;
}  

.tour-tr .blue-color {
    color: #007AD0;
} 

.tour-tr .blue-color-bg {
    background-color: #007AD0;
}     

.tour-tr > td {
    padding-top: 30px;
    padding-bottom: 30px;
}

.tour-tr:not(:last-child) > td {
    border-bottom: 1px solid #4183c4;
}

.tour-tr .comment-block {
    border-radius: 3px; 
    margin-top: 20px; 
    padding: 10px; 
    font-size: 12px;
    background-color: #dbe8f4;
}

.selection-preview-block {
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.4);
}

.selection-header {
    font-family: Verdana, Geneva, Arial, Helvetica !important;
    line-height: 1.1;
    background-color: #1a69a4;
    color: #fff;
}

.selection-header > tbody > tr > td:not(.selection-header-comment) {
    padding-top: 30px;
    padding-bottom: 30px;
}

.selection-header .main-color {
    color: #fff;
}

.selection-header a {
    color: #fff;
}

.selection-header a:hover {
    opacity: 0.9;
}

.selection-header .logo {
    max-width: 350px; 
    max-height: 100px; 
    float: left; 
    border: 0px solid #1f7dc3;
    border-radius: 3px;
}

.selection-header-comment {
    padding: 0px 20px 20px 20px;
}

.selection-header-comment > div {
    color: #000;
    border-radius: 3px; 
    padding: 10px; 
    font-size: 12px;
    background-color: #dbe8f4;
}

.selection-header-comment > div a {
    color: #4183c4;
}

.selection-manager-block {
    font-family: Verdana, Geneva, Arial, Helvetica !important;
    line-height: 1.1;
    background-color: #1a69a4;
    color: #fff;
}

.selection-manager-block > tbody > tr > td {
    padding-bottom: 20px;
}

.selection-manager-block .main-color {
    color: #fff;
}

.selection-manager-block a {
    color: #fff;
}

.selection-manager-block a:hover {
    opacity: 0.9;
}