@import url(https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.0/css/select2.min.css);

html, body {
    margin: 0px;
    height: 100%;
    overflow-x: hidden;
}

body {
    position: relative;
}

footer {
    float: right;
    margin-top: auto;
    width: 100%;
    background-color: #f0f0f0;
    text-align: center;
    padding: 20px;
}

a {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}

.header {
    position: absolute;
    z-index: -1;
    top: 0px;
    padding-left: 50px;
    width: 100%;
    background-color: #247cf0;
    color: #fffacd;
    font-family: "Brush Script MT", cursive;
}

.select2 {
    width: 320px;
}

.select1 {
    float: left;
    width: 200px;
    margin-left: 1px;
    padding-top: 2px;
    padding-bottom: 1px;
}

.checklist {
    padding: 5px;
    padding-left: 10px;
    width: 100%;
    font-size: 20px;
    border: 1px solid #cccccc;
}

.checklist:hover {
    background-color: yellow;
    cursor: pointer;
}

.tab {
    width: 120px;
    height: 29px;
    font-size: 20px;
    font-weight: bold;
    float: left;
    border: none;
    border-radius: 22px;
    background-color: transparent;
    color: white;
}

.tab:hover {
    background-color: rgba(174, 205, 245, 0.5);
    cursor: pointer;
}

.activetab {
    background-color: rgba(174, 205, 245, 0.5);
}

.smallButton {
    font-size: 18px;
    font-weight: bolder;
    border-radius: 18px;
    color: #006ce0;
    border: 1px solid #cccccc;
    background-color: inherit;
}

.smallButton:hover {
    background-color: yellow;
    cursor: pointer;
}

#deleteButton {
    float: right;
    margin-top: 266px;
    margin-right: 5px;
    font-size: 40px;
    font-weight: bolder;
    color: red;
    background-color: #ffcccb;
    border: 3px solid red;
    border-radius: 10px;
    display: none;
}

#deleteButton:hover {
    cursor: pointer;
}

#convertButton {
    font-size: 20px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    width: 250px;
    border: none;
    border-radius: 8px;
    background-color: #0071d7;
    color: white;
}

#convertButton:hover {
    background-color: #4995E1;
    cursor: pointer;
}

#inputAmount {
    width: 300px;
    height: 30px;
    font-size: 25px;
    text-align: center;
}

#outputAmount {
    margin: auto;
    padding: 10px;
    border: 1px solid #cccccc;
    width: 300px;
    text-align: center;
    margin-top: 5px;
}

#activityBox {
    margin: auto;
    height: 330px;
    width: auto;
    border: 1px solid #0000ff;
    display: none;
    text-align: left;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fffacd;
    border-radius: 10px;
}

#activityDiv {
    text-align: center;
    float: right;
    margin-top: 52px;
}

#leftDiv {
    float: left;
    margin-left: 100px;
    margin-top: 120px;
}

#converterDiv {
    box-shadow: 3px 3px;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    width: 850px;
}

#trendsDiv {
    border: 1px solid #0000ff;
    height: 400px;
    width: 100%;
    padding-top: 1px;
    padding-bottom: 20px;
    margin: 1px;
    margin-top: 20px;
}

@media only screen and (min-width: 685px) {
  .ts-mobile-break {
      display: none;
  }
}

@media only screen and (min-width: 610px) {
  #footer-mobile-break {
      display: none;
  }
}

@media only screen and (max-width: 1000px) {
  footer {
      margin-top: 16px;
      padding: 0px;
  }
  
  .tab {
      width: 120px;
      height: 29px;
      font-size: 20px;
      border: none;
  }
  
  .header {
      padding-left: 15px;
      padding-bottom: 20px;
      font-family: Verdana, sans-serif;
  }
  
  .select1 {
      padding: 0px;
  }
  
  #deleteButton {
      margin-top: 94px;
  }
  
  #activityDiv {
      margin-top: 72px;
  }
  
  #activityBox {
      position: absolute;
      z-index: 2;
      margin-top: 28px;
      left: 5vw;
      width: 90vw;
      height: 160px;
      border: none;
      border-radius: 20px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  }
  
  #leftDiv {
      text-align: center;
      float: center;
      margin-left: 0px;
      margin-top: 20px;
  }
  
  #converterDiv {
      padding: 0px;
      width: auto;
  }
  
  #trendsDiv {
      height: auto;
      border-radius: 7px;
  }
  
  #trendsDisplay {
      max-width: 98%;
  }
}