/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.flxbl-table .sep {
  color: white;  
}

.flxbl-table .pack-title th {
  border-top: 0!important;
}

<style>
.button-text {
  line-height: 1;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  position: relative;
  top: -5px;
}
</style>