.grid-view table.items th{
	text-align: left !important;
	width: auto !important;
}

.grid-view table.items td{
	text-align: left !important;
	width: auto !important;
}




.quick-btn {    position: relative;    display: inline-block;    vertical-align: top;    width: 160px;    height: 80px;    padding-top: 16px;    margin: 10px;    color: #444444;    text-align: center;    text-decoration: none;    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);    -webkit-box-shadow: 0 0 0 1px #F8F8F8 inset, 0 0 0 1px #CCCCCC;    box-shadow: 0 0 0 1px #F8F8F8 inset, 0 0 0 1px #CCCCCC;
}
.quick-btn span {    display: block;
}
.label-success {    background-color: #5cb85c;
}
.quick-btn .label {    position: absolute;    top: -5px;    right: -5px;
}