
body.calendar-page iframe.calendar-iframe {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
    border: none;
    overflow-y: auto;
}

body.calendar-page .navbar-default {
    background-color: #080071;
    height: 100px !important;
}

body.calendar-page .navbar-default .navbar-brand {
    margin: 0 !important;
    margin-left: 20px !important;
    background-image: url(/common/assets/jobs-assets/images/recruit-logo/recruit-logo-inverted-full.png) !important;
    background-repeat: no-repeat !important;
    width: 200px;
    background-size: 100%;
    background-position: initial !important;
}

@media (max-width: 767px) {
    body.calendar-page .navbar-default .navbar-brand {
        margin-top: 10px !important;
    }
}

body.calendar-page .navbar-default a {
    text-shadow: none;
    line-height: 35px;
}

.container {
    max-width: 1020px;
}

@media (min-width: 992px) {
	.container {
	    width: 1020px;
	}
}
