#noscript-alert {
    display: flex;
    justify-content: center;
    color: #f43636;
    font-family: "Roboto", sans-serif;
    margin: 20px;
}

#noscript-alert > div {
    padding: 16px;
    border-radius: 4px;
    background: #f5dede;
    border-left: 8px solid rgba(244, 54, 54, .26);
    max-width: 850px;
}

#noscript-alert .mdi-alert-circle {
    position: absolute;
    margin-top: -2px;
}

#noscript-alert .mdi-alert-circle:before {
    font: normal normal normal 24px/1 "Material Design Icons", sans-serif;
    vertical-align: middle;
    margin-right: 8px;
}

#noscript-alert section {
    margin-left: 35px;
}

#noscript-alert section .title {
    font-weight: bold;
    margin-bottom: 4px;
}

#noscript-alert section hr {
    margin-bottom: 16px;
    border-color: #f43636;
    background-color: #f43636;
    opacity: .22;
    border-width: thin 0 0 0;
}

#noscript-alert section .text-wrapper {
    line-height: 24px;
}
