#pills {
    /* margin: 0 15px; */
}
#pills table thead tr th {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
    background-color: #ac00d5;
    color: #fff;
}

#pills table tr th {
    padding-left: 13px;
}

/* dose status */
#pills table tr td div{
    margin-bottom: 8px;
    display: inline-block;
    border-radius: 8px;
    border-width: 2px;
    border-style: solid;
    cursor: help;
}
#pills table tr td div span{
    line-height: 25px;
    padding: 10px;
}
#pills table tr td:first-child {
    vertical-align: middle;
    text-align: left;
    min-width: 115px;
}
#pills table tr td {
    text-align: center;
    background-color: #f9f3e9;
    max-width: 100px;
}

#pills > table {
    margin-top: 15px;
}

/* LEGEND */
#status-legend > div div {
    width: 150px;
}
/* Otan einai ena child tote einai 35px otan einai duo einai 55px */
#pills table tr td div li:nth-child(1):nth-last-child(1) {
	height: 35px;
}

#pills table tr td div li:nth-child(1):nth-last-child(2),
#pills table tr td div li:nth-child(2):nth-last-child(1) {
	height: 55px;
}
/* END LEGEND */

/* for pagination */

#pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pagination-button, .pagination-previous-button, .pagination-next-button {
    margin: 0 2px;
    width: 25px;
    height: 25px;
    display: block;
    line-height: 25px;
    background: none;
    text-align: center;
    cursor: pointer;
}    
.pagination-button:hover {
    color: #c7e400;
}
.pagination-button.active {
    background: #ac00d5;
    color: #c7e400;
    cursor: not-allowed;
}
/* .pagination-previous-button, .pagination-next-button {
    margin: 0 5px;
    width: 25px;
    height: 25px;
} */