//
// import custom scss, content to be set in deployment.
//
@import "tail";

//
// import bootstrap.
//
@import "bootstrap";
body {
  padding: 40px;
}
@import "bootstrap-responsive";
table.table-hover .btn {
  opacity: 0;
}
table.table-hover tr:hover .btn {
  opacity: 1;
}
@import "bootstrap-editable";

//
// import custom scss, content to be set in deployment.
//
@import "tail";