/* archive-now.css */

div.archivable-items-panel {
    max-height: 200px;
    overflow-y: auto;
}

button.date-adjust {
    margin-left: 8px;
    margin-right: 8px;
	font-weight: bold;
    background-color: gold;
    border: 1px solid dimgrey;
    border-radius: 4px;
}

button.date-adjust:hover {
    background-color: deepskyblue;
}
