#app {
    width: 100%;
    padding: 15px;
    margin-top:0px !important;
}

td, th {
	border: 1px solid #dedede;
}

#app {
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    color: #2c3e50;
    margin-top: 60px;
    font-size: 12px;
  }
  
  table {
      width: 100%;
  }
  
  
  
  .selection-tools {
      margin-bottom: 20px;
  }
  
  .selection-tools td,
  .selection-tools th {
      background-color: #dedede;
      
  }