
      em {
          background:yellow;
      }

    button [aria-expanded="true"] {
          width:30px !important;

      }

    .leftside [aria-expanded="true"] {
        /*background-color: white;*/
          /*width:30% !important;*/

      }


    .rightside [aria-expanded="true"] {
        background-color: white;
          width:70% !important;
      }



    #notdtog {
        width:30px !important;
    }

    #peekin {
        height:100%;
        overflow:scroll;
        padding:5%;
        background: #e2e4e6;
    }
      .filterbox{
            padding: 5%;
            background: white;
            overflow: scroll;
        -webkit-box-shadow: 2px 4px 11px 2px rgba(0,0,0,0.32);
        -moz-box-shadow: 2px 4px 11px 2px rgba(0,0,0,0.32);
        box-shadow: 2px 4px 11px 2px rgba(0,0,0,0.32);
        margin-bottom:10px;
}

      .bmd-layout-drawer>header {
          display:inline !important;
      }


       #mainsearch {
            width: 500px;
            border: solid;
            border-width: 1px;
            border-color: black;
            background-color: white;
            color: gray;
            height: 50px;
            padding-left:10px;
            background-image:none;
        }

      #mainsearch::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #979495;
        opacity: 1; /* Firefox */
          padding-left:5px;
    }

    .bmd-form-group{
        padding-top:0px;
    }


  * {
     font-family: Courier New;
    }

      .card {
          margin-bottom:5px;
      }

      .material-icons:hover {
          color: red;
      }




.value {
  position: absolute;
  top: 30px;
  left: 50%;
  margin: 0 0 0 -20px;
  width: 40px;
  text-align: center;
  display: block;

  /* optional */

  font-weight: normal;
  font-family: Verdana,Arial,sans-serif;
  font-size: 14px;
  color: #333;
}

.price-range-both.value {
  width: 100px;
  margin: 0 0 0 -50px;
  top: 26px;
}

.price-range-both {
  display: none;
}

.value i {
  font-style: normal;
}

.favorited {
    color:red !important;
    background:white
}