.tools button {
    color: #333;
    border: 1px solid #333;
}

.tools .tools-list {
    border-radius: 8px;
    margin-bottom: 10px;
}

.tools .tool-input {
    height: 25px;
    border-radius: 2px;
    border: 1px solid #333;
    width: 300px;
}

.tools>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tools>ul>li {
    padding: 5px;
}

.width-same {
    width: 300px;
}

.download-table td {
    border: 1px solid #333;
    padding: 5px;
}
.download-table .spectra-list{
    margin-right: 10px;
}