/*
Theme Name: Twenty Seventeen Main Site Child
Theme URL: https://github.com/cauk-it/2017-main-site-child
Description: Twenty Seventeen Child Theme
Author: CAUK Area Webservant
Author URL: https://cocaineanonymous.org.uk
Template: twentyseventeen
Version: 1.5.0
Text Domain: twentyseventeen-child
*/ 

.site-branding {
    margin-bottom: 70px;
}

#tsml #meetings .results table tbody tr.type-f2f .name small {
    color: blue;
    font-weight: 700;
}

#tsml #meetings .results table tbody tr.type-m .name small {
    color: SaddleBrown;
    font-weight: 700;
}

#tsml #meetings .results table tbody tr.type-onl .name small {
    color: green;
    font-weight: 700;
}


/* style for modified code */
#tsml #meetings .results table tbody tr .name small.type-f2f {
    color: blue;
    font-weight: 700;
}

#tsml #meetings .results table tbody tr .name small.type-m {
    color: SaddleBrown;
    font-weight: 700;
}

#tsml #meetings .results table tbody tr.type-onl .name small.type-onl {
    color: green;
    font-weight: 700;
}

