QHeaderView::section {
padding-left: 2px;
padding-right: 4px;
background-color: #FFF7DB;
border-width: 1px;
border-color: darkkhaki;
border-style: solid;
}
QHeaderView::section:hover {
background-color: #FFDF94;
}
/* Increase the padding, so the text is shifted when the button is
pressed. */
QHeaderView::section:pressed {
padding-left: 4px;
padding-top: 4px;
background-color: #E6A84C;
}