.package{
	height: 32px;

	background: #595959;
	color: #fff;
	font-weight: bold;
	padding: 4px;
	margin-bottom: 0px;
	
}
.package1{
	margin-top: -12px!important;
}
.glyphicon-chevron-right{
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #E79800;
	text-align: center;
	line-height: 20px;
}
.dscfdsv{
	background: #595959;
	color: #fff;
	font-weight: bold;
}

.border12{
	border: 1px solid #ccc;

	padding-bottom: 0px!important;
}
body{
	margin: 10px;

}
tr td{
	vertical-align: middle;
	line-height: 20px;
	font-size: 14px;
}

.btn-push{
	position: relative;
}
.btn-push:before{
	content: "";
	
    top: -2px;
    right: 60px;
	width: 0; 
	height: 0; 
	border-top: 17px solid transparent;
	border-bottom: 18px solid transparent;
	
	border-right: 17px solid #04386A;

	position: absolute;

}

.btn-pend{
	position: relative;
	background:#000000; color:#fff;
}
.btn-pend:before{
	content: "";
	
    top: -2px;
    right: 60px;
	width: 0; 
	height: 0; 
	border-top: 17px solid transparent;
	border-bottom: 18px solid transparent;
	border-right: 17px solid #010101;
	position: absolute;

}

.btn-win{
	position: relative;
}
.btn-win:before{
	content: "";
    top: -2px;
    right: 50px;
	width: 0; 
	height: 0; 
	border-top: 17px solid transparent;
	border-bottom: 18px solid transparent;
	border-right: 17px solid #038201;
	position: absolute;

}

.btn-lose{
	position: relative;
}
.btn-lose:before{
	content: "";
	
    top: -2px;
    right: 60px;
	width: 0; 
	height: 0; 
	border-top: 17px solid transparent;
	border-bottom: 18px solid transparent;
	
	border-right: 17px solid #DC1F26;

	position: absolute;

}
.border2{
	border: 1px solid #ccc;
}

