/* ESTILOS ESPECÍFICOS PARA LA VERSIÓN 'LIVE' DE BRAIN */
/*** GENERALES ***/
.content {
  padding: 0;
}
.card,
.panel {
  margin: 0;
  border: 0;
  box-shadow: none;
}
body {
  background: unset;
}
/*** PREGUNTAS RELACIONADAS ***/
.related-questions {
  border: 2px solid #eee;
  margin: 10px 10px 0 10px;
}
/*** VERSIÓN DARK 
@bgDark: #2a2a2a;
@dark: #3a3a3a;
@dark2: #1f1f1f;
@txt: #fff;
@txt2: #c6c6c6;
@txt3: #9a9a9a;
@yellow: #e7b228;
@green: #53c03e;


body.dark {
	color: @txt;
	background: @bgDark;
	.card, .panel {background: @dark;}
	hr {border-color: @dark2;}
	.color-gray, .featured-card .subtitle2 {color: @txt2 !important;}
}***/
