/* this is a standard css comment, it will be compiled in the .css file */
.example .title { font-size: 14px; color: #3fa751; }

.example .title:hover { color: #555; }

.example .description { margin-top: 0; background: #2e94dc; }

@media (min-width: 768px) { .example .description { background: black; color: white; } }
