
.nav-typography {
  font-family: 'Cutive Mono', monospace;
}

/*style = "font-family: 'Cutive Mono', monospace;"*/

html {
  /*background: #343a40;*/
  background-color: #D3D3D3;
  font-family: 'Cutive Mono', monospace;

}

#bulkUpdateOptions {
/*background-color: #5D6D7E;*/
background-color: #34495E;
}

.table-column-header {
  background-color: #5D6D7E;
}

.directions {
  background-color: #5D6D7E;
}

.status-apply-top-border {
  border-top: 3px solid black;
}

.find-records-bottom-border {
  border-bottom: 3px solid black;
}

body {
/*background: #343a40;*/
background-color: #D3D3D3;

}

.default-font {
  font-family: 'Cutive Mono', monospace;
}

.top-margin {
  margin-top: 50px;
}

ul {
  list-style-type:none;
  padding-left: 0px;
}

table, th, td {

}


input[type='file']{
  background-color: gray;
  color:white;
  font-size:15px;
}

tr:nth-child(even) {
  background-color: #AEB6BF;
}



.report-button-text {
  font-size: 20px;
}



li.h4.li-bg-odd {
  background-color:#dcdcdc;
  padding: 8px;
  margin-top: 0px;
  margin-bottom: 0px;
}

li.h4.li-bg-even {
  background-color:white;
  padding: 8px;
  margin-top: 0px;
  margin-bottom: 0px;
}


.red {
  color: red;
  font-style: italic;
}



.createrecord {
  display: block;
}

.results-margin, .form-margin {
  margin-top: 30px;
}







/*
.dropdown {

  overflow: hidden;
}




.dropdown-content {
  display: none;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
  display: block;
}


.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}


.dropdown-content a:hover {
  background-color: #ddd;
}
*/
