.container_table {
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 50px;
}
.container_search {
  margin-left: 50px;
}
#root > div > div > div > div.container_search > div:nth-child(1) > div {
  margin-right: 10px;
}
h1 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
}
#root > div > div > div > div:nth-child(3) {
  margin-left: 1050px;
  margin-top: 10px;
}
table {
  width: 100%;
  table-layout: fixed;
  margin-top: -34px;
}
.first-column {
  width: 10px;
}
#long-button > svg {
  margin-left: -13px;
}
.tbl-header {
  background-color: #222b37;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.tbl-content {
  max-height: 450px;
  overflow-x: auto;
  margin-top: 0px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #edf3fc;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
thead > tr > th {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.tbl-content,.tbl-header {
  box-shadow: 5px 5px 4px #c0cada;
}
#long-button {
  padding-top: 0;
  padding-bottom: 0;
}
input[type="search"] {
  background: #222b37;
  border: none;
  color: #ccc;
  outline: none;
  height: 10px;
}
tbody > tr:hover {
  background: #c8d6e9b6;
}
tbody > tr {
  border-bottom: 3px solid aliceblue;
}
th {
  padding: 20px 15px;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
td {
  padding: 15px;
  text-align: left;
  vertical-align: middle;
  font-weight: 300;
  font-size: 12px;
  color: rgb(6, 15, 19);
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

/* demo styles */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,700);
body {
  font-family: "Roboto", sans-serif;
}


/* for custom scrollbar for webkit browser*/

::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
