/*
 * VSB site global styles
 */
html,
body {
    height: 100%;
}

html {
    background: white;
}

body {
    margin: 0;
}

.vsbHeader,
.dpiHeader {
    border-bottom: solid 4px #273a86;
}
