#tc_content {
display: flex;
}
#tc_content > * {
width: 50%;
}
#tc_conversion_options label {
font-weight: bold;
}
#tc_conversion_options label + select {
margin-left: 6px;
}
@media (max-width:600px) {
#tc_content {
display: block;
}
}
.cd-image-container {
position: relative;
width: 100%;
background: #dc717d url(images/checker.png) repeat center center;
margin-bottom: 5px;
}
.cd-image-container img {
display: block;
}
.cd-image-label {
display: inline-block;
position: absolute;
z-index: 10;
color: #dc717d;
top: 10px;
font-weight: bold;
font-size: 18px;
padding: 2px 4px;