.selectable {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-sizing: border-box;
    padding:3px;
}

.selectable:hover {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    cursor: pointer;
}
.selectable:active {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
}
.selectable:after {
    content: "";
    clear: both;
    display: table;
}

.widget {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 1rem;
}

.widget img {
    max-width: 100%;
}

.choices_left {
    display: block;
    width: 37.5%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}


.choices_right {
    display: block;
    width: 37.5%;
    float: left;
    list-style: none;
    padding: 0;

}

.choices_one {
    display: block;
    width: 60%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

.image-container {
    float: left;
    width: 33.3333%;  
    margin: none;
}

#gen .image-container {
    width:  10%;  
    margin: none;
}

#gen-1 .image-container {
    width:  10%;  
    margin: none;
}

#gen-2 .image-container {
    width:  10%;  
    margin: none;
}

.choices_one_full {
    display: block;
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

.selected_two {
    float: left;
    width: 25%;
}

.choices_one_paint {
    display: block;
    width: 43%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

.selected_three {
    float: left;
    width: 50.5%;
}

.choices_selected {
    border: solid;
}

.selected_one {
    float: left;
    width: 40%;
}

.slider_img {
    height: 100%;
    overflow: hidden;
    max-width: none !important;
    z-index: 100;
}

#maxact_selected {
    float: left;
}

#left_maxact img {
    border-radius: 50%;
}

#right1 img {
    border-radius: 50%;
}

.four_img {
    float: left;
    width: calc(50% - 6px);
    padding: 3px;
    margin: none;
}

span.widgetheading {
    width: 100%;
    display: block;
    text-align: center;
    font-family:"Lato","Helvetica Neue",Helvetica,sans-serif; 
    font-weight: 900;
    font-size: 1.2rem;
}

#int_left1 li, #int_right1 li {
    width: 40%;
}

#int_right1 li {
    float:right;
}

#paint_left1 li {
    width: 58%;
    float: center;
    padding-left: 75px;
}

.beer-range {
    height: 100% !important;
}

video {
    display: block;
    margin: 0 auto;
}

img.bigimg {
    max-width: 100%;
}

babylon {
    display: inline-block !important;
    width: 50%;
}

pre > code {
    font-family: 'Monaco', 'Andale Mono', sans-serif;
    font-size: medium;
    line-height: 1.5 !important;
    padding: 25px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

pre a {
    text-decoration: none;
    color: #FFF;
    text-shadow: none;
}

pre a:hover {
    text-shadow: none;
    color: #FFF;
    background: none;
    text-decoration: underline;
}

pre a::before {
    content: none;
}
