/* Styles go here */

.table-cont{
  /**make table can scroll**/
  max-height: 800px;
  overflow: auto;
  /** add some style**/
  /*padding: 2px;*/
  /*background: #ddd;*/
  /*margin: 20px 10px;
  box-shadow: 0 0 1px 3px #ddd;*/
}
