#mainmenu {
    background-color: black;
}

#mainmenu li {
    border-color: white;
}

#mainmenu a {
    color: white;
}

#header {
    border-bottom: 0px;
}

#pno-klarna_account label span {
    padding-left: 18px;
}


label[for=id_installation] {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

#id_installation {
    padding: 4px;
    max-width: 500px;
}

#reseller-search {
    border-top: 1px solid #ddd;
    margin-top: 20px;
}

#reseller-search h2 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 4px;;

}

#reseller-results {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px;
}

#reseller-results h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

#installation-extra .half {
    display: inline-block;
}

#installation-extra .half .inner {
    display: inline-block;
}

#installation-extra .half .inner label {
    display: block;
}

#installation-extra input[type=text],
#installation-extra button {
    padding: 4px;
}

#reseller-results {
    display: none;
}

#reseller-results .reseller {
    display: inline-block;
    padding: 10px;
    background: white;
    border: 1px solid #ddd;
    width: 200px;
    margin: 10px;
    text-align: center;
}

#reseller-results .reseller.selected {
    background: #c9ffc9;
    border: 1px solid #4cae4c;
}

#reseller-results .reseller input[type=radio] {
    text-align: center;
}

#reseller-results .reseller h3 {
    font-weight: bold;
    font-size: 12px;
    height: 2em;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0px;
    text-align: center;
}

#reseller-results .reseller address {
    height: 6em;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

@media (max-width: 900px) {
    #reseller-results .reseller {
        display: block;
        width: 100%;
    }
}
