@charset "UTF-8";
.list-item input {
    transform: scale(2.5);
    margin-right: 1.25em;
}

.media .list-item input[type="text"] {
    transform: scale(1);
    margin-left: 0;
}

.media .list-item label span.media {
	width: 5em;
}


.list-item label:not(first-child) {
    margin-top: .5em;
}

@media (max-width: 750px) {
    .list-item label:not(first-child) {
        margin-top: 1.5em;
    }
}