html {
    position: relative;
    min-height: 100%;
  }

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #333;
    font-family: 'Roboto', sans-serif !important;
    background-color: #1b417c;
    background-image: linear-gradient(129deg, #1b417c 3%, #000000 100%);
}

h1 {
	color: white;
}

.nav-link {
    color: white;
}

.nav-link:hover {
    color: white;
}

.mailitem {
    padding: 4px;
    color: white;
}

.mailitem:hover {
    color: blue;
    cursor: pointer;
    background-color: rgb(255, 243, 151);
}

#mail_header {
    height: 100px;
    background-color: silver;
    padding: 10px;
}

#mail_body {
    background-color: white;
    padding: 10px;
}

.notes_body {
	font-size: 1.2em !important;
}

input {
	font-size: 1.2em !important;
}

textarea {
	font-size: 1.2em !important;
}

td {
	font-size: 1.2em;
}

td.fixed {
	font-size: 18px;
}

table.transparent {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.card {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

td.transparent{
    background-color: rgba(0, 0, 0, 0.0) !important;
}

.__toolbar {
    background-color: white;
}