@charset "UTF-8";
html{
    font-family:sans-serif;
    -ms-text-size-adjust:100%;
}
body{
    margin:0
}
a{
    color:#1066cf;
    text-decoration:none
}
a:focus,a:hover{
    color:#0b4388;
    text-decoration:underline
}
a:focus{
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px
}

.btn{
    display:inline-block;
    margin-bottom:0;
    font-weight:600;
    -webkit-filter:none;
    filter:none;
    text-align:center;
    vertical-align:middle;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    cursor:pointer;
    background-image:none;
    border:1px solid transparent;
    white-space:normal;
    text-shadow:none;
    letter-spacing:.025em;
    padding:10px 20px;
    font-size:16px;
    line-height:1.5;
    border-radius:0;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px
}
.btn.focus,.btn:focus,.btn:hover{
    color:#fff;
    text-decoration:none
}
.btn.active,.btn:active{
    outline:0;
    background-image:none;
    box-shadow:inset 0 3px 5px rgba(0,0,0,.125)
}

.btn-default{
    color:#fff;
    background-color:#cc1c1c;
    border-color:#cc1c1c
}

.btn-default.active,.btn-default:active,.btn-default:hover,.open>.btn-default.dropdown-toggle{
    color:#fff;
    background-color:#9f1616;
    border-color:#961515
}


.btn-install{
    color:#fff;
    background-color:#0070C0;
    border-color:#0070C0
}

.btn-install.active,.btn-install:active,.btn-install:hover,.open>.btn-install.dropdown-toggle{
    color:#fff;
    background-color:#00589A;
    border-color:#00589A
}

/*Comment out 
img{
    border-style:none
}
body,html{
    height:100%;
    min-width:800px;
    min-height:480px
}
body{
    background:radial-gradient(circle at 0 10%,#424680 5%,#0b144b 40%);
    background-size:cover;
    background-position:bottom right;
    display:flex;
    box-sizing:border-box;
}
*/