﻿.how-to-dispose-widget {
    width: 100%;
    margin: 0 0 12px 0;
}

.how-to-dispose-widget select { width: 164px; }

.how-to-dispose-widget .image { width: 100%; margin-top: 24px; }
.how-to-dispose-widget .image > * { display: inline-block; vertical-align: middle; }

.how-to-dispose-widget .image > img.full-width { width: 100%; margin-right: 6%; }

.how-to-dispose-widget .info { padding: 24px 0px 0px 0px; }

.how-to-dispose-widget span.recommended { color: green; padding-left: 2px }

@media only screen and (max-width: 380px) {
    .how-to-dispose-widget select { margin-top: 12px; }
}