.main-wrapper {
    background: #FFFFFF;
    border: 1px solid #999999;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 5px;
    overflow: hidden;
}

.walletprice {
    float: right;
    color: #4a86e8;
    font-size: 18pt;
    width: 169px;
    text-align: center;
	margin-top: 8px;
	font-family: cursive;
}

.form-control {
    width: 350px;
    height: 24px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.crypto-control {
    font-size: 14px;
    color: #555;
}

.col-sm-offset-3 {
    margin-left: 10%;
}

.col-sm-3{
    float: left;
}

.col {
   float: inherit;
   margin-right: 2px;
}

.wallet_footer-copyright {
   font-size: 14px;
    color: #555;
	margin-bottom: 5px;
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	
	.col-sm-offset-3 {
		margin-left: 2%;
	}

	.col-sm-3 {
		float: left;
	}
	
	.col {
	   float: inherit;
	   margin-right: 1px;
	}
	
	.main-wrapper {
		border: none;
	}
}
