p {
    text-align:left !important;
}

.SelfAssH1 {
    width: 100%;
    margin-bottom: 30px;
    margin-top:30px;
    color: #ab003e;
    border-bottom: 3px solid #ab003e;
}

h2 {
    margin-top:30px !important;
    font-size:24px !important;
}

.Nr {
    font-weight: bold;
    line-height:30px;
}

.Button {
    margin-top: 25px;
    text-align: left;  
}

button, input, select, textarea {
    background-color: #fff;
    box-shadow: none;
    font-size: 13px;
    color: #ab003e;
    border: 1px solid #ccc;
    padding: 8px;
}

    input[type="text"], select, textarea, input[type="email"], input[type="search"], input[type="password"], input[type="number"] {
    background-color:#fff !important;
    padding:4px !important;
    margin-bottom:2px !important;
    box-shadow:none !important;
    }
