.bk-noTablet {
	display: block;
}
.bk-noPhone {
	display: block;
}
.bk-noDesktop {
	display: block;
}

@media screen and (max-width: 500px) {
        .bk-form-convincer {
		float: none;
		width: 100%;
		padding-left: 75px;
//                position:relative;
//                top:0px;
                left:55px;
        }        
}
        
@media screen and (min-width: 501px) and (max-width: 640px) {
        .bk-form-convincer {
                position:relative;
                top:-120px;
                left:15px;
        }       
}       

@media screen and (min-width: 641px) and (max-width: 1015px) {
        .bk-form-convincer {
                position:relative;
                top:-120px;
                left:15px;
        }
}

@media screen and (max-width : 767px) {
	.bk-noPhone {
		display:none;
	}
}
@media screen and (min-width : 768px)  and (max-width : 1024px) {
	.bk-noTablet { 
		display:none; 
	}
}
@media screen and (min-width : 1224px) {
	.bk-noDesktop { 
		display: none;
	}
}

@media screen and (max-width: 800px) {
	.bk-formSpacer {
		display:none;
	}
}

.ui-progressbar {
  margin-left: 25px;
  width: 80%;
  height: 30px;
  text-align: left;
  overflow: hidden;
  border: thin #333 solid;
  border-radius: 10px;
  background: #e0e0e0;
}
.ui-progressbar .ui-progressbar-value {
  margin-top: -25px;
  height: 35px;
  background-color: #96C031;
}

.progress-label {
 margin-top: 5px;
 margin-left: 5px;
 color:white;
 font-weight:bold;
}
.progress-label2 {
 margin-top: 5px;
 margin-left: 5px;
 color: white;
 font-weigth:bold;
}

CSS

/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/* @button yellow 
---------------------------------------------------- */   
.smart-forms .btn-yellow { background-color:#faa226;}
.smart-forms .btn-yellow:hover, 
.smart-forms .btn-yellow:focus{ background-color:#f0ad4e;  }
.smart-forms .btn-yellow:active{ background-color:#e88a05; }
.smart-forms .btn-yellow,
.smart-forms .btn-yellow:hover, 
.smart-forms .btn-yellow:focus,
.smart-forms .btn-yellow:active{ color: #fff; text-shadow: 0 1px rgba(0, 0, 0, 0.08); }
