html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, img  {
  margin: 0; padding: 0
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
  font-family:'Open Sans', Arial, sans-serif;
  font-weight:400;
  font-size:12px;
  color:#222;
  background-color:#fff;
  margin:10px 15px;
}

a {color:#444; text-decoration:none;}

ul li {list-style-type:none;}

p {padding:0 0 1.5em 0; line-height:1.7em;}

h4 {
  border:1px solid #222;
}

h4 span {
  border-right:1px solid #222;
  margin-right:20px;
  width:250px;
  display:inline-block;
  padding:10px;
}

table{
  border-top:1px solid #222;
  border-left:1px solid #222;

}
table th{
  background-color:#216efa;
  color:#fff;
}

table th, td {
  border-bottom:1px solid #222;
  border-right:1px solid #222;
  padding:5px 10px;
}

select {
  padding:8px 15px;
  border:1px solid #8f8f9d;
}
input{
  padding:7px 15px;
}
input[type="submit"]{
  background:#065cfb;
  color:#fff;
  border:1px solid #065cfb;
  font-weight:bold;
  cursor:pointer;
  padding:8px 25px;
}

.excel{
  padding:8px 25px;
  margin-bottom:7px;
  cursor:pointer;
  background:#065cfb;
  color:#fff;
  border:1px solid #065cfb;

}


