/* Do not remove the comments below. It's the markers used by wiredep to inject
   sass dependencies when defined in the bower.json of your dependencies */
// bower:scss
// endbower

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

html {
  //overflow: hidden;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

body {
  margin: 0;
  //overflow: hidden;
  background: #f1f1f1;
}


.container {
  margin-right: auto;
  margin-left: auto;
  padding: 32px;
  max-width: 960px;
  .page-title{
  margin: 16px auto 48px auto;
    text-align: center;
    font-weight: 400;
    background: #f7f7f7;
    padding: 16px;
    color: #616161;
  }
  > .demo-preview{
    max-width: 480px;
    margin: 24px auto;
  }
  > section{
    padding: 16px 0;
    display: block;
    float: none;
    clear: both;
    width: 100%;
    > div {
      padding: 0 16px;
      width:50%;
      float: left;
      display: block;
      box-sizing: border-box;
    }
    .demo-settings{
      padding-top: 16px;
      background-color: #f7f7f7;
      .setting{
        margin: 12px 0;
        label{
          display: block;
          width: 100%;
          padding-bottom: 8px;
        }
        .detail{
          clear:both;
          color:#a1a1a1;
          font-style: italic;
          font-size: 12px;
          margin: 8px 0;
        }
      }
    }
  }
}

@media  screen and (max-width: 768px){
  .container {
   > .demo-preview {
    max-width: 330px;
   }
    > section{
      > div {
        width: 100%;
      }
    }
  }
}

/* Do not remove the comments below. It's the markers used by gulp-inject to inject
   all your sass files automatically */
// injector
// endinjector
