.table{
    width:60%;    
}
.table-border {
  border-width: 1px;
  border-collapse: collapse;
  border-style: dotted;
  text-indent: 5em;
}
.current-collection{
    position: absolute;
    right: 10px;
    background:transparent;
	  border:2px dashed;
    z-index: 99999;
}