#ie11-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    z-index: 999999;
}
#ie11-overlay .ie11-card {
    position: relative;
    display: block;
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
    background-color: #fff;
    color: #000;
}
#ie11-overlay .ie11-card--header {
    padding: 17px;
    font-size: 18px;
}
#ie11-overlay .ie11-card--header h5{
    color: #000;
    font-weight: 700;
    margin: 0px;
    text-transform: none;
}
#ie11-overlay .ie11-card--body {
    padding: 0 17px 17px;
}
#ie11-overlay .ie11-card--img-top {
    margin: 0 -17px 17px;
    width: calc(100% + 34px);
    height: auto;
}
#ie11-overlay p{
    color: #000;
    font-weight: 300;
    line-height: 20px;
}
#ie11-overlay p strong{
    font-weight: 700;
}
#ie11-overlay .ie11-card--tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#ie11-overlay .ie11-card--tile {
    color: #000;
    text-align: center;
}
#ie11-overlay .ie11-card--tile:nth-of-type(2) {
    margin: 0 10px;
}
#ie11-overlay .ie11-card--tile:hover {
    color: #009CDE!important;
}
#ie11-overlay .ie11-card--tile img {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 5px;
}
#ie11-overlay .ie11-card--footer {
    padding: 10px 17px 35px;
}
#ie11-overlay .ie11-card--btn {
    display: block;
    margin: 0 auto;
    text-align: center;
    background-color: #0076a8;
}
#ie11-overlay .ie11-card--btn:hover {
    background-color: #005d83;
}