/* #region Changes for the whole page */
    /* #region page config */
        * {
            touch-action: manipulation;
        }

        body {
            margin: 0px;
            padding: 0px;
            padding-left: 15px;
            border: 0px;
            background-color: #313338;
            color: #ffffff;
        }
    /* #endregion */

    button { /* White text, white border */
        border-color: white !important;
        color: white !important;
        margin: 10px 10px 0px 0px;
        font-size: 18px;
        text-align: center;
    }

    .row { /* Add 50px bottom padding */
        padding-bottom: 50px;
    }

    .header {
        padding-bottom: 0%;
        font-weight: bold;
        color: #FFAB51;
        font-size: 3em;
    }

    h3 { /* Set width to 100% */
        width: 100%;
    }

    h4 { /* Set width to 100% */
        width:100%;
    }

    p {
        width: 100%;
    }
/* #endregion */

/* #region Custom background colours */
    .blue {
        background-color: rgb(0, 140, 255);
    }

    .green {
        background-color: rgb(10, 173, 18);
    }

    .orange {
        background-color: rgb(255, 128, 0);
    }

    .red {
        background-color: rgb(244, 49, 49);
    }

    .invis {
        background-color: #313338;
        border: #313338;
    }

    .sys {
        background-color: rgb(18, 15, 03);
    }
/* #endregion */

/* #region Custom font colours */
    .bTxt {
        color: rgb(0, 180, 255);
    }

    .gTxt {
        color: rgb(2, 216, 12);
    }

    .oTxt {
        color: rgb(255, 153, 0);
    }

    .rTxt {
        color: rgb(255, 34, 34);
    }

    .sTxt {
        color: rgb(255, 255, 0);
    }
/* #endregion */

/* #region Focussed changes */
    /* #region Auton */
        /* startPosDiv */
        #startPosDiv button {
            width: 80px;
            height: 80px;
        }

        /* randomPosDiv */
        #randomPosDiv button {
            width: 50px;
            height: 50px;
        }

        /* autonConesDiv */
        #autonConesDiv .coneBtn {
            width: 50px;
            height: 50px;
            text-align: center;
            justify-content: center;
            padding: 0px;
        }

        /* parkingPosDiv */
        #parkingPosDiv button {
            width: 50px;
            height: 50px;
        }

        /* disAuton */
        #disAuton {
            font-size: 30px;
        }

        /* submitDiv */
        #submitDiv button {
            font-size: 30px;
        }
    /* #endregion */

/* #endregion */