.pell {
  border: 1px solid rgba(10, 10, 10, 0.1);
  box-sizing: border-box; }

.pell-content {
  box-sizing: border-box;
  height: 300px;
  outline: 0;
  overflow-y: auto;
  padding: 10px; 
  background-color:white;}

.pell-actionbar {
  background-color: transparent;
  border-bottom: 1px solid rgba(10, 10, 10, 0.1); }

.pell-button {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  height: 30px;
  outline: 0;
  width: 30px;
  vertical-align: bottom; 
  font-size:14px;
  }
  
.pell-button *{
	font-size:14px;
	}
.pell-button-selected {
  background-color: #F0F0F0; }