div.container {
    position: relative;
    margin: auto;
    width: 95%;

}

h1 {
    color: white;
    text-align: center;
    background-color:#015DAA;
    margin: auto;
    width: 100%;
}

.inst {
   margin: auto;
   width: 85%;
}

.question{
	display:block;
	border:none 
	#ccc;
	width:80%}

.answerText{padding:8px;display:block;border:1px margin-bottom: 10px; solid width:80% #ccc!important}
.answerNumber{padding:8px;display:block;border:1px margin-bottom: 10px; solid width:60% #ccc!important}
.radio{width:24px;height:24px;position:relative;top:6px}
.answerCheckBox{width:24px;height:24px;position:relative;top:6px}

.answerTextArea {
    padding:8px;
    resize: none;
    width:80%;
    height:30%;
}

div.buttonGroup{
    position: absolute;
    right: 0px;
  
}

button {
    display: block;
}

.clipButton { 
    border: 0; 
    background: transparent;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 0;
}


.counter
{
font-weight:normal;
color:white;
background-color:#015DAA;
letter-spacing:0pt;
word-spacing:5pt;
font-size:26px;
text-align:center;
font-family:arial, helvetica, sans-serif;
line-height:2;
width: 100%;
padding: 2px;
margin: auto;
margin-bottom: 10px;
}

.OldcontButton {
    background-color: blue;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    float: right;
    border-radius:6px;
}

.invalid input:required:invalid {
    background: #BE4C54;
}

.invalid input:required:valid {
    background: #17D654 ;
}

.error {color: #FF0000;}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    counter-reset: rowNumber;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

table, th, td {
    border: 1px solid black;
} 

.ftable tr:not(.fble_htr) {
    counter-increment: rowNumber;
}

.ftable tr:not(.fble_htr) td:first-child::before {
    content: counter(rowNumber);
    min-width: 1em;
    margin-right: 0.5em;
}

.cont {
  font-family: arial;
  color: #FFFFFF !important;
  font-size: 15px;
  text-shadow: 1px 1px 0px #707070;
  box-shadow: 1px 1px 1px #BEE2F9;
  padding: 10px 25px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid #3866A3;
  background: #08C227;
  background: linear-gradient(top,  #158712,  #20E012);
  background: -ms-linear-gradient(top,  #158712,  #20E012);
  background: -webkit-gradient(linear, left top, left bottom, from(#158712), to(#20E012));
  background: -moz-linear-gradient(top,  #158712,  #20E012);
  margin: 2px;
}
.cont:hover {
  color: #FFFFFF !important;
  background: #03AB09;
}