
body
{

background: url(../img/background.jpg);
}

header 
{	

	margin-top: 4%;
	margin-right: 2%;
	margin-left: 2%;
	text-align: center;

}

section 
{

	margin-right: 2%;
	margin-left: 2%;
}

.pad-basic

{
padding:.5%; 
	
}

.no-btm
{
	margin-bottom:0%;
}

.btn-der
{
	text-align: right;
}

.select {
	position: relative;
	border: 1px solid #ccc;
	width: 120px;
	overflow: hidden;
	background-color: #fff;
  }
	
  .select:before {
	  content: '';
	  position: absolute;
	  right: 5px;
	  top: 7px;
	  width: 0;
	  height: 0;
	  border-style: solid;
	  border-width: 7px 5px 0 5px;
	  border-color: #000000 transparent transparent transparent;
	  z-index: 5;
	  pointer-events: none;
  }
	
  .select select {
	  padding: 5px 8px;
	  width: 130%;
	  border: none;
	  box-shadow: none;
	  background-color: transparent;
	  background-image: none;
	  appearance: none;
  }