.table-bordered td, .table-bordered th {
	border: none!important; 
}
.create-buttons{
	list-style-type:none;
}
.create-buttons li{
	border:0;
	padding:0 0 0 20px;
}
.create-buttons li a{
	background:#000 !important;
}
@media (min-width: 768px) {
	.col-sm-3half, .col-sm-8half {
		float: left;
	}
	.col-sm-3half {
		width: 50%;
	}
	.col-sm-8half {
		width: 50%;
	}

}
.den {
	font-size: 15px!important;
}

.input-gp {
	background: #000!important; color:white!important;

}
.card {
    min-height: 540px;
    margin-bottom: 30px;
}
.card-subtitle {
    margin: 10px 0;
}
.cart-window {
    position: fixed;
    right: -40vw;
    width: 40vw;
    transition:all 500ms ease-in-out;
}
.cart-window:hover{
	right:0;
}
.cart-window .tab {
    position: absolute;
    z-index: 1;
    background: #f2f2f2;
    padding: 30px;
    border-radius: 5px 0 0 5px;
    left: -76px;
    border-top: 1px solid rgba(0,0,0,.125);
    border-left: 1px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.cart-window .card{
	border-radius:0;
	background-color:#f2f2f2;
}