	.fullwidth {
		width: 100%!important;
	}
	.row {
		padding-bottom:5px;
	}
	body { margin:20px; }	

	.well-button {
      width: auto;
      height: auto;
      position: relative;      
	  display:inline-block;
	  padding:10px 10px 10px 10px;
	  border-radius:3px;
	  margin:2px 2px 5px 1px;
    }	
	.well-button.dark {
		background-color: #707070;
		color:#efefef;
	}
	.well-button.light {
		background-color: #e0e0e0;
	}	
	.well.light {
		background-color: #f7f7f7;
	}	
	.custom-list {
		border: 1px solid #CCC;
		background-color: #FAFAFA;		
		padding: 5px;
		font-size: 17px;
		border: 1px solid #ccc;		
	}
	.pointer {
		cursor: pointer;
	}
	.has-error { color:red; }
	
	.g-recaptcha {
        display: inline-block;
    }
	
	input[type=number] {
		background: #FAFAFA;
		color: #666;
		border: 1px solid #ccc;
		border-radius: 0;
		padding: 10px 15px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		max-width: 100%;
	}

	@media only screen and (max-width : 480px) {
    .smallcaptcha{
        transform:scale(0.75);
        transform-origin:0 0;
    }

}