#deleteAll{
    padding-left: 25px;
    padding-right: 25px;
}

td{
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.buttonClicked{
    background-color: #1e8a6f !important;
}

li {
    list-style-position: inside;
}

.tm-details p::first-letter{
    font-size: 100% !important;
}

.unapprovedOrder table{
    border: 3px solid #c60f13;
}

.approvedOrder table{
    border: 3px solid #5da423;
}

.wideButton button{
    margin: 0;
    width: 100%;
}

#approveAllOrders{
    width: 100%;
}

.iconBar{
    max-height: 110px;
}

#signIn input{
    width: 100%;
}

@media only screen and (max-width: 40em) {
    .tableItem{
        max-width: 150px;
    }

    #loginSeparator{
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 64em) {
    .quantity{
        max-width: 180px;
    }

    .large-push-8 {
        position: relative;
        left: 66.66667%;
    }

    .large-pull-4 {
        position: relative;
        left: -33.33333%;
    }

    .userButtons {
        padding-top: 20px;
        padding-bottom: -20px;
        min-width: 125px;
    }

    .tableItem{
        max-width: 260px;
    }

    .top-bar-section{
        float: right;
    }

    /* Aligns - OR - on the main page */
    #signIn{
        display: flex;
        align-items: center;
    }
}

.is-accordion-submenu-parent > a {
    position: relative; }
.is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #2ba6cb transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1); }

.accordion {
    list-style-type: none;
    background: #fefefe;
    margin-left: 0; }

.accordion-item:first-child > :first-child {
    border-radius: 3px 3px 0 0; }

.accordion-item:last-child > :last-child {
    border-radius: 0 0 3px 3px; }

.accordion-title {
    display: block;
    padding: 1.25rem 1rem;
    line-height: 1;
    font-size: 0.75rem;
    color: #2ba6cb;
    position: relative;
    border: 1px solid #e6e6e6;
    border-bottom: 0; }
:last-child:not(.is-active) > .accordion-title {
    border-radius: 0 0 3px 3px;
    border-bottom: 1px solid #e6e6e6; }
.accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
.accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
.is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
    padding: 1rem;
    display: none;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #fefefe;
    color: #0a0a0a; }
:last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }