﻿@media screen (min-width: 1200px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {     
    
    #navbar .logo-link{
        width: 224px;
    }

    .team div.member .name{
        color: #0199da;
        /*width: 165px;*/
    }

    #content #summary .thermometer p{
        width: 100%;
    }
}

@supports (-ms-accelerator:true){
    #navbar .logo-link{
        width: 224px;
    }

    .team div.member .name{
        color: #0199da;
        /*width: 165px;*/
    }

    #content #summary .thermometer p{
        width: 100%;
    }
}