h2 {
    text-align: center;
}

h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    
}

h4{
    padding-top: 6px;
}

.btn-space {
    margin-right: 5px;
}
.spacing-row {
    padding-top: 5px;

}
.heading-row{
    background-color:#227447;
    color:#ecedf1;
    margin-bottom: 5px;
}

/*Remove focus from button*/
.btn:focus {
  outline: none;
}

#instructionHolder{
    padding-bottom: 30px;
    
}

.grey-button {
    background-color: darkgray;
    color: black;
    border-color: black;
    width: 105px !important;
}

.green-button {
    background-color: limegreen;
    color: black;
    border-color: black;
    width: 105px !important;
    
}

.yellow-button {
    background-color:#e1e11c;
    color: black;
    border-color: black;
    width: 105px !important;
}

.submit-button{
    background-color:#289258;
    color:#ecedf1;
    border: solid 1px #133f27;
}

.outlook-blue {
    background-color:#0072c6;
}

.outlook-blue-lighter {
    background-color:#2a9df2;
}

.powerpoint-orange-lighter {
    background-color:#ee6a47 ;
}

.powerpoint-orange {
    background-color:#f04e23  ;
}


.word-blue-lighter {
    background-color:#276AA8;
       
}

.word-blue {
    background-color:#0054a6  ;
}

.teams-purple {
    background-color:rgb(98,101,168);
}

.teams-purple-lighter {
    background-color:rgba(150,152,195,1.00);
}


.person-a {
    color:#793E2A;
}

.person-b {
    color:#FF6200;
}


.table>tbody>tr.no-border>td,
.table>tbody>tr.no-border>th {
  border-top: none;
}

.no-border>td:first-child{
	padding-left:25px !important;
}

.current-row {
	background-color:#9E7677;
	font-weight:bold;
}