/* main table  */

table{
	width:100%;
	border-collapse: separate;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
	padding:4px;
	margin:4px 0px;
  /*  border-spacing: 0 5px;*/
}
th, td{
	border-bottom: 1px solid #81ba39;
    padding: 15px 0;
    vertical-align: middle;
}
table th.col:last-child, table td.col:last-child{
	width:150px
}
.row:hover{
	/*background-color:#FCFCFC;*/
}

/* orders  */
.orders tr td:nth-child(3){
	padding-right:10px;
	text-align:right;
}