/*
 * This overrides some bootstrap settings to better match UniRule styling.
 */

html {
    font-size: inherit;
}


body {
    line-height: inherit;
    font-size: 93%;
}


a {
    /*color: #333333;*/
    text-decoration: underline;
}

a:hover,
a:focus {
    /*color: #999999;*/
}

a.btn {
    text-decoration: none;
}


.form-control {
    border: solid 1px #85b1de;
    background-color: #EDF2F7;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    webkit-transition: none;
}


select.form-control {
    background-color: buttonface;
    border: 1px solid darkgrey;
}


img {
    vertical-align: inherit;
}