.openlanguage .closedlanguage {  }
.tracks {
cursor: pointer;
font-size: 1em;
font-weight: bold;
color: #e4741f;
display: none;
}
.tracks em {
font-size: 0.8em;
font-weight: normal;
color: #bbb;
}
#even,
#odd {
float: left;
width: 50%;
padding-bottom: 10px;  text-transform: capitalize;
box-sizing: border-box;
text-align: center;
background: content-box;
}
#sides { border: 2pt solid orange;
border-radius: 10pt;
margin: 2.5ex 0.1%; }
#sides h3 {
font-family: inherit;
color: #e4741f;
letter-spacing: 0;
font-size: 14px;
} #sides:after {
content: "";
display: table;
clear: both;
} @media screen and (max-width: 600px) {
#sides,
#odd,
#even {
width: 100%;
}
}