body {
      font: 20px;
      color:  black !important; /*#f5f6f7;*/
	  background-color:  #e4e7f1; /*#343637;*/
  }
  p {font-size: 16px;}
  .margin {margin-bottom: 45px;}
  /*.bg-1 { 
      background-color: #CECECE;/*#343637; /* obsidian*/
     /* color: black;
  }*/
  /*
  .bg-2 { 
      background-color: #474e5d; 
      color: #ffffff;
  }
  .bg-3 { 
      background-color: #ffffff; 
  }
  .bg-2 { 
      background-color: blue; 
      color: #fff;
  }*/
  .container-fluid {
      padding-top: 1px;
      padding-bottom: 1px;
  }
  .navbar {
      padding-top: 0px;
      padding-bottom: 0px;
      border: 0;
      border-radius: 0;
      margin-bottom: 0;
      font-size: 20px;
  }
  
  .navbar{
	  background-color: #140028;
  }
  .menuItem{
	  color: grey !important;
	  font-size: 15px;
  }
  
  
  .menuItem:hover {
      color: white !important;
	  font-size: 15px;
  }
  
  .navbar-brand{
	color: grey !important;
  }
  .navbar-brand:hover{
	color: white !important;
  }
  /*#helpButtons{
	  margin-top: 15% !important;
  }*/
  .wordBorder{
  		background-color: #c8c8c8;
  		border: medium solid black;
  }
  
  .wordBorderKey{
  		background-color: #e6e6e6;
  		border: medium solid black;
  }
  
  .wordBorderDef{
  		background-color: #c8c8c8;
  		border: medium solid black;
  }
  
  .wordBorder a{
  		color: #808080;
  }
  
  #helpButtons a{
  		margin: 5px;
  }

  .custom {
    width: 50px !important;
  }
  .customradiobutton{
    margin: 10px;
  }
 
  /*.navbar.affix{
        top: 0px; /* Set the top position of pinned element */
       /* z-index: 9999;
        width: 100%;
  }*/
  /*
  #WordNetCell {
   /* padding: 0.5ex;
    width: 600px;
    background-color: #333;
    color: #fff;
    font-size: 2em;
    border-radius: 0.5ex;*/
 /*}

 #WordNetCell.stick {
   /* margin-top: 0 !important;*/
 /*   position: fixed;
  	top: 0;
    z-index: 10000;
    width:inherit;
   /* align: center;*/
  /* border-radius: 0 0 0.5em 0.5em;*/
/* }*/
  
  
  /*
  #WordNetCell.bottom {
    position: absolute;
    bottom: 0;
  }
  
  #WordNetCell.top {
    position: fixed;
    top: 0;
}*/


  