*{
    margin:0;
    padding:0;
            box-sizing:border-box;
        }
  a{
    color:#000000;
    text-decoration:none;
  }
  a:hover{
    color:#000000;
    text-decoration:underline;
  }
  .err{
    display:block;
    margin-top:8px;
    color:#cc1414;
    width:100%;
  }
  .hide{
    display:none !important;
  }
  body{
    font-family:'Roboto';
    background: #e1e184;
    font-size:16px;
  }
  .lock-scroll{
    overflow:hidden !important;
  }
  .twitter-follow-button{
    float:right;
    margin-top:20px;
  }	
  .top{
    background:#000000;
    border-bottom:1px solid #ececec;
    z-index:9;
    position:fixed;
    top:0;
    min-height:65px;
    width:100%;
  }			
  .logo{
    display:block;
    width:200px;
    margin:10px auto 0px auto;
    text-align:center;
  }
  .logo span{
    font-family: sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    color: #e1e184;
    display: block;
    float: left;
    margin-left: 10px;
    margin-top: 9px;
    text-transform: uppercase;
  }
  .logo svg{
    float:left;
    margin-top:9px;
    width:26px;
    height:26px;
    stroke-width: 2;
  }
  .clear{
    clear:both;
  }       
  .clear10{
    height:10px;
    clear:both;
  }       
  .clear20{
    height:20px;
    clear:both;
  }             
  .clear30{
    height:30px;
    clear:both;
  }      
  .clear50{
    height:50px;
    clear:both;
  }
  .line-above{
    border-top: 2px solid #000000;
    margin-top: 35px;
    padding-top: 20px;
  }
  .add-line{
    background:#000000;
    border-radius:8px;
    color:#ffffff;
    font-weight:bold;
    text-align:center;
    text-decoration:none;
    float:right;
    font-size:1.2em;
    padding:8px 12px;
  }
  .calculate{
    background:#000000;
    border-radius:8px;
    border:none;
    color:#ffffff;
    font-weight:bold;
    text-align:center;
    text-decoration:none;
    font-size:1.2em;
    padding:8px 12px;
    margin:auto;
  }  
  .calculate:hover{
    background:#333333;
    color:#ffffff;
  }
  .remove-line{
    display: block;
    text-align: center;
    padding: 12px;
    border-radius: 40px;
    background: transparent;
    color:#000000;
    border:2px solid #000000;
    width: 60px;
    margin: 20px auto 0px auto;
  }

  .add-line:hover{
    background:#333333;
    text-decoration:none;
    color:#ffffff;
  }
  h1{
    font-size:2.5em;
    text-align:center;
    font-weight:900;
    margin-top:100px;
    padding:0px;
  }
  h1 span{
    color:#444444;
    text-decoration:none;
  }
  .s-head{
    font-size:1.6em;
    font-weight:700;
    margin-top:20px;
    margin-bottom:20px;
    text-align:center;
    padding: 12px 0px 20px 0px;
    border-bottom: 3px dashed #000000;
  }
  form{
    width:100%;
  }
  form input[type=text],form input[type=number]{
    width:100%;
    font-weight:normal;
    padding:8px 12px;
    border:2px solid #000000;
    border-radius:8px;
  }
  form label{
    font-weight:700;
    font-size:1.2em;
    display:inline-block;
    width:100%;
    margin: 25px 0px 10px 0px;
  }
  form .cs{
    display:inline-block;
    margin-right:15px;
    text-decoration:none;
  }
  form .num-wrap{
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    padding: 12px;
    border-radius: 40px;
    background: #000000;
    color:#ffffff;
    width: 60px;
    margin: 20px auto 0px auto;
  }
  form .f-names{
    display:inline-block;
    margin-right:15px;
    text-decoration:none;
  }
  .edit-text{
    font-size:1.2em;
    font-weight:normal;
  }
  .edit-text a{
    color:#666666;
    text-decoration:underline;
  }
  .edit-text a:hover{
    color:#000000;
    text-decoration:none;
  } 
  .bb{
    font-size:1.5em;
    font-weight:bold;
    margin-bottom:20px;
    text-align:center;
  }
  .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(255 233 0 / 15%);
  }
  .main-table{
    background:#ffffff;
    border-radius:12px;
    overflow: hidden;
    box-shadow: 5px 5px 15px rgb(255 233 0 / 75%);
  }

  .main-table > thead > tr > th{
    padding:8px 16px;
    border-top:none !important;
  }

  .main-table > tbody > tr > td{
    padding:0px 8px;
    border-top:none !important;
  }

  .main-table .thead-dark th{
    border-color: transparent;
    font-size:1.2em;
  }

  .table .food{
    font-size: 1.1em;
    font-weight:bold;
    color:#222222;
    display:block;
    width:100%;
  }

  .table .fine{
    font-size:0.9em;
    color:#999999;
    display:block;
    width:100%;
  }

  .table .friend{
    font-size: 1.1em;
    font-weight:bold;
    display:block;
    padding:10px;
  }
  .table .friend.big{
    font-size: 1.8em;
  }

  .table-items{
    background:transparent;
  }

  .table-items td{
    border-bottom:1px dashed #cccccc !important;
    background:transparent;
    padding: 10px;
  }

  .table-items td.totals{
    border-top:1px dashed #333333 !important;
    border-bottom:none !important;
    border-bottom:none;
    background:transparent;
    padding: 5px 10px;
  }
  
  .table-items tbody tr:nth-of-type(odd) {
    background-color: transparent !important;
  }

  .summary{
    width:100%;
    padding:12px;
    background:#ffffff;
    border: 1px solid #222222;
    border-radius:8px;
    box-shadow: 5px 5px 15px rgb(255 233 0 / 75%);
    min-height:116px;
    opacity: 0.85;
  }

  .summary-title{
    font-size:1em;
    font-weight:normal;
    display:block;
    width:100%;
  }

  .summary-desc{
    font-size: 1.8em;
    font-weight: bold;
    display: block;
    width: 100%;
    color: #444444;
    margin-top: 10px;
  }

  .mask{
    display:none;
    z-index:10006;
    background:#111111;
    opacity: 0.8;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  /* Share */
  .share, .share:hover{
    float:right;
    display:block;
    text-decoration:none;
    margin-right:15px;
    margin-top: 3px;
  }
  .share svg{
    width:26px;
    height:26px;
  }

  /* Toolbar */
  .toolbar, .toolbar:hover{
    font-size:0.9em;
    display:inline-block;
    text-decoration:none;
    margin:0px 15px;
    color:#ffffff;
    background:#333333;
    padding:8px 12px;
    border-radius:8px;
    border:1px solid #333333;
  }

  .toolbar:hover{
    background:#444444;
    border:1px solid #444444;
  }

  .toolbar svg{
    width:20px;
    height:20px;
  }

  /* Save item */
  .save, .save:hover{
    font-size:0.9em;
    display:inline-block;
    text-decoration:none;
    margin:0px 15px;
    color:#ffffff;
    background:#333333;
    padding:8px 12px;
    border-radius:8px;
    border:1px solid #333333;
  }
  .save:hover{
    background:#444444;
    border:1px solid #444444;
  }
  .save svg{
    width:20px;
    height:20px;
  }
  .save.filled, .toolbar.filled{
    border:1px solid #e1f582 !important;
  }
  .save.filled svg, .toolbar.filled svg{
    fill:#e1f582 !important;
  }

  .social-icon{
    display:block;
    text-decoration:none;
    width:100%;
    text-align:center;
    font-size:0.9em;
  }
  .social-icon svg{
    margin-bottom:4px;
  }

  /* Dialog */
  .dialog{
    display:none;
    max-width:600px;
    width:95%;
    margin:auto;
    padding:0px;
    position:fixed;
    left:1%;
    right:1%;
    top:20%;
    z-index:10006;
  }
  .dialog .close{
    position:absolute;
    top:10px;
    right:10px;
    text-decoration:none;
  }
  .dialog-header{
    width:100%;
    float:left;
    border-top-left-radius:12px;
    border-top-right-radius:12px;
    padding:10px 15px;
    border-bottom:1px solid #000000;
    background:#e1e184;
    font-weight:bold;
  }
  .dialog-body{
    width:100%;
    float:left;
    padding:10px;
    background:#ffffff;
    overflow-x:hidden;
    overflow-y:auto;
  }
  .dialog-footer{
    width:100%;
    float:left;
    border-bottom-left-radius:12px;
    border-bottom-right-radius:12px;
    padding:10px;
    background:#ffffff;
    margin-top: -1px;
  }


  /* Saved list */
  .invisible{
    visibility:hidden !important;
  }
  .saved-list{
    background:#ffffff;
    border-radius: 12px;
    display:none;
    max-width:700px;
    width:100%;
    margin:auto;
    padding:0px;
    position:fixed;
    left:1%;
    right:1%;
    top:10%;
    z-index:10006;
  }
  .saved-list .back{
    position:absolute;
    top:0px;
    left:0px;
    display:block;
    text-decoration:none;
  }
  .saved-list-header{
    width:100%;
    float:left;
    padding: 0px;
    padding-top: 12px;
    height: 50px;
    border-bottom:1px solid #cccccc;
    background:#ffffff;
    border-top-left-radius:12px;
    border-top-right-radius:12px;
  }
  .sls{
    position:relative;
  }
  .slq-clear{
    display:block;
    text-decoration:none;
    position:absolute;
    right:0px;
    top:0px;
  }
  .saved-list-header form{
    border:none;
    width:100%;
    padding:0px;
    margin:0px;
  }
  .saved-list-header form .slq{
    color:#666666;
    background:#ffffff;
    border:none;
    outline:none;
    font-size:1.1em;
    padding:0px 30px 0px 30px;
    width:100%;
  }
  .saved-list-body{
    width:100%;
    float:left;
    padding:10px;
    background:#ffffff;
    overflow-x:hidden;
    overflow-y:auto;
    max-height:300px;
  }
  .saved-list-footer{
    width:100%;
    float:left;
    border-bottom-left-radius:12px;
    border-bottom-right-radius:12px;
    padding:10px;
    background:#ffffff;
    margin-top: -1px;
    border-top:1px solid #cccccc;
  }
  .saved-list-item{
    display:block;
    padding:10px 0px;
  }
  .saved-list-clear{
    color:#ffffff !important;
    text-decoration:none !important;
    border-radius:4px;
    background: #000000;
    padding:6px 8px;
    font-weight:bold;
    font-size:1em;
    display: block;
    float:right;
  }
  .row.list{
    margin-bottom:10px;
  }
  .saved_item{
    position:relative;
  }
  .saved-list-number{
    position:absolute;
    left:10px;
    top:0px;
  }
  .bookmark{
    display:block;
    width:100%;
    padding: 10px 30px 0px 20px;
    float: left;
  }
  .delete-item{
    position:absolute;
    right:10px;
  }

  .bottom-bar-con{
    box-sizing: border-box;
    position:fixed;
    background:#000000;
    color:#ffffff;
    padding:0px;
    margin:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:9;
  }
  .bottom-bar{
    width:100%;
    max-width:1140px;
    padding:20px 10px;
    text-align: center;
    margin: auto;
    overflow-x: hidden;
    min-width: 355px;
  }

  /* Content styles */
  .c-head{
    font-size: 1.6em;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
    padding: 12px 0px 10px 0px;
  }


  /* MQs */

  @media screen and (max-width:991px){
    .remove-line{
        margin: 20px 0px 0px -50px;
    }
  }
  
  @media screen and (max-width:767px){
    h1{
        font-size:1.8em;
        text-align:center;
        font-weight:900;
        margin-top:100px;
    }
    .s-head {
        font-size: 1.3em;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 12px 16px;
    }
    form label {
        font-weight: 700;
        font-size: 1.1em;
        margin: 25px 0px 5px 0px;
    }
    form input[type=text], form input[type=number] {
        padding: 6px 9px;
    }
    .add-line, .calculate{
        padding: 6px 9px;
    }
    .remove-line{
        margin: 20px 0px 0px -50px;
    }
    .saved-list{
        top:0px;
        right:0px;
        bottom:0px;
        left:0px;
        margin:0px;
        border-radius: 0px;
        max-width:100%;
    }
    .saved-list-body{
        max-height:100vh;
        padding-bottom:140px;
    }
    .saved-list-footer{
        position:fixed;
        bottom:0px;
        border-top:1px solid transparent;
        border-bottom-left-radius:0px;
        border-bottom-right-radius:0px;
    }
    .saved-list-clear{
        float:none;
        margin:auto;
        text-align:center;
        padding:12px 8px;
    }
  }

  @media screen and (max-width:576px){
    .remove-line{
        margin: 20px auto 0px auto;
    }
    .save, .save:hover, .toolbar, .toolbar:hover{
        width: 25%;
        background: #000000;
        padding: 8px 10px;
        text-align: center;
        box-sizing: border-box;
        margin: 0px;
        border: 1px solid transparent;
        display: inline;
    }

  }