.global-nav-btn-container{
    display: inline-table;
    height: 70px;
    border:1px solid #bfbfbf;
}

.global-nav-btn{
    margin: 0;
    padding: 0;
    border: 0;
    width: 100px;
    height: 70px;
    font-size:16px;
}

.continue-btn{
    height: 70px;
    width:100px;
    color:white;
    font-size:16px;
    /*border:1px solid #bfbfbf;*/
    background: #f2b545; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2b545 0%, #ea893b 46%, #e56134 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2b545), color-stop(46%,#ea893b), color-stop(100%,#e56134)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f2b545 0%,#ea893b 46%,#e56134 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f2b545 0%,#ea893b 46%,#e56134 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f2b545 0%,#ea893b 46%,#e56134 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f2b545 0%,#ea893b 46%,#e56134 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2b545', endColorstr='#e56134',GradientType=0 ); /* IE6-9 */
}

button.dashboard-mode-btn{
    font-size: 16px;
    font-weight:bold;
    min-width: 68px;
    color: #ffffff;
    margin-left: 3px;
    padding: 10px;
    background: #c0bebe; /* Old browsers */
    background: -moz-linear-gradient(top,  #c0bebe 0%, #9a9a9a 15%, #6a6969 85%, #454545 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c0bebe), color-stop(15%,#9a9a9a), color-stop(85%,#6a6969), color-stop(100%,#454545)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c0bebe 0%,#9a9a9a 15%,#6a6969 85%,#454545 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c0bebe 0%,#9a9a9a 15%,#6a6969 85%,#454545 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c0bebe 0%,#9a9a9a 15%,#6a6969 85%,#454545 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c0bebe 0%,#9a9a9a 15%,#6a6969 85%,#454545 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0bebe', endColorstr='#454545',GradientType=0 ); /* IE6-9 */
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    border: 2px solid #606060  ;

}

button.dashboard-mode-btn-selected {
    font-size: 16px;
    font-weight:bold;
    min-width: 68px;
    color: #ffffff;
    margin-left: 3px;
    padding: 10px;
    background: #79cc3a; /* Old browsers */
    background: -moz-linear-gradient(top,  #79cc3a 0%, #278008 15%, #155805 86%, #0a4103 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#79cc3a), color-stop(15%,#278008), color-stop(86%,#155805), color-stop(100%,#0a4103)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #79cc3a 0%,#278008 15%,#155805 86%,#0a4103 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #79cc3a 0%,#278008 15%,#155805 86%,#0a4103 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #79cc3a 0%,#278008 15%,#155805 86%,#0a4103 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #79cc3a 0%,#278008 15%,#155805 86%,#0a4103 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79cc3a', endColorstr='#0a4103',GradientType=0 ); /* IE6-9 */
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #427d3a;
}

.progress-bar {
    /*width: 475px;*/
    height:15px;  /* Can be anything */
    background: #ffffff;

    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.3);
    -moz-box-shadow   : inset 0 -1px 1px rgba(0,0,0,0.3);
    box-shadow        : inset 0 -1px 1px rgba(0,0,0,0.3);
    background: #FFFFFF; /* Old browsers */
}
.progress-filled{
    height:15px;  /* Can be anything */
    margin-top: -15px;
    background: #d2c8a2;
    background: -moz-linear-gradient(top,  #d2c8a2 1%, #f5c160 64%, #e89f3a 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#d2c8a2), color-stop(64%,#f5c160), color-stop(99%,#e89f3a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d2c8a2 1%,#f5c160 64%,#e89f3a 99%);
    background: -o-linear-gradient(top,  #d2c8a2 1%,#f5c160 64%,#e89f3a 99%);
    background: -ms-linear-gradient(top,  #d2c8a2 1%,#f5c160 64%,#e89f3a 99%);

    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.3);
    -moz-box-shadow   : inset 0 -1px 1px rgba(0,0,0,0.3);
    box-shadow        : inset 0 -1px 1px rgba(0,0,0,0.3);

}