*{
    padding: 0;
    margin: 0;
}

.normal{
    display: inline !important;
    text-align: inherit !important;
    max-width: none !important;
    word-wrap: normal !important;
    color: blue !important;
    white-space: normal !important;
    font-weight: normal !important;
    line-height: 1.5 !important;
    text-indent: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
.nohoverline{
    text-decoration: none !important;
}