﻿body {
    font-family: 'News Gothic Multilingual W0';
}

.h4,.h5 {
    text-transform: uppercase;
}
.h2 {
    font-weight: 600;
    /*text-transform: uppercase;*/
    font-size: x-large;
}

.required {
    color: #c50054;
}

.floatcheck {
    /*block-size: 0;*/
    height: 0;
}

.btn-success {
    border-color: #c50054;
    background-color: #c50054;
    /* border-color: #1a7486;
        background-color: #01586b; */
}
    .btn-success:hover {
        background-color: #ee801c;
        /*background-color: #1a7486;*/
    }
    .btn-success.disabled, .btn-success:disabled {
        color: #555;
        background-color: #f2f2f2;
        border-color: #c0c0c0;
    }


.alandheader {
    float: right;
    margin-top: 15px;
}
    .alandheader .logo {
        background-image: url(../style/logo_m_text.png);
        /* min-height: 200px; */
        -ms-background-repeat: no-repeat;
        background-repeat: no-repeat;
        -ms-background-size: contain;
        background-size: contain;
        height: 94px;
        width: 115px;
        margin-top: initial;
        float: left;
    }

.history-header {
    font-weight: 600;
    font-size: x-large;
}

@font-face {
    font-family: 'News Gothic Multilingual W0';
    src: url('../style/ngmw0w600.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'News Gothic Multilingual W0';
    src: url('../style/ngmw0w400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'News Gothic Multilingual W0';
    src: url('../style/ngmw0w300.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
