@charset "UTF-8";

.theme {
    margin: 0 0 4% 3%;
    display: inline-block;
    padding: 0;
    width: 45%;
    background: #fefefe !important;
    box-shadow: 2px 2px 10px #888888;
}

.theme-item {
    border-bottom: 1px solid #ccc;
    padding: 9px;
    list-style: none;
}

.form {
    padding: 7px;
}
