@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css);

	@media screen and (max-width: 640px){

a.bolsa-btn {
    width: 100%;
    margin-top: 10px;
}
div.sngl-btn {
		width:100%;
	
}
	
	}
	.sngl-btn {
	display: inline-block;
    width: 225px;
	float:right;
	direction:rtl;
	}
.warning {
		color:#747474;
		font-size:11px;
		font-weight:400;
        font-family: 'Open Sans Hebrew', sans-serif;
		text-align:right;
		float:right;
		padding-right:5px;
		
	}
	a.bolsa-btn {
	background: #f68a0e;
	border: 1px #f68a0e solid;
    box-shadow: 0px 1px 2px 0px rgba(26,25,23,0.2);
    border-radius: 6px;
    color: #fff;
	font-weight:bold;
    font-family: arial, sans-serif;   
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    float: right;
    display: inline-block;
    font-size: 13px;
    box-sizing: border-box;
    height:20px;
    width: 100%;
    line-height: 17px;
  text-shadow: 0.5px 0.866px 1px rgba(0, 0, 0, 0.2);
	}
	a.bolsa-btn:hover {
		box-shadow: 1px 4px 16px 1px rgba(26,25,23,0.27);
		background:#fdac1f;
	    border: 1px #fdac1f solid;

	}
	a.bolsa-btn:active {
		border:1px solid #cc830a;
		box-shadow:inset 0px 2px 12px 0px rgba(50, 50, 50, 0.4);
	}
	
	.cnt {
		width:100%;
		clear:both;
	}
	
