
.atom-material-icons.atom-md-18 {
    font-size: 18px;
}

.atom-material-icons.atom-md-24 {
    font-size: 24px;
}

.atom-material-icons.atom-md-36 {
    font-size: 36px;
}

.atom-material-icons.atom-md-48 {
    font-size: 48px;
}


.atom-material-icons-round.atom-md-18 {
    font-size: 18px;
}

.atom-material-icons-round.atom-md-24 {
    font-size: 24px;
}

.atom-material-icons-round.atom-md-36 {
    font-size: 36px;
}

.atom-material-icons-round.atom-md-48 {
    font-size: 48px;
}

.atom-container {
    font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 0.8em;
}

.atom-main {
    min-height: 100vh;
}

.atom-float-right {
    float: right;
}

.atom-tbody td {
    vertical-align: middle;
}

.atom-text-right {
    text-align: right;
}

.atom-text-smaller {
    font-size: 0.9em;
}

.atom-text-smaller div {
    font-weight: 500;
}

.atom-icon-centered {
    display: inline-flex;
    vertical-align: middle;
    padding-right: 5px;
}


.atom-material-icons.atom-md-light {
    color: #25477b;
}

.atom-material-icons.atom-icon-success {
    color: #48bb48;
}

.atom-material-icons.atom-icon-light {
    color: #79b6e6;
}

.atom-material-icons.atom-icon-warning {
    color: #ffa500;
}

.atom-material-icons.atom-icon-failure {
    color: #e95353;
}

/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v139/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.atom-material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.atom-footer {
    width: 100%;
    height: 10px;
    position: fixed;
    bottom: 16px;
}
