body {
 margin: 0;
 height: 100%;
 margin-left: auto;
 margin-right: auto;
 font-family: Arial sans-serif;
 overflow: auto;
 /*background: url("/images/backgrounds/black_paper.png") center repeat;*/
}

body img{
    border: 0;
}

#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
  z-index:-9999;
}

#loginform{
    margin-top: 20px !important;
    padding-top: 0 !important;
    position: absolute;
    right: 100px;
    top: 150px;
}
#loginform
{
    max-width: 75%;
    width: 400px;
    padding:20px;
    border:1px solid #ccc;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    background: white;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=92)";

    /* IE 5-7 */
    filter: alpha(opacity=92);

    /* Netscape */
    -moz-opacity: 0.92;

    /* Safari 1.x */
    -khtml-opacity: 0.92;

    /* Good browsers */
    opacity: 0.92;
}

#header{
    background: #000000;
    height: auto;
    margin-top:10px;
    border-radius: 10px;	
    padding: 3px;
}

img.gpf{
    position: relative;
    max-width: 400px;
    border: none;
    width: 100%;
}

img.admin{
    width:50px;
    vertical-align:middle;
    margin-right: 20px;
}

div #banner{
    text-align: center;
    margin-top: 50px;
}

#banner img{
    position: relative;
}

img.gpf{
    position: relative;
    padding: 5px;
    background: black;
    max-height: 70px;
    max-width: 400px;
    left: 0;
}
#sidebar_name, #mock_timeline{
    margin: 20px auto auto;
    font-size: 13pt;
    text-align: center;
    font-weight: bold;
    border: 1px solid;
    border-radius: 5px;
    background: white;
    width: auto;
    padding: 8px;
    left: 820px;
    position: absolute;
    top: 0;
}

#welcome {
text-align: right;
color: #ffffff;
margin-right: 5px;
padding-top: 3px;

}

#banner{
    color: #ffffff;
    margin: 5px;
}

#sidebar {
    position: absolute;
    width: 195px;
    border-radius: 0 5px 5px 0;
    top: 8px;
    bottom: 8px;
    margin-top: 70px;
    left: 0;
}

#sidebar_menu{
    margin-top: 80px;
    list-style-type: none;
}

a{
    color: #2a6496;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}
ul.sidebar{
    text-align: left;
    padding: 0;
}

li.sidebar{
    list-style-type: none;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 0 5px 5px 0;
    font-weight: bold;
    display: table;
    background: #333330;
    border: 1px solid black;
    border-left: 0;
    min-height: 30px;
    color: white;
}

div.sidebarText{
    display: table-cell;
    vertical-align: middle;
}

li.sidebar:hover{
    background: #580000;
}

a.sidebar:link, a.sidebar:visited{
    text-decoration: none;
    color: #FFFFFF;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

li.current, li.current:hover{
    background: white;
}
.sidebar_icon{
    width: 30px;
    padding-right: 8px;
    vertical-align: middle;
    border: none;
    cursor: pointer;
}

#main{
    position: absolute;
    left: 220px;
    max-width: 900px;
    top: 10px;
    bottom: 5px;
    margin-top: 100px;
    right: 50px;
}
#name {
    float: left;
    color: #ffffff;
    margin-left: 5px;
}

#meetings{
    font-size: 13.5pt;
    margin: 0 auto; 
}

td.meetings{
    padding: 10px;
}
td.winter, table#meetingdocs tr:nth-child(even) td{
    background-color: #F8FCFF;
}
td.summer,table#meetingdocs tr:nth-child(odd) td{
    background-color: #FFFAF7;
}
td.age_file, td.min_file, td.acc_file, td.act_file{
    text-align: center; padding: 0;
}
div#message{
    color: red;
    font-style: italic;
    padding: 6px;
    background: #FFFFFF;
    opacity: 0.9;
    margin-left: 10px;
    display: inline-block;
    max-width: 360px;
    font-size: 11pt;
    line-height: 110%;
    border-radius: 5px;
    visibility: hidden;
}
b.nextyear{
    font-size: 9pt;
}

#mock_timeline{
    left: 540px;
    background: red;
}


#webmaster{
    position: relative;
    font-size: 10pt;
    text-align: center;
    width: 80%;
    color: white;
    background: #333330;
    padding: 3px;
    margin-top: 50px;
}

#application, #files{
    /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=92)";

  /* IE 5-7 */
  filter: alpha(opacity=92);

  /* Netscape */
  -moz-opacity: 0.92;

  /* Safari 1.x */
  -khtml-opacity: 0.92;

  /* Good browsers */
  opacity: 0.92;
}

#application{
    margin-bottom: 20px;
}

#explain{
    text-align: center;
    margin: 0 20px 20px 20px;
    line-height: 150%;
}

div.app_process{
    text-align: center; padding-top: 10px;
}
div.app_step, div.locked{
    width: 90px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 13pt;
    font-weight: bold;
    padding-bottom: 20px;
    vertical-align: middle;
}

div.locked{
    color: #C8C8C8; 
}
img.step{
    padding-bottom: 15px;
    vertical-align: middle;
    border: none;
    max-height: 70px;
}
img.arrow{
    width: 60px;
    display: inline-block;
    vertical-align: inherit;
}

a.step:link, a.step:visited{
    color: black;
    text-decoration: none;
}

a.webmaster:link, a.webmaster:visited{
    color: white;
}

a.header:link{
    color:#ffffff;
}

a.header:visited{
    color:#ffffff;
}

#body{
    position: absolute;
    top: 120px;
}

td.body{
    height: 60px;
    width: 50%;
    text-align: left;
    font-size: 1.2em;
}

h3{
    text-align: center;
}

a.menu{
    position: absolute;
    padding-left: 10px;
    color: #ffffff;
}
p.menu{
    text-align: left;
}

p.updated{
    color: green;
}

.more {
	display: none;}
a.hideLink {
	text-decoration: none;
	color: #36f;
        font-size: 0.9em;
        text-align: right;}

div #application, div #maintenance {
    border: 1px solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    margin-top: 0;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

div #files, #home_timeline {
    border: 2px solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    float: left;
    width: 100%;
    margin-top: 10px;
    background: #F5FFFA;
    text-align: center;
    min-width: 800px;
}

table #latest{
    font-size: 10.5pt;
    text-align: center;
    padding-top: 15px;
    line-height: 190%;
}

div #home_timeline {
    margin-top: 30px;
    margin-bottom: 30px;
}

div #timeline {
    float: left;
    width: 800px;
}


div #application {
    width: 320px;
    background-color: #F5FFFA;
    margin-left: 30px;
}

div #maintenance {
    background-color: #F5FFFA;
    width: 380px;
    margin-right: 30px;
    margin-bottom: 20px;
}

div #events {
    border: 1px solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    width: 420px;
    height: 124px;
    float: right;
    margin-top: 10px;
    padding-left: 10px;
    background: #F5FFFA;
    text-align: center;
}

div.menu_icons {
    text-align: left;
    margin: 0 20px;
}

input.defaults{
    text-align: center;
    color: black;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 11.5pt;
    padding: 2px;
}

button.save{
    padding: 10px 15px;
    background: #333333;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #000000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

button.archive{
    width: 65%;
    padding: 10px 15px;
    background: lightsteelblue;
    font-size: 11pt;
    color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #000000;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

button.missing, button.file{
    width: 139px;
    font-size: 11pt;
    padding: 10px 12px;
    background: #333333;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #000000;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

button.missing{
    background: white;
    color: black;
}

button.save:hover, button.file:hover{
    background: #5CB85C;
    border: solid 1px #2A4E77;
    text-decoration: none;
    cursor: pointer;
}

button.archive:hover{
    background: #00bbbd;
    border: solid 1px #2A4E77;
    text-decoration: none;
    cursor: pointer;    
}

p.archive_menu{
    text-align: center;
}

div.modal{
    background: #ffffff;
    text-align: center;
    padding: 10px;
    border: 1px solid;
}

div #email{
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    border-right: 1px solid;    
}

div #address{
    display: table-cell;
    vertical-align: middle;
}

#main fieldset{
   width: 230px!important;
   padding:20px;
   border:1px solid #ccc;
   text-align: center;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   -khtml-border-radius: 10px;
   border-radius: 10px;
   background: white;
    /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=92)";

  /* IE 5-7 */
  filter: alpha(opacity=92);

  /* Netscape */
  -moz-opacity: 0.92;

  /* Safari 1.x */
  -khtml-opacity: 0.92;

  /* Good browsers */
  opacity: 0.92;
  float: left;
  margin-left: 50px;
  margin-top: 50px;
}

#main .short_explanation
{
   font-family : Arial, sans-serif;
   font-size: 0.7em;
   color:#333;   
}

#main fieldset.submit
{
   width: 320px;
}

#main fieldset.upload
{
   width: 650px;
}

#main fieldset.page2
{
   width: 600px;
}

#main fieldset.page1
{
   width: 280px;

}

#main fieldset_update
{
   width: 230px;
   padding:20px;
   border:1px solid #ccc;
   margin-left: auto;
   margin-right: auto;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;   
}

#main legend, #main h2
{
   font-family : Arial, sans-serif;
   font-size: 1.5em;
   font-weight:bold;
   color:#333;
}

#main label
{
   font-family : Arial, sans-serif;
   font-size:0.8em;
   font-weight: bold;
}

#main input[type="text"],#main textarea,
#main input[type="password"],
#main input[type="email"]
{
    font-family : Arial, Verdana, sans-serif;
    font-size: 1em;
    line-height:140%;
    padding : 3px;
    vertical-align: middle;
    border : 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}
input[type="search"] {
    color: #000000;
}

#main input[type="text"],
#main input[type="password"],
#main input[type="email"]
{
  height:18px;
  width:220px;
  color: black;
}

#main_meeting input[type="text"]
{
   text-align: center;
  height:25px;
  width: 100%; 
   box-sizing: border-box;
   -webkit-box-sizing:border-box;
     -moz-box-sizing: border-box;
  font-family : Arial, Verdana, sans-serif;
  line-height:140%;
  padding : 3px; 
  border : 0 solid #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

 #main #scaptcha
{
  width:60px;
  height:18px;
}

#main input[type="submit"],#main input[type="reset"]
{
   width:100px;
   height:30px;
   padding-left:0px;
}

#main input.preview
{
   width:130px;
   height:30px;
   padding-left:0px;
   background: turquoise;
}

#main input.emailin
{
   width:130px;
   height:30px;
   padding-left:0px;
   background: red;
   color: white;
}

#main textarea
{
  height:120px;
  width:100%;
}
#main div.container{
	width: 100%;
    padding: 0;
    margin: 0;
}

#main input[type="text"]:focus, #main input[type="password"]:focus, #main input[type="email"]:focus,
#main textarea:focus, #main_meeting textarea:focus,#main_meeting input[type="text"]:focus
{
  /*color : #009;
  font-weight:bold;*/
  border : 1px solid #990000;
  background-color : #ffff99;
  
}

span.error{
    color: #FF0000;
    background: white;
    position: fixed;
    padding: 5px;
    margin-left: 50px;
    border-radius: 5px;
      /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=92)";

  /* IE 5-7 */
  filter: alpha(opacity=92);

  /* Netscape */
  -moz-opacity: 0.92;

  /* Safari 1.x */
  -khtml-opacity: 0.92;

  /* Good browsers */
  opacity: 0.92;
    
}

span.login-error{
    color: #FF0000;
}

h1{
    color: #000000;
    padding: 15px;
    border-radius: 5px;
    display: inline-block;
    background: white;
          /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=92)";

  /* IE 5-7 */
  filter: alpha(opacity=92);

  /* Netscape */
  -moz-opacity: 0.92;

  /* Safari 1.x */
  -khtml-opacity: 0.92;

  /* Good browsers */
  opacity: 0.92;
    
}

#wp-table-reloaded-id-1-no-1_filter label{
    color: #FFFFFF;
}

#fg_membersite{
    margin: 0 0 0 30px;
}

div#manage-header{
    min-width: 870px;
    display: grid;
    grid-template-areas: 'menu1 menu2';
    grid-template-columns: 180px 210px;
    gap: 10px;
    margin-bottom: 20px;
}

div#manager{
    min-width: 870px;
}

div.upload{
    float: right;
    background-color: #FFFFFF;
    border-radius: 5px;
    margin-top: 30px;
    padding: 5px;
          /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=92)";

  /* IE 5-7 */
  filter: alpha(opacity=92);

  /* Netscape */
  -moz-opacity: 0.92;

  /* Safari 1.x */
  -khtml-opacity: 0.92;

  /* Good browsers */
  opacity: 0.92;
}

p.mailinglist{
    display: inline-block;
    background-color: #FFFFFF;
    border-radius: 5px;
    vertical-align: middle;
    padding: 5px;
    font-size: 12pt;
            /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=92)";

  /* IE 5-7 */
  filter: alpha(opacity=92);

  /* Netscape */
  -moz-opacity: 0.92;

  /* Safari 1.x */
  -khtml-opacity: 0.92;

  /* Good browsers */
  opacity: 0.92;
}
img.app_thumbs{
    height: 28px;
    vertical-align: middle;
    padding:0 5px;
    cursor: pointer;
}
div.statistics{
    text-align: center;
    background-color: #fff;
}
div.graph{
   height: 400px;
   display: inline-block;
   
}
img.home{
    width: 26px;
    vertical-align: bottom;
}

div.pp{
    display: inline;
}

.ddYearContainer{grid-area: menu1; top: 18px; z-index: 9999; width: 178px; margin: 0 auto;}
.ddRoundContainer{display: inline-block; width: 100px;}
.ddLastContainer {grid-area: menu2; top: 18px; z-index: 9999; margin: 0 auto;}
.ddRoundsContainer {width: 120px;float: right;}
.ddAECMContainer {position: absolute; right: 0; top: 18px; z-index: 9999;width: 178px;}
.ddRoundContainer, .ddRoundsContainer, .ddAECMContainer, .ddYear, .ddAECM {background: transparent; padding: 7px;
line-height: 1.1; height: 34px; -webkit-appearance: none; border: 0; outline: 0; cursor: pointer;}
.ddRoundContainer, .ddRoundsContainer, .ddAECMContainer {height: 34px; overflow: hidden; background: url(./images/down.png) no-repeat right #9EC6DA;
border: 0; outline: 0; cursor: pointer;border: 1px solid; align-self: center;}

select {
    /* styling */
    background-color: white;
    border: thin solid black;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    cursor: pointer;

    /* reset */
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select.minimal {
    background-image:
            linear-gradient(45deg, transparent 50%, gray 50%),
            linear-gradient(135deg, gray 50%, transparent 50%),
            linear-gradient(to right, #ccc, #ccc);
    background-position:
            calc(100% - 20px) calc(1em + 2px),
            calc(100% - 15px) calc(1em + 2px),
            calc(100% - 2.5em) 0.5em;
    background-size:
            5px 5px,
            5px 5px,
            1px 1.5em;
    background-repeat: no-repeat;
}

select.minimal:focus {
    background-image:
            linear-gradient(45deg, green 50%, transparent 50%),
            linear-gradient(135deg, transparent 50%, green 50%),
            linear-gradient(to right, #ccc, #ccc);
    background-position:
            calc(100% - 15px) 1em,
            calc(100% - 20px) 1em,
            calc(100% - 2.5em) 0.5em;
    background-size:
            5px 5px,
            5px 5px,
            1px 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}

th{text-align: center;}
div#descent{background: white; width: 100%;}
span.date{display: inline; font-weight: bold; vertical-align: top; color: #5CB85C;}
span.user{display: inline; font-weight: bold; vertical-align: top; color: #F0AD4E;}
div.message{display: inline-block; color: #E2E2E2;font-weight: normal;word-break: normal!important;}
span.saved{display: inline; color: red; float: right;}
div.done-button{text-align: right; width: 86px; display: inline-block; vertical-align: middle; margin-left: 25px;}
img.comment{vertical-align: middle; width: 30px;}
.manage-popup{background: #DAECF5; padding: 15px;border: 1px solid;}
.manage-popup2{background: #F2F1FF;; padding: 15px;border: 1px solid;}
.log{overflow-y: auto; padding: 5px; color: #000000; min-height: fit-content; text-align: left; font-size: 12pt; /*border: 1px #5CB85C solid;*/}
textarea.status{width: 700px;border: 1px solid;border-radius: 5px;padding: 3px; color: #000000;font-weight: normal; overflow-y: scroll; resize: vertical; font-size: 18px;}
button.log{width: 84px;}
div#loading{display: block;position: relative;width:100%;text-align:center;margin-top: 50px;vertical-align: top;}
div#home{padding: 10px; border: 1px solid; border-radius: 10px; margin-top: 20px; background: white; opacity: 0.95;}
div.emailButton{display: inline-block; float: right; padding: 7px; vertical-align: top;}
.grantQ, .retainerQ{cursor: pointer;}
.two-col-special {
    list-style-type:disc;
    overflow: auto;
    margin: 20px 0 0 0;
    padding: 0;
}

.two-col-special li {
    display: inline-block;
    width: 45%;
    margin: 0;
    padding: 0;
    vertical-align: top; /* In case multi-word categories form two lines */
}
.two-col-special li:before {
    content: '*';
    padding: 5px;
    margin-right: 5px; /* you can tweak the gap */
    color: orange;
    background-color: white; /* in case you want a color... */
    display: inline-block;
}

@media only screen and (max-width: 668px){
    #loginform{
        right: 0;
        margin-top: 20px !important;
        top: 0;
        position: relative;
        font-size: 13pt;
    }
    #fg_membersite{
        margin: 0 0;
    }
    #logo{
        position: relative;
    }
}

select.selectPosition{
    border: 1px black;
    padding: 0;
    height: inherit;
    -webkit-appearance: menulist;
    font-size: inherit!important;
}
select#selectPosition option{
    font-size: inherit!important;
}
span.duplicate_count{
	position: absolute; top: 0; right: 0; color: red;font-weight: bold;font-size: 15pt;
}
/* Make an input blend into its parent */
textarea.inline-edit{
  /* Eliminate borders and padding */
  border: #efefef 1px solid!important;
  padding: 0;
  margin: 0;
  width: 90%!important;
  height: 32px!important;
  resize: vertical;
  text-align: left!important; 
  vertical-align: middle;

  /* Inherit the parent element's typography */
  font: inherit;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  text-align: inherit;

}

.ui-autocomplete {
      padding: 0;
      list-style: none;
      background-color: #fff;
      width: 218px;
      border: 1px solid #B0BECA;
      max-height: 350px;
      overflow-y: scroll;
}

input#list_comm_username{
    width: 150px;
}
.ui-autocomplete .ui-menu-item a {
      border-top: 1px solid #B0BECA;
      display: block;
      padding: 4px 6px;
      color: #353D44;
      cursor: pointer;
}
.ui-autocomplete .ui-menu-item:first-child a {
      border-top: none;
}

.ui-autocomplete .ui-menu-item a.ui-state-hover {
      background-color: #D5E5F4;
      color: #161A1C;
}
.jconfirm-content{
    word-break: break-word;
}

div#footer {
    position: fixed;
    bottom: 0;
    font-size: 0.8em;
    color: #FFFFFF;
    width: 100%;
}
div#footer a {
    color: rgb(236, 236, 236);
}