﻿.browsers-list li {
    padding:25px !important;
    text-align:center;
}

.browsers-list a:link, a:active, a:visited, a:hover {
    color: #000000;
    text-decoration: none;
}

.outdatedBrowserButton {
    min-width: 0px;
}

.msie .browserIcon {
    background: url('/_layouts/15/images/BrabantWater.Global.BrowserNotification/internet-explorer_64x64.png') no-repeat center;
}

.firefox .browserIcon {
    background: url('/_layouts/15/images/BrabantWater.Global.BrowserNotification/firefox_64x64.png') no-repeat center;
}

.chrome .browserIcon {
    background: url('/_layouts/15/images/BrabantWater.Global.BrowserNotification/chrome_64x64.png') no-repeat center;
}

.safari .browserIcon {
    background: url('/_layouts/15/images/BrabantWater.Global.BrowserNotification/safari_64x64.png') no-repeat center; 
}

.safari .browserIcon, .chrome .browserIcon, .firefox .browserIcon, .msie .browserIcon {
    display:block;
    height:75px;
    width:100px;
}

.chrome, .firefox, .safari, .msie {
    float: left;
    text-decoration:none !important;
}

.clearFix{
    clear:both;
}