[data-role="content"] .widget.bg,
[data-role="content"] .board-spinner,
[data-role="content"] .mfp-body.widget-body {
    background-color:rgba(255, 173, 50, 1.00);
    background-repeat:repeat;
    background-image:none;
    background-attachment:scroll;
    background-position:0% 0%;
    background-size:auto;
}







[data-role="content"] .widget.rounded,
[data-role="content"] .widget .widget-toolbar {
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}







[data-role="content"] .widget .widget-caption,
[data-role="content"] .board-spinner,
[data-role="content"] .mfp-body .widget-caption,
[data-role="content"] .mfp-body .mfp-title {
    color:rgba(17, 31, 28, 1.00);
}







[data-role="content"] .widget .widget-body,
[data-role="content"] .widget .widget-text,
[data-role="content"] .mfp-body {
    font-size:17px;
    font-family:"Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif, FontAwesome, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


[data-role="content"] .widget .widget-counters .btn,
[data-role="content"] .widget .widget-counters .btn .badge {
    border-color: ;
    color: ;
}






[data-role="content"] .widget {
    border-top-color:rgba(230, 86, 14, 1.00);
    border-top-width:2px;
    border-right-color:rgba(230, 86, 14, 1.00);
    border-right-width:2px;
    border-bottom-color:rgba(230, 86, 14, 1.00);
    border-bottom-width:2px;
    border-left-color:rgba(230, 86, 14, 1.00);
    border-left-width:2px;
}