  ﻿/* General help classes */
.text-danger {
    color: #CC0000;
    font-weight: bold;
    
    font-size:.85em;
}

.center {
    margin: 0 auto;
    display: block !important;
}

/*button Addon styles*/

.button.button-danger,
button.button-danger,
input[type="submit"].button-danger,
input[type="reset"].button-danger,
input[type="button"].button-danger {
    color: #FFF;
    background-color: #CC0000;
    border-color: #CC0000;
}

    .button.button-danger:hover,
    button.button-danger:hover,
    input[type="submit"].button-danger:hover,
    input[type="reset"].button-danger:hover,
    input[type="button"].button-danger:hover,
    .button.button-danger:focus,
    button.button-danger:focus,
    input[type="submit"].button-danger:focus,
    input[type="reset"].button-danger:focus,
    input[type="button"].button-danger:focus {
        color: #FFF !important;
        background-color: #FF4A4A;
        border-color: #FF4A4A;
    }
.button, .button * {
	color: #FFF !important;
}
.button-large {
    height: unset !important;
    font-size: 3rem !important;
    padding: 1rem 4rem !important;
}

.button-full {
    height: unset !important;
    width: 100%;
}


/*Display things without a giant amount color-profile padding*/
.info-group {
    margin-bottom: 2rem;
}

    .info-group h4 {
        margin-bottom: 0;
    }

    .info-group p {
        margin: 0;
        padding: 0;
    }

/*Form styles*/
legend {
    font-weight: bold;
    font-size: 1.8rem;
    border-bottom: solid #666666 1px;
    width: 100%;
}

label {
    display: inline;
}



.full-table, .full-table input, .full-table select {
    width: 100%;
}

    .full-table td {
        width: 50%;
    }

.type-item input {
    margin-bottom: 1rem;
}

.type-item label {
    font-weight: normal;
    font-size: 1.5rem;
    padding-left: 8px;
}

.commodity-item {
}

    .commodity-item input {
        margin-bottom: 0;
    }

    .commodity-item label {
        padding: 0;
        margin: 0;
        font-weight:normal;
        padding-left: 8px;
    }

    .commodity-item p {
        font-style: italic;
        padding: 0;
        text-indent: 1rem;
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }


.company {
    margin-bottom: 1.5rem;
}

    .company h4 {
        margin: 0;
        padding: 0;
        display: inline-block;
    }

    .company p {
        margin: 0;
        padding: 0;
        text-indent: 1rem;
    }

.pagination {
    margin-top: 3rem;
}

    .pagination li {
        display: inline;
        margin: 0 1rem;
    }

    .pagination .active a, .pagination .active a:hover, .pagination .active a:active {
        text-decoration: none;
        color: #4c4c4c !important;
        font-weight: 800;
    }


.slim-hr {
    margin: 0;
}
#textHold>h1:first-child{
    display:none;
}

table.company td {
    width: 31%;
    padding-left: 1%;
    padding-right: 1%;
}
table.company label {
    display:block;
}
table.company input {
    width:100%;
}
h4 {
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
}
#sup-menu a {
    padding: 10px 0 10px 0 !important;
    text-align: center;
    word-wrap: normal;
}
#sup-menu a h3 {
    
     white-space:normal;
}