.fixme-table{
  table-layout: fixed;
}

.fixme-container{
	position: relative;
	max-height : 50vh;
	overflow-y: auto;
}

.fixme-fixed{
  top:0;
  position: absolute;
  border:none;
}

.scrollMore{
  margin-top:600px;
}
