.static-page p{
    margin-bottom: 18px;
}
section{
    margin-bottom: 40px;
}
.icon{
    display: inline-block;
    flex-shrink: 0;
}
.icon-arrow-right{
    width: 10px;
    height: 9px;
    background: url(/resources/images/infopages/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.back{
    color: #2FA1F8 !important;
}
.content-image{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
    margin-bottom: 16px;
    margin-left: -50px;
    width: calc(100% + 100px);
    border-radius: 2px;
    width: 100%;
    margin-left: 0;
}
.content-image.shadowed{
    box-shadow: 0 3px 12px 0 rgba(144, 144, 144, 0.3) !important;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.15) !important;
}
.static-page h2{
    margin-bottom: 18px;
}

#footer{ background:#373F51; color:white; padding:50px; text-align:center; font-size:16px; font-weight:300; letter-spacing:0; line-height:24px; }
#footer .logo{ background:url('/resources/images/logo/medbook-logo-small.svg') center top no-repeat; background-size:250px; width:100%; height:65px;}
#footer a{ color:white; text-decoration:underline;}

.breadcrumbs{
    color: #5D5D5D;
    margin-top: 32px;
    margin-bottom: -18px;
    font-size: 14px;
}

.tags-row{
    margin-bottom: 22px;
    margin-top: -2px;
}
.tag-title{
    font-size: 16px;
    color: #909090;
    margin-bottom: 7px;
}
.tag{
    padding: 4px 12px;
    padding-top: 5px;
    border: 1px solid #87D3B0;
    color: #87D3B0;
    font-size: 16px;
    border-radius: 4px;
    margin-right: 4px;
    /* cursor: pointer;
    user-select: none; */
}

.content-wrap{
    max-width: 100%;
}

@media only screen and (max-width: 1199px) {
    .content-image{
        width: 100%;
        margin-left: 0;
    }
}