.abltd-gradient {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(199,139,36,1) 20%, rgb(250, 171, 20) 50%, rgba(199,139,36,1) 80%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(199,139,36,1) 20%, rgb(250, 171, 20) 50%, rgba(199,139,36,1) 80%, rgba(0,0,0,1) 100%);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(199,139,36,1) 20%, rgb(250, 171, 20) 50%, rgba(199,139,36,1) 80%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.abltd-shadow {
    text-shadow:
            -1px -1px 0 #333,
            1px -1px 0 #333,
            -1px 1px 0 #333,
            1px 1px 0 #333,
            3px 3px 3px #333;
}

.abltd-serif {
    font-family: "Times New Roman", Times, serif;
}

.display-6 {
    font-size: 2.3rem;
    font-weight: 200;
    line-height: 1.0;
}

.invphoto {
    /* max-width: 100px; */
    width: 8em;
}

.center-anything {
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
}

.text-black {
    color: black !important;
}


.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.table-bordered {
    border: 1px solid #adb0b3;
}

.table-bordered thead th {
    border-bottom: 2px solid #adb0b3;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #adb0b3;
}



/*.ckorangebg {*/
/*  background-color: #ff8000 !important;*/
/*}*/
/*.ckorangetxt {*/
/*    color: #ff8000 !important;*/
/*}*/
/*.cktxt {*/
/*    color: #000000 !important;*/
/*}*/

/*.cklightbg {*/
/*    background-color: #f9f9f9 !important;*/
/*}*/


/*.input-group-addon {*/
/*    background-color: #eee;*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 4px;*/
/*}*/

/*.form-control {*/
/*    border: 1px solid #ccc !important;*/
/*    -webkit-box-shadow: none !important;*/
/*    box-shadow: none !important;*/
/*}*/

/*input.form-control {*/
/*    padding-left: 5px !important;*/
/*}*/

/*.input-group {*/
/*    margin-bottom: 5px !important;*/
/*}*/

/*.input-group-addon {*/
/*    padding: 3px 8px !important;*/
/*}*/

/*span.red {*/
/*    color: red;*/
/*}*/