.table-striped>tbody>tr:nth-child(odd)>td {
    background-color: #ffffb9 !important;
}

.well {
    background-color: #ffffb9 !important;
    padding: 10px;
}

.modal-dialog {
    width: 320px;
}

.outercenter {
    text-align: center;
}

.outercenter img {
    display: inline-block;
}

.CeDiDNumber {
    font-family: 'Share Tech Mono', monospace;
    font-size: 1.7em;
}

.AlphaNumericKey {
    display: inline-block;
    vertical-align: top;
    padding-top: 6px;
    padding-bottom: 0;
}

.hr-gray {
    margin-top: 0;
    margin-bottom: 12px;
    border: 0;
    border-top: 1px solid #999;
}

.labelgray {
    border-radius: 0.3em;
    background-color: #666666;
    text-align: left;
    color: white;
    font-size: 1.1em;
    line-height: 1.1em;
    padding: 0.2em 0.6em 0.2em 0.6em;
    margin: 0 0 0.2em 1.1em;
}

.padleftright0 {
    padding-left: 0;
    padding-right: 0;
}

.popover-content,
.popover-title {
    color: #000000 !important;
    /*black color*/
}

.btn-group {
    font-size: 12px;
    /*or whatever size */
}

.text-warning {
    margin: 18px 0 10px;
}

#successfail_result {
    font-size:1.2381rem;
}

#ScholarRecord_result {
    font-size:1.2381rem;
}

.padtop24 {
    padding-top:24px;
}

#logoCHEA {
    line-height: 1.0;
    margin: 0;
}

#pCHEA {
    line-height: 1.25;
}

#pCHEA span {
    font-size:1.2381rem;
}

#crecredential_info {
    font-size:1.4rem;
}

@media print {
    footer {
        display: none;
    }
}

/*Connecticut College Additions
* 3/22/22
*/

/* 
* to eliminate the need to include bootstrap
*/
.labelgray {
    max-width: 400px;
    margin: 0px;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: sans-serif;
    font-size: 16px;
}
.CeDiDNumber {
    font-size: 1.2em;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
.well ul li:before {
    background: none;
}
/* 
* Pad the input on validation page
*/
#cedidinput{
	padding: 5px 0;	
}
