/*Main*/
.container.py-5.text-center {
        margin: auto;
        width: auto !important;
        text-align: center !important;
        justify-content: center !important;
        align-items: center  !important;
}

/*Forms*/
.col-form-label {
        text-align: center;
}
.form-nominate {
        text-align: center;
}
.form-nominate-label {
        text-align: right;
}
.form-nominate-input {
        width: 100% !important;
}
.form-nominate-description{
        text-align: left;
}
.list-group {
        width: 45% !important;
        text-align: center;
        
}
.describelist {
        justify-content: center !important;
        align-items: center  !important;
        display: flex  !important;
}

/*Titles*/
.page-title {
        text-align:left;
}

/*Table stuff*/
.table-holder1 {
        width: 100%;
        text-align: center !important;
        overflow-x:scroll !important;
}
.factors {
        table-layout: auto;
        width: 100%;
}
.rowhead {
        text-align:right;
}
.datacell {
        text-align:left;
}
.cursor-sort {
        cursor: pointer; 
}

/*Because why would you put this in the middle of the screen?!*/
footer {
        text-align:center;
        bottom:0;
        left:0;
        right:0;
        height:10px;
        opacity: 100%;
}

/*List items*/
.list-group-item {
        text-align: left;
}

.list-group {
        width: 100% !important;
}

caption {
        caption-side: top;
}


/* Add the eyeball to the password field */
.toggle-password {
        position: relative;
        right: -75px;
        top: -33px;
        cursor: pointer;
}