
body{
	background-color: #f2f2f2;
}

.mdl-button{
  background-color: #EB1537 !important;
  color: #fff!important; 
}

.root{
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  min-height: 100%;
  padding: 30px;
  line-height: normal;
}
.root>.resultimages>img{
	margin-bottom: 12px;
  max-width: 100%;
}

header{
background-color:#000;
font-size:2em;
padding:15px;
color: #FFF;
margin-bottom:10px;
text-align: center;
font-family: 'Sriracha', cursive;
}

.restaurant{
  margin: 10px;
  border: 1px;
  padding: 20px;
  background-color: #374256;
  border-radius: 10px;
  color: #FFF;
  font-size: 18px;
  line-height: 1.5;
  font-family: 'Space Mono', monospace;
}

.submitform{
  margin: 0 auto;
  text-align: center;
}

.cl1{
  color: #00FF00;
  text-shadow: 1px 1px 12px #00FF00;
}

.cl0{
  color: #FF0000;
  text-shadow: 1px 1px 12px #FF0000;
}

.deletebutton{
  text-align: center;
  margin-bottom: 20px;
  display: none;
}
#location{
  text-align: center;
  font-size: 16px;
  color: #777777;
  padding: 10px;
  margin-bottom: 10px;
  font-family: 'Space Mono', monospace;
}
