/* no longer used, moved to inline style and MoveData/style2.css */
.movedata-icon {
display: block;
border-width: 0 0 0 0.5em;
padding-left: 0.2em;
border-style: solid;
}
.movedata-notes .plainlist .movedata-icon {
display: inline-block;
text-indent: 0;
}
/* Matches breakpoint in MoveData/style.css */
@media (max-width: 680px) {
.movedata .movedata-icon {
border-left-width: 0;
padding-left: 0;
border-right-width: 0.5em;
padding-right: 0.2em;
}
}