@import url('https://fonts.googleapis.com/css?family=Oswald:200,400,600');
/*
font-family: 'Oswald', sans-serif;
*/

html {
  overflow-y: scroll;
}

body,
input,
textarea,
select,
button {
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
    direction: ltr;
    text-align: left;
}
textarea { resize: vertical; min-height: 125px; }
label { font-weight: 600; }
.roche-logo {
    margin: 16px;
    width: 70px;
}
header {

}
header img {
    width: 100%
}
header h1{
    font-size: 1.75rem;
}
main{
    padding: 70px 0;
    margin-bottom: 1rem;
}
main h1{
    font-size: 2rem;   
}
.font-oswald{
    font-family: 'Oswald', sans-serif;
}
footer {
    font-size: 12px;
    color: #06c;
}
h4{
    font-style: italic;
    font-weight: 700;
    border-bottom: dotted 1px #aaa;
    padding-bottom: 9px;
}
label{
    margin-bottom: 0.2rem;
}
.checkboxed {
    border: solid 1px #f1f1f1;
    background-color: #f8f8f8;
    margin-top: 0;
    padding: 5px 10px;
    min-width: 140px;
    display: inline-block;
    border-radius: 4px;
    line-height: 20px;
}
.no-show {
    display: none;
}
div.error,
span.error { font-size: .75rem; color: red; }

.less-content{
    max-height: 5rem;
    overflow-y: hidden;
}
.btn-xs{
    font-size: .75rem;
    padding: .15rem .5rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.grecaptcha-badge {
    z-index: 1050;
}



