@font-face {
    font-family: 'droid-sans';
    src: url('../fonts/droid-sans.ttf');
}
.blockerAlert {
    direction: ltr;
    position: absolute;
    z-index: 9000000;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    background-color: rgba(0,0,0,0.3);
    display: none;
}
.alertContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 50%;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    background: white;
    border-radius: 50px;
    min-width: 90%;
    transform: translate(-50%,-50%);
}
.alertContent img {
    max-width: 270px;
    max-height: 270px;
}
a:hover {
    text-decoration: none;
}
.otherLinks {
    text-align: center;
    margin: 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.otherLinks div {
    padding: 10px 20px;
    border-radius: 10px;
}
.otherLinks div:hover {
    background-color: rgba(0,0,0,0.1);
}
.otherLinks div img {
    width: 100px;
}
.box{
    /*width: 100%;*/
    display: block;
    background: white;
    border: 1px solid;
    border-color: #e5e5e5 #dbdbdb #d2d2d2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
    -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
    margin-bottom: 20px;
}
body{
    margin-top:20px;
    font-family: 'droid-sans',Raleway,sans-serif;
    font-size: 25px;
    line-height: 1.6;
    color: #636b6f;
    margin-bottom: 90px;
}
.CenterText {
    text-align: center;
}
.btnMidWidth {
    width: 50%;
}
.headerText {
    font-size: 28px;
}