/**************** EXAM RESULTS WIDGET**************************/
.exam_results_container .exam_results_title{
    background-color: #cc0001;
    text-align: center;
    color: white;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 20px;
    padding: 5px;
    border-radius: 6px;
    margin: 0px;
    font-weight: bold;
}
.exam_results_container .exam_results_title_mobile{
    background-color: #cc0001;
    text-align: center;
    color: white;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 20px;
    padding: 5px;
    border-radius: 6px;
    margin: 0px;
    font-weight: bold;
}
@media (max-width: 768px){
    .exam_results_container{
        margin-bottom: 10px;
    }
}
.exam_results_container #exam_results_content .exam_results_row .exam_results_extra_title,
.exam_results_container #exam_results_content .exam_results_row .exam_results_date{
    font-size: 12px;
    text-transform: capitalize;
    font-style: italic;

}

#exam_results_content{
    margin-top: 10px;
}
.exam_results_container #exam_results_content .exam_results_row:last-child{
    border: none;
}
.exam_results_container #exam_results_content .exam_results_row{
    border-bottom: 1px solid #ccc;    
    padding: 2%;
    text-transform: lowercase;
    font-size: 16px;
    font-weight: normal;
    line-height: 17px;
    min-height: 48px;
}
.exam_results_container .exam_results_view_more_button{
    text-align: center;
    background-color: #eeeeee;
    padding: 8px;
    font-size: 12px;
    font-family: 'Ubuntu';
    font-weight: 600 !important;
}

.exam_results_container #exam_results_content .exam_results_row:hover{
    background: #F7F7F7;
}
.exam_results_container .exam_results_view_more_button span.glyph_button {
    color: #b40000;
}


.exam_results_container #exam_results_content .exam_results_row:first-letter {
    text-transform: uppercase;
}
/**************** EXAM RESULTS WIDGET**************************/




/**************** LOTTO RESULTS WIDGET**************************/
.lotto_results_container .lotto_results_title{
    background-color: #cc0001;
    text-align: center;
    color: white;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 20px;
    padding: 5px;
    border-radius: 6px;
    margin: 0px;
    font-weight: bold;
    margin-right: 5px;
}
.lotto_results_container .lotto_results_title_mobile{
    background-color: #cc0001;
    text-align: center;
    color: white;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 20px;
    padding: 5px;
    border-radius: 6px;
    margin: 0px;
    font-weight: bold;
    margin-right: 5px;
}
.lotto_results_container #lotto_results_content .lotto_results_row .lotto_results_extra_title,
.lotto_results_container #lotto_results_content .lotto_results_row .lotto_results_date{
    font-size: 14px;
    color: #a8a8a8;
    text-transform: capitalize;

}

#lotto_results_content{
    margin-top: 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 17px

}
.lotto_results_container #lotto_results_content .lotto_results_row{
    padding: 1px;
    position: relative;
    font-family: 'PT Sans';
    font-weight: bold;
}
.lotto_results_container #lotto_results_content .lotto_results_row:hover{
    background: #F7F7F7;
}
.lotto_results_container .lotto_results_view_more_button{
    text-align: center;
    background-color: #eeeeee;
    padding: 8px;
    font-size: 12px;
    font-family: 'Ubuntu';
    font-weight: 600 !important;
}


.lotto_results_container .lotto_results_view_more_button span.glyph_button {
    color: #b40000;
}


.lotto_results_container #lotto_results_content .lotto_results_row:first-letter {
    text-transform: uppercase;
}
.lotto_results_draw {
    margin: 7px auto;    
}
.lotto_results_draw_items {
    float: left;
    width: 30px;
    height: 30px;
    background: #a1a1a1;
    margin-left: 6px;
    text-align: center;
    position: relative;
    border-radius: 15px;
    font-size: 13px;
}
.lotto_results_draw_items div {
    width: 20px;
    height: 18px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
}
/**************** LOTTO RESULTS WIDGET**************************/


/**************** FOREX RESULTS WIDGET**************************/

@media (min-width: 769px){
    .forex_results_container{
        padding-bottom: 15px;
    }
}

.forex_results_container #forex_results_title{
    text-align: center;
    color: white;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 20px;
    padding: 5px;
    border-radius: 6px;
    margin: 0px;
    font-weight: bold;
}

#forex_results_content{
    margin-top: 10px;
    font-size: 16px;
    font-family: "Source Sans Pro";
    font-weight: normal;
    line-height: 17px
}
#forex_results_content span {
    margin: 0px 0;
    padding: 6px;
    display: inline-block;
}
#forex_results_content span.currency {
    width: 70%;
    /*font-size: 11px;*/
    font-size: 17px;
    float: left;
    font-weight: bold;
}
#forex_results_content span.currency_date {
    display: block;
    color: #666;
}
#forex_results_content span.currency_value {
    background: #223137;
    color: #fff;
    width: 70px;
    float: right;
    text-align: center;
}
/**************** FOREX RESULTS WIDGET**************************/

/**************** CALCULATOR WIDGET**************************/


.curr_calculator_container #curr_calculator_title{
    text-align: center;
    color: white;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 20px;
    padding: 5px;
    border-radius: 6px;
    margin: 0px;
}

#curr_calculator_content{
    margin-top: 10px;
    margin-bottom: 10px;
}
#curr_calculator_content div{
    padding-top: 5px;
}

.lotto_results_container{
    margin-bottom: 10px;
}

#curr_calculator_content #base_list,#curr_calculator_content #target_list{
    width: 59.2%;
    padding: 2px 10px;
    float: left;
}
#curr_calculator_content #base_list_val,#curr_calculator_content #target_list_val{
    padding: 2px 10px;
    width: 39.2%;
    text-align: right;
    border-radius: 2px;
    border: 1px solid #a8a8a8;
}

/**************** CALCULATOR WIDGET**************************/



  /***************** MOBILE / RESPONSIVENESS *********************/
/*  .exam_results_container, .curr_calculator_container{
      padding-bottom: 15px;
  }*/