@import url("stylesheet_global.css");



h2, h3, h4,
.text_brand_color b,
.text_brand_color p,
.text_brand_color span,
.cope-core-headline:not(.disable_default_color) p{
    color:#5c5c5c;
}

.text_alt_color h2,
.text_alt_color h3,
.text_alt_color h4,
.text_alt_color b,
.text_alt_color p,
.text_alt_color span{
    color:#EF6000;
}

html {
    font-size: 18px;
}

.cope-core-text a,
.cope-core-text a:active{
    color: #EF6000;
}
.cope-core-text a:hover{
    color: #c85000
}

.line_separator hr{
    background-color: #EF6000;
}


.cope-core-button.cope-core-button-style-primary{
    background:#EF6000;
}
.cope-core-button.cope-core-button-style-primary:hover, 
.cope-core-button.cope-core-button-style-primary:active, 
.cope-core-button.cope-core-button-style-primary.cope-core-button-active{
    background: #EF6000;
}
.cope-core-button.cope-core-button-style-secondary{
    background-color: #5c5c5c;
}
.cope-core-button.cope-core-button-style-secondary:hover, 
.cope-core-button.cope-core-button-style-secondary:active, 
.cope-core-button.cope-core-button-style-secondary.cope-core-button-active{
    background-color: #4f4f4f;
}



.novolog_10mlVial.cope-core-column-container{
    position: relative;
}
.novolog_10mlVial .cope-core-column-one{
    flex-basis: 100% !important;
}
.novolog_10mlVial .cope-core-column-two{
    position: absolute;
    width: auto;
    right:30px;
    top:-35px;
}
