/* CSS Document */

.btn-action {
      display: none;
    }
    
tr:hover .btn-action {
		  display: block;
        }
.actions {
	width: 11%;
}

.top-buffer { margin-top:20px; }
.bottom-buffer { margin-bottom:100px; }

.admin-center { margin: 0 auto; }
