p{
    text-align: justify;
    font-family:arial ;
}

a{
	font-family:arial  ;
}
#question{
    padding-left:12px;
  }
#content{
    padding-left: 10%;
    padding-right: 10%;

}
#statement{
font-size:16px;
//padding-top: 12px;
padding: 10px;
padding-left: 12px;

font-family:arial  ;
text-align: left  ;
clear: left;

}

#contentNarrow{
    padding-left: 15%;
    padding-right: 15%;

}
#header{
	padding top: 10px;
    padding-left: 13%;
    padding-right: 13%;

	}
#footer{
    padding-left: 7%;
    padding-right: 7%;

	}
#lightMode{
  padding:0px;
}
img {
  	border:1px solid #AAAAAA;
  background-color:#E9E9E9;
  padding:3px;
  display : block;
  margin:0 auto;
  //display:none;
}

th {

    border-collapse: collapse;
    padding: 0px 5px;
    font-size:25px;
    text-align: center;
    font-family:arial  ;

}
table, td {
    text-align: center;
    font-family:arial;
    font-size: 16px;
    padding: 6px;
}

infobar1 {
  float: left;
  }
infobar2 {
    float: right;
  }
info {
    clear: left;
    float: left;
    padding: 10px;
    width: 100%;

  }
listNom {
    background: #cccccc;
    padding: 10px;
}
.vertical-menu {
    overflow-y: auto;
}
  #answerName {
    font-size: 16px; /* Increase font-size */
    padding: 8px 4px 8px 4px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 8px; /* Add some space below the input */
  }

  #myUL {
    /* Remove default list styling */
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  #myUL li a {
    border: 1px solid #ddd; /* Add a border to all links */
    margin-top: -1px; /* Prevent double borders */

    background-color: #f6f6f6; /* Grey background color */
    padding: 6px; /* Add some padding */
    text-decoration: none; /* Remove default text underline */
    font-family:arial;
    font-size: 16px; /* Increase the font-size */
    color: black; /* Add a black text color */
    display: block; /* Make it into a block element to fill the whole list */
  }

  #myUL li a:hover:not(.header) {
    background-color: #eee; /* Add a hover effect to all links, except for headers */
  }



.fancyButton {

	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
  white-space: nowrap;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:arial;
	font-size:15px;
	//font-weight:bold;
  text-align:center;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	//margin-left: 6px;
}
.fancyButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.fancyButton:active {
	position:relative;
	top:1px;
}
