﻿.line-break {
    white-space: pre-line;
}

hr {
    border: none;
    margin-left: 50px;
    margin-right: 50px;
    /* Set the hr color */
    background-color: #000; /* Modern Browsers */
}

.itemseperator {
    height: 0.5px;
    margin-left: 12px;
    margin-right: 0px;
    /* Set the hr color */
    background-color: #DCDCDC; /* Modern Browsers */
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("SourceSansPro-Regular.ttf")
}

.mud-tab {
    font-size: large;
    width: 100%;
    display: inline-flex;
    padding: 8px 12px;
    min-height: 48px;
    flex-shrink: 0;
    font-weight: 500;
    line-height: 1.75;
    user-select: none;
    white-space: normal;
    text-transform:none;
    letter-spacing: .02857em;
    text-align: center;
    align-items: center;
    justify-content: center;
    transition: background-color 150ms cubic-bezier(.4,0,.2,1) 0ms;
}

.mud-normaltypo {
    font-size: large;
    width: 100%;
    display: inline-flex;
    min-height: 48px;
    flex-shrink: 0;
    font-weight: 500;
    line-height: 1.75;
    user-select: none;
    white-space: normal;
    text-transform: none;
    letter-spacing: .02857em;
}

.mud-main-content {
    padding-top: 0px;
}