/* config-sources.css */

table.sources {
    width: 85%;
    border-spacing: 0;
}

table.sources td {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 4px;
    padding-right: 4px;
}

button.source {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    outline: none;
	font-weight: bold;
    color: black;
    background-color: white;
    border: 1px solid dimgrey;
    width: 80px;
    overflow-x: hidden;
}

button.source.selected-source {
    background-color: gold;
}

button.source:hover {
    background-color: deepskyblue;
}

button.source:active {
    background-color: black;
    color: white;
}

span.source-list {
    /* color: deepskyblue; */
}
