/*
Theme Name: 2019 Montreal Custom Styles
Description: Styles for the 2019 Annual Meeting in Montreal
Author: John Celio
Author URI: https://www.ismrm.org/
Version: 1.0
Template: ISMRM Child
Template Version: 1.0
*/


.meet-four-boxes {
    font-size:93%;
    line-height:1.2;
}

.meet-dotted-border {
    border:2px dotted #AA0406;
    border-radius:19px;
}

.meet-three-boxes {
    font-size:93%;
    line-height:1.2;
}

.reg-blue-box {
    background: #d6eaf9 !important;
}


@media screen and (min-width:1170px) {
  .meet-three-boxes {
    flex: 1;
    height:100%;
    width:370px !important;
    margin-left:10px !important;
    margin-right:10px !important;
  }
  .meet-four-boxes {
    flex: 1;
    height:100%;
    width:272px !important;
    margin-left:10px !important;
    margin-right:10px !important;
  }
}


@media screen and (max-width:1169px) {
  .meet-three-boxes {
    width:97% !important;
    margin:1% !important;
  }
  .meet-four-boxes {
    width:47% !important;
    margin:1% !important;
  }
}


@media screen and (max-width:800px) {
  .meet-three-boxes {
    width:97% !important;
    margin:1% !important;
  }
  .meet-four-boxes {
    width:97% !important;
    margin:1% !important;
  }
}









