.logo {

    background: url("//cdn.fotoagent.dk/custom_design_module/12343/images/Logo webshop Ros-Køg.png");

    height: 130px;

    width: 200px;

}

#top-header {

    height: auto;

}

a {

    color: #ad5100;

          

}

a:hover {

    color: #6e979d;

    text-decoration: underline;

}
/*styler note-bokse lidt anderledes (den der står ved fagnavnet på nogle fag)*/
#InstanceOverviewListBlock table tbody tr .extra-marking-text {
    border: none;
    color: white;
    background-color: #EE754E;
    margin-top: 5px;
    margin-bottom: 5px;
}
/*Sikrer at fagbjælken over fag beholdes i viewporten*/
[id^="SchoolTable-"] > thead {
    position: sticky;
    top: 0px;
    z-index: 1;
}