  <style type="text/css">
		#panel {
        width: 200px;
        font-family: Arial, sans-serif;
        font-size: 13px;
        float: right;
        margin: 10px;
		z-index:1100;position:absolute;text-align:center;color:#094a8b;-webkit-transition: opacity 400ms ease-in;top:80px;left:250px;
	    -moz-transition: opacity 400ms ease-in;
	    transition: opacity 400ms ease-in;-webkit-border-radius: 19px;
		display:block;
	  }

  input[type=button]:active, input[type=submit]:active, input[type=reset]:active  {
}
input {
  position: relative;
  z-index: 10;
  margin: 0;
  padding: 0 5px;

  height: 30px;
  border: 1px solid #ccc;
}
input:focus {
  z-index: 15;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  outline: 0;
}   

/* Zebra striping */
tr:nth-of-type(odd) { 
    background: #eee; 
    }
th { 
    background: #3498db; 
    color: white; 
    font-weight: bold; 
    }
td, th { 
    padding: 10px; 
    border: 1px solid #ccc; 
    text-align: left; 
    font-size: 16px;
    }.postdesc{
	font-size:16px;
}

.rowoption{
		/*outline: thin solid;*/
		font-size:16px;
}
.rowoption:hover{
		cursor: pointer;
		outline: thin solid green;
		outline-width: 3px;
}
 
         
    </style>