@media only screen and (max-device-width: 1224px) {
    ::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    ::-webkit-scrollbar:vertical {
        width: 0px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 0px;
    }
}

.desktop {
    height: 100vh;
}

.mobile {
    height: calc(100vh - 52px);
    overflow-y: auto;
}

.noborder tr td {
    border-top: 0 !important;
}

.code {
    font-family: 'Inconsolata', monospace;
}

.greenText {
    color: lawngreen;
}

.yellowText {
    color: #FFEF5D;
}

.red1Text {
    color: #FF4C4C;
}

.red1Text {
    color: red;
}

.ui.horizontal.list > .item > .icon + .content {
    width: auto;
}
