.material-icons {
  font-size: 35px;
}
a, a:hover {
  color: #fff;
  transition: all linear 0.2s;
}
h1{
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
}
h2{
  position: fixed;
  left: 30px;
  top: 2px;
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
}
h3 {
  position: fixed;
  right: 30px;
  top: 2px;
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
}
h3:hover, h2:hover{
  text-shadow: 0px 0px 15px rgba(255, 255, 255, 1);
}
table {
  width:100%;
  margin: 0px auto;
  table-layout: auto;
}
.tbl-header{
  width:100%;
  background-color: rgba(255,255,255,0.3);
  margin-left:auto;
  margin-right:auto;
 }
.tbl-content{
  width:100%;
  height:auto;
  overflow-x:auto;
  margin-top: 0px;
  border: 1px solid rgba(255,255,255,0.3);
  margin-left:auto;
  margin-right:auto;
}
th{
  padding: 20px 15px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
td{
  padding: 15px;
  text-align: center;
  vertical-align:middle;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  border-bottom: solid 1px rgba(255,255,255,0.1);
}


/* demo styles */

@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,300,700);
body{
  background: #0f4763;
  font-family: 'Roboto', sans-serif;
}
section{
  margin: 50px;
}


/* follow me template */
.made-with-love {
  margin-top: 40px;
  padding: 10px;
  clear: left;
  text-align: center;
  font-size: 10px;
  font-family: arial;
  color: #fff;
}
.made-with-love i {
  font-style: normal;
  color: #F50057;
  font-size: 14px;
  position: relative;
  top: 2px;
}
.made-with-love a {
  color: #fff;
  text-decoration: none;
}
.made-with-love a:hover {
  text-decoration: underline;
}


/* for custom scrollbar for webkit browser*/

::-webkit-scrollbar {
    width: 6px;
}
::-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);
}

.btn {
  background: white;
  /* border: 1px solid #4582c9; */
  color: #4781c9;
  font-weight: 400;
  border-radius: 100px;
  transition: all linear 0.2s;
}

.btn:hover {
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
  color: #4781c9;
}
table tr td a {
    display:block;
    height:100%;
    width:100%;
}
table tr td a:hover {
    text-decoration: none;
}
table tr td {
  transition: all linear 0.2s;
}
table tr td:hover {
    background: rgba(255, 255, 255, 0.1);
    font-weight: 400;
}
table tr td {
    padding-left: 0;
    padding-right: 0;
}
