﻿    .message-board{
      font-size:16px;
      color:#1F2B30;
      font-weight:bold;
    }
	.selector-fit{
	width:38%;
	}

.gray-scale {
    filter: gray; /* IE6-9 */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}

.high-contrast {
    background-color: black !important;
    color: yellow;
}

    .high-contrast a {
        background-color: none !important;
        padding: 0 !important;
        color: yellow !important;
    }

    .high-contrast ul {
        background-color: black !important;
    }

    .high-contrast li {
        background-color: black !important;
    }

    .high-contrast table {
        background-color: black !important;
        color: yellow !important;
    }

    .high-contrast td {
        background-color: black !important;
        color: yellow !important;
    }

    .emp-link{
        text-decoration:underline !important;
        font-weight:bold !important;
    }

    .big-font, .big-font a, .big-font li{
        font-size:20px !important;
    }

    .dice-menu {
  padding: 0;
  display: block;
  position: fixed;
  top: 25%;
  left: 0
}

.dice-menu li {
  display: block;
  border-width: 0;
  border-radius: 5px;
  padding: 15px;
  overflow: hidden;
  background-color: #444;
  color: #eee;
  opacity: 0;
  cursor: pointer
}

.dice-menu li:first-child { opacity: .8 }

.dice-menu input[type='button']{
    cursor:pointer;
}

/*new accessabilty*/
.dropbtn {
    background-color: #066152;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    min-width: 160px;
}

    .dropbtn:hover, .dropbtn:focus {
        background-color: #459780;
    }

.dropdown {
    float: left;
    position: relative;
    display: inline-block;
    
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    /*color: black;*/
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
    border: 1px black solid;
}

.dropdown a:hover {background-color: #f1f1f1}

.show {display:block;}

