/*
  Styles from this codepen:
  https://codepen.io/official_naveen/pen/rgknI
*/

body {
  margin: 0 auto !important;
  font-family: 'Open Sans', sans-serif;
}
.container {
  width: 600px;
  margin: 0 auto;
}

@media only screen and (max-width: 500px)
{
  .body
  {
    margin: 0 !important;
    width: 100vw !important;
  }
  .container {
  }

  .timeSubmit{
    text-align: center;
    width:100%;
  }
  .inputs
  {
    width: 100%;
    margin: auto;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
  ul.inputs li {
    width:100%;
  display:inline;
  float: none !important;
}

}


fieldset {
  display: block;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-before: 0em;
  -webkit-padding-start: 0em;
  -webkit-padding-end: 0em;
  -webkit-padding-after: 0em;
  border: 0px;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  min-width: -webkit-min-content;
  padding: 30px;
}
.ghost-input, p {
  display: block;
  font-weight:300;
  width: 100%;
  font-size: 25px;
  border:0px;
  outline: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #4b545f;
  background: #fff;
  font-family: Open Sans,Verdana;
  padding: 10px 15px;
  margin: 30px 0px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ghost-input:focus {
  border-bottom:1px solid #ddd;
}
.ghost-button {
  background-color: transparent;
  border:2px solid #ddd;
  padding:10px 30px;
  width: 100%;
  min-width: 350px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ghost-button:hover {
  border:2px solid #515151;
}
p {
  color: #E64A19;
}
/******* MORE STYLE ********/

#item-list ul {
  padding: 0;
  margin: 20px 0;
  font-family: Arial, sans serif;
  color: #555;
}

#item-list ul > li {
  list-style: none;
  border-top: 1px solid #ddd;
  display: block;
  padding: 15px;
  overflow: hidden;
}

#item-list ul:last-child {
  border-bottom: 1px solid #ddd;
}

#item-list ul > li:hover {
  background: #efefef;
}

.button {
  padding: 8px 12px;
  font-size: 14px;
  background: #ccc;
  display: block:
  width: 200px;
  border-radius: 3px;
  cursor: pointer;
}

.expand {
  display: block;
  text-decoration: none;
  color: #555;
  cursor: pointer;
}

h2 {
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 18px;
}

span {
  font-size: 14px;
}

.detail {
  margin: 20px 0 0 0;
  display: none;
  line-height: 22px;
}

.right-arrow {
  width: 10px;
  height: 10px;
  float: left;
  font-weight: bold;
  font-size: 20px;
  margin: 15px 15px 0 0;
}

.icon {
  height: 50px;
  width: 50px;
  float: left;
  margin: 0 15px 0 0;
}


.address
{
  font-size: .8em !important;
}

.waittime
{
  font-size: 1em !important;
}

ul.inputs li {
  display:inline;
  float: left;
}

.itemHead{
  width: 100%;
}

/****** more style *******/
.jumbotron {
  margin-top: 30px;
  margin-bottom: 15px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  text-align: center;
  padding: 30px;
}

.badge-primary {
  background-color: red;
}

span {
  cursor: pointer;
}

span:hover {
  background:grey;
}