body
{
	font-family:"Helvetica";
}
#csv_table_wrapper {
            margin-top: 20px;
        }
		.header_container
		{
			display:block;
		}
		.header_container div
		{
			display:inline-block;
		}
		#cs_logo
		{
			width:200px
			
		}
		.cs_left
		{
			width:68%;
		}
		.cs_right
		{
			width:30%;
			text-align: right;
		}
		
		
.cs_btns {
  background: #ee411e;
  background-image: -webkit-linear-gradient(top, #ee411e, #f47a1d);
  background-image: -moz-linear-gradient(top, #ee411e, #f47a1d);
  background-image: -ms-linear-gradient(top, #ee411e, #f47a1d);
  background-image: -o-linear-gradient(top, #ee411e, #f47a1d);
  background-image: linear-gradient(to bottom, #ee411e, #f47a1d);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border:none;
}

.cs_btns:hover {
  background: #f47a1d;
  background-image: -webkit-linear-gradient(top, #f47a1d, #ee411e);
  background-image: -moz-linear-gradient(top, #f47a1d, #ee411e);
  background-image: -ms-linear-gradient(top, #f47a1d, #ee411e);
  background-image: -o-linear-gradient(top, #f47a1d, #ee411e);
  background-image: linear-gradient(to bottom, #f47a1d, #ee411e);
  text-decoration: none;
}

footer
{
	text-align: center;
    padding: 10px 50px;
}