.felhivas {
    padding: 30px 10px;
    font-size: 1.3em;
    font-weight: bold;
    color: white;
    background: #db0e0e;
    }
body {
    color: rgb(60,60,60);
    font-family: Roboto;
    font-size: 14px;
    }
p {
    margin-bottom: 1em;
    }
h1 {
    margin-top: .6em;
    margin-bottom: 1.2em;
    font-weight: 900;
    font-size: 1.5em;
    }
h2 {
    margin-top: .5em;
    margin-bottom: 1.1em;
    font-weight: 700;
    font-size: 1.4em;
    }
h3 {
    margin-top: .4em;
    margin-bottom: 1em;
    font-weight: 600;
    font-size: 1.3em;
    }
h4 {
    margin-top: .3em;
    margin-bottom: 1em;
    font-weight: 500;
    font-size: 1.2em;
    }
h5 {
    margin-top: .2em;
    margin-bottom: 1em;
    font-weight: 400;
    font-size: 1.1em;
    }
h6 {
    margin-top: .1em;
    margin-bottom: 1em;
    font-weight: 400;
    font-size: 1em;
    }
a {
    cursor: pointer;
    }
.busy {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1599;
    background-color: rgba(47,188,176,.5);
    color: white;
    }
.message_icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    }
.downloadable_file {
    display: inline-block;
    cursor: pointer;
    border: solid 1px rgb(190,190,190);
    margin: 3px 3px 0 3px;
    padding: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    user-select: none;
    vertical-align: bottom;
    }
.downloadable_file a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px;
    }
.downloadable_file a .fileicon {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    content: " ";
    }
.downloadable_file a .filetexts {
    pointer-events: none;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    text-align: left;
    }
.downloadable_file a .filetexts .filename {
    font-weight: 300;
    line-height: 20px;
    min-height: 20px;
    font-size: .8em;
    color: #949494;
    }
.downloadable_file a .filetexts .filetitle {
    font-weight: 700;
    color: rgb(0,68,129);
    line-height: 20px;
    }
.downloadable_file:hover {
    border-color: #eee;
    background-color: rgb(234,242,251);
    }
.content_block {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 600px;
    margin: 10px 5px;
    text-align: center;
    overflow: hidden;
    }
.content_block .contentblock_header {
    padding: 10px;
    overflow: hidden;
    text-align: left;
    line-height: 0;
    border-bottom: solid 1px rgb(185,198,196);
    }
.content_block .contentblock_header .contentblock_icon {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    }
.content_block .contentblock_header .contentblock_icon img {
    width: 30px;
    height: 30px;
    }
.content_block .contentblock_header .contentblock_title {
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-left: 15px;
    vertical-align: top;
    line-height: 30px;
    }
.content_block .contentblock_content {
    padding: 15px;
    text-align: center;
    overflow: hidden;
    }
.content_block .contentblock_buttons {
    padding: 15px;
    background-color: rgb(232,239,238);
    text-align: center;
    }
.page_title {
    color: rgb(45,122,185);
    font-size: 2em;
    margin: 20px 0;
    }
