﻿
.checkmark:before{
    font-family:'Glyphicons Regular';
   content: "\E194";
  display:inline-block;
  font-weight:900;
  
}

.xmark:before{
    font-family:'Glyphicons Regular';
   content: "\E193";
  display:inline-block;
  font-weight:900;
  
}


.checkfield{
    border-radius: 35px;
    color: white;
    width: 30px;
    height: 30px;
    font-size:25px;
    text-align: center;
}
@media screen and (max-width: 768px) {

    .checkfield{
    border-radius: 35px;
    color: white;
    width: 30px;
    height: 30px;
    font-size:40px;
    text-align: center;
}

}



        #partnerChart{
        display:block;
    }
    #partnerWidgets{
        display:none;
    }


@media screen and (max-width: 768px) {
        #partnerChart{
        display:none;
    }
    #partnerWidgets{
        display:block;
    }

    .strategy-widget{
        width:100% !important;
    }

    .checkfield{

    font-size:40px;

}
}