.roitable{
    background-color: #F9F9F9;
    border: 1px solid #F9F9F9;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .badge-white{
    background-color: #F9F9F9;
    border: 1px solid #e6e6e6;
  }

  .badge-focused{
    background-color: #F9F1F5;
    border: 1px solid #e6e6e6;
  }
  
  .badge-premium{
    background-color: #F7F7F7;
    border: 1px solid #e6e6e6;
  }

  .badge-prime{
    background-color: #F0F0F0;
    border: 1px solid #e6e6e6;
  }

  .badge-white > th{
    line-height: 2.5 !important;
    text-align: center;
    font-size: 16px !important;
    font-weight: 500 !important;
  }

  .badge-focused > td, .badge-premium > td, .badge-prime > td{
    line-height: 3.5 !important;
    text-align: center;
    font-size: 18px !important;
    font-weight: 700 !important;
  }


  #watchsmartedge .close {
    background-color: #0d57a0;
    top: 0;
    right: -20px;
    opacity: 1;
    color: #fff;
}

.idea-block .ideas-header {
    background: #81003C;
    padding: 5px 10px;
    text-align: center;
    font-family: 'futura_bk_btbook','open_sansregular',Arial,sans-serif;
    color: #fff;
}

.idea-block .ideas-body {
    padding: 20px;
    border: 1px solid #e6e6e6;
    font-family: 'futura_bk_btbook','open_sansregular',Arial,sans-serif;
}

.idea-block .ideas-body ul {
    list-style: none;

    padding: 10px 20px;
}

.idea-block .ideas-body ul li {
    padding: 10px 0px;
}

.idea-block .ideas-body ul li::before {
  content: "\2022";
  color: #81003C;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.idea-block.grey .ideas-body ul li::before {
  color: #7B757B;
}

.idea-block.black .ideas-body ul li::before {
  color: #000;
}


.idea-block .ideas-body .chart-icon{
  text-align: center;
    margin: auto;
    padding-left: 20px;
}

.idea-block .ideas-body .chart-label
{
    display: inline-block;
    vertical-align: bottom;
    margin-right: 15px;
    margin-bottom: 2px;
}

.idea-block.grey .ideas-header {
    background: #7B757B;
}

.idea-block.black .ideas-header {
    background: #000;
}

.down-arrow {
    margin: 0px;
    position: absolute;
    color: #81003C;
    left: 45%;
    font-size: 25px;
    margin-top: -5px;
}

.idea-block.grey .ideas-header .down-arrow{
    color: #7B757B;
}

.idea-block.black .ideas-header .down-arrow{
    color: #000;
}

@media only screen and (max-width: 1000px){

  .roitable{
      background-color: #F9F9F9;
      border: 1px solid #F9F9F9;
      padding-top: 30px;
      padding-bottom: 30px;
    }

    .badge-white{
      background-color: #F9F9F9;
      border: 1px solid #e6e6e6;
    }

    .badge-focused{
      background-color: #F0F0F0;
      border: 1px solid #e6e6e6;
    }
    
    .badge-premium{
      background-color: #F7F7F7;
      border: 1px solid #e6e6e6;
    }

    .badge-prime{
      background-color: #F0F0F0;
      border: 1px solid #e6e6e6;
    }

    .badge-white > th{
      text-align: center;
      font-size: 16px !important;
      font-weight: 500 !important;
    }

    .badge-focused > td, .badge-premium > td, .badge-prime > td{
      text-align: center;
      font-size: 18px !important;
      font-weight: 700 !important;
    }

  .modal-content {
      margin-right: 2%;
      margin-left: 2%;
      width: 95%;
       float: none; 
  }

  .investment-ideas .container-grid {
    padding: 0px;
  }
  .investment-ideas .row{
    margin: 0px;
  }

  .investment-ideas .container{
    padding: 0px;
  }

  .idea-block{
    margin-bottom: 20px;
  }


}