/* --------------------- Begin Main Page Style ----------------- */
.im-answer-title {
padding: 10px 5px;
border: none;
}
.im-answer-title span:nth-child(2) {
float: right;
}
.im-answer-content {
display: flex;
background: #fcfcfc;
box-shadow: 0 0 0.3rem rgba(0,0,0,0.08);
border-radius: 0.1rem;
border: 1px solid rgba(0,0,0,0.08);
padding: 0.5rem;
}
.im-answer-content div:nth-child(1) {
flex-grow: 1;
}
.im-answer-content div:nth-child(2) {
flex-grow: 3;
}
/* --------------------- End Main Page Style ----------------- */
@media screen and (max-width: 719px) {
.im-answer-content span:nth-child(2) {
float: right;
font-size: calc(1em - .25vw);
}
}