.wrapper{
    width: 480px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    color: #343434;
}
.form-group label.required {
    color: #343434;
}
h4 {
    font-weight: bold;
    margin: 20px 0;
}
.product-list label{
    width: 100px;
    height: 110px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.product-list label.active {
    background-position: bottom;
    height: 110px;
}

label[for="thinkin_things"] {
    background: #FFF url('/update_center/images/thinkin_things.png?v4') no-repeat;
    margin-left: 0;
}
label[for="thinkin_science"] {
    background: #FFF url('/update_center/images/thinkin_science.png?v4') no-repeat;
}
label[for='thinkin_things'] {
    margin-right: 22px;
}
.product-list {
    margin-bottom: 20px;
    position: relative;
}
.product-list input {
    visibility: hidden;
    position: absolute;
}

input[type=checkbox] {
    margin-top: 1px;
}
.product-label {
    text-align: left;
    font-weight: bold;
    font-size: 12px;
}
.product-label::before {
    margin: 0 3px 0 0;
    content: '*';
    color: #ff0000;
}
.form-group .col-xs-8 {
    padding-right: 35px;
}
#l_product-error {
    position: absolute;
    width: 226px;
    top: 95%;
}
.footer .copyright {
    width: 295px;
    text-align: center;
}
.checkbox_block {
    margin-top: 15px;
    margin-left: 40px;
}
.footer .copyright {
    width: 300px;
    text-align: left;
    font: 11px Arial, Helvetica, sans-serif;
}
#state{
    display: none!important;
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2/1),
(min-resolution: 2dppx),
(min-resolution: 192dpi) {
    label[for="thinkin_things"] {
        background: #FFF url('/update_center/images/thinkin_things_2x.png?v4') no-repeat;
        background-size: 100px;
    }
    label[for="thinkin_science"] {
        background: #FFF url('/update_center/images/thinkin_science_2x.png?v4') no-repeat;
        background-size: 100px;
    }
    input[type=checkbox] {
        margin-top: 0;
    }
}