@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  src: url('/FrameworkResources/fonts/Roboto-regular/Roboto-regular.eot');
  src: url('/FrameworkResources/fonts/Roboto-regular/Roboto-regular.eot?#iefix') format('embedded-opentype'), url('/FrameworkResources/fonts/Roboto-regular/Roboto-regular.woff2') format('woff2'), url('/FrameworkResources/fonts/Roboto-regular/Roboto-regular.woff') format('woff'), url('/FrameworkResources/fonts/Roboto-regular/Roboto-regular.ttf') format('truetype'), url('/FrameworkResources/fonts/Roboto-regular/Roboto-regular.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('/FrameworkResources/fonts/Material-Icons/MaterialIcons-Regular.eot');
  /* For IE6-8 */
  src: url('/FrameworkResources/fonts/Material-Icons/MaterialIcons-Regular.woff2') format('woff2'), url('/FrameworkResources/fonts/Material-Icons/MaterialIcons-Regular.woff') format('woff'), url('/FrameworkResources/fonts/Material-Icons/MaterialIcons-Regular.ttf') format('truetype');
}
body{
  font-family: 'Roboto', sans-serif;
  color: rgb(117, 117, 117);
  font-weight:normal;
  font-size:11px;
  text-align:left;
  background-color:#eee;
}

div.center {
  background-color: white;
  border-color: #ddd;
  border-radius: 2px;
  border-spacing: 5px;
  border-width: 1px;
  padding: 20px;
  font-weight: 400;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);

  position: absolute;
  margin: 0 auto;
  top: 10%;
  left: 0;
  right: 0;
  text-align:left;
  width: 450px;
  height: 350px;
}

td {
  width: 50%;
}

td input{
  border: none;
  border-bottom: 1px solid rgba(0,0,0,.12);
  display: inline-block;
  margin: 0;
  padding: 4px 0;
  background: 16px;
  text-align: left;
  color: rgb(117, 117, 117);
}

table{
  font-size:11px;
  color:gray;
}

select:focus, textarea:focus, input:focus {
}

a:link,
a:active,
a:visited{
  text-decoration:none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  color: rgb(117, 117, 117)
}
