a {
    color: #00ADFE !important;
}

a:hover {
    color: #0076F7 !important;
}

.lighttext p {
    color: #0f0f10 !important;
    background: rgba(255, 255, 255, 0.05);
}

.darktext p {
    color: whitesmoke !important;
}

.help h4 {
    color: limegreen !important;
}

.dark .helpText {
    color: limegreen !important;
    padding-bottom: 16px;
}

.dark .infoText {
    color: limegreen !important;
}

.dark .errorText {
    color: #FF3B25 !important;
}

.dark .warnText {
    color: #FFCC00 !important;
}

.menu a {
    color: #eeeeee !important;
}

.menu a:hover {
    color: white !important;
}

.pointing a {
    color: #00ADFE !important;
}

.boxme {
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ui.header {
    margin-top: 16px !important;
}

.ui.label a {
    background-color: transparent !important;
}