@charset "UTF-8";
/* CSS Document */

    .infobox {
        width:600px;
        height:50px;
        position:relative;
        background-color: #ECA14B;
    }
    
    .infobox p {
        color:#FFF;
        font-family: 'Roboto', sans-serif;
        font-weight:600;
        position:absolute;
        left:80px;
        margin:0;
        padding:0;
    }
    
    .secondarytext {
		width:600px;
        font-size:12px;
        top:6px;
    }
    
    .primarytext {
		width:400px;
        font-size:20px;
        top:24px;
        text-transform: uppercase;
    }
    
    .primarytext a {
        text-decoration:none;
        color:#FFF;
    }
    
    .primarytext a:hover {
        text-decoration: underline;
    }
    
    .iconbox {
        width:50px;
        height:50px;
        position:absolute;
        top:0;
        left:0;
        background-color:#2B68AD;
    }

    .accentstripe {
        width:15px;
        height:50px;
        position:absolute;
        top:0;
        left:50px;
        background-color:#78B269;
    }
    
    .infocircle {
        width: 30px;
        height: 30px;
        background: #FFF;
        -moz-border-radius: 60px;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        position:absolute;
        top:10px;
        left:10px;
        z-index: 20;
    }

    .infoicontop {
        width: 5px;
        height: 5px;
        background: #2B68AD;
        -moz-border-radius: 60px;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        position:absolute;
        top:15px;
        left:23px;
        z-index: 25;
    }
    
    .infoiconbtm {
        width:5px;
        height:13px;
        background-color:#2B68AD;
        position:absolute;
        top:22px;
        left:23px;
        z-index: 25;
    }

.timesaver {
    display: table;
    min-height: 65px;
    background-image: url("stopwatch.png");
    background-repeat: no-repeat;
    background-size: 60px 65px;
    background-position: 0% 50%;
    width:500px;
    margin:20px 0;
    }
    
.timesaver_tip {
	top:8px;
    display: table-cell;
    vertical-align: middle;
    padding:0 0 0 120px;
    font-family: 'Roboto', sans-serif;
    font-size:12px;
}  

.exercise_note {
background-color: #D3E0DF;
padding:10px 20px;
font-family: 'Roboto', sans-serif;
font-size: 12px;
border-radius: 3px;
}