.c-button {
  min-width: 100px;
  font-family: inherit;
  appearance: none;
  border: 0;
  border-radius: 5px;
  background: #4676d7;
  color: #fff;
  padding: 8px 16px;
  font-size: 1rem;
  cursor: pointer;
}

.c-button:hover {
  background: #1d49aa;
}

.c-button:focus {
  outline: none;
  box-shadow: 0 0 0 4px #cbd6ee;
}

table {

}
th {

padding-left:10px;
border:1px solid #ccc;
position:relative;
background-color: DarkGrey;
}

td {
border:1px solid #ccc;
padding:1px;
position:relative;
height: 1px;
padding-left:10px;
    }

tbody tr:nth-child(even) {
background:#fff;
border:0px;
color:#000;
border-collapse:collapse;
}


caption {}


select {
border: 0;
display: block;
outline: none;
text-indent: 1px;
text-overflow: "";
width: 100%;
height: 100%;
background:inherit
}

select::-ms-expand {
  display: none;
}
		
input:valid {border: 0;}
input:invalid {border-color: red; border: 5;}

input::-ms-expand {
      display: none;
    }

