/* removes the border for the example notebooks */
div.notebook {
border: none;
}

/* Overwrites the content height of the flex-slider wordpress plugin - the content of the whole website was jumping */
#main-flex-slider .container{
    height: 250px;
}
