div.import-csv {
    width:50%;
    float:left;
    margin-bottom: 50px;
}

div.import-csv input[type=submit], .ricerca-cap button[type=submit] {
    background-color: #cba755;
    border: none;
    padding: 2px 14px;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
}

div.import-csv input[type=submit]:hover {
    background-color: #858585;
}

table.costi-spese-spedizione {width:50%}

table.costi-spese-spedizione tr:first-child td {
    background-color: #2e4052;
    padding: 10px;
    color: #ffffff;
    font-weight: 700;
    min-width: 75px;
}

table.costi-spese-spedizione td {
    padding:5px;
    border: 1px solid #dcdcde;
    text-align: center;
}

.tabella-costi {
    width: 100%;
    overflow-x: auto;
}

hr.spedizione {width:100%}