 #nuevoVerbo{  display: none; } #itemcontenido{  padding-bottom:50px; } .btn.listas{  margin: 10px;  display: inline-block; } .btn.listas.on{  background: #7093DB;  color: #E4E3FF; } .abc{  margin-bottom: 20px; } .abc span{  display: inline-block;  width: 30px;  height: 30px;  margin: 5px;  border: 1px solid #ccc;  text-align: center;  color: #ccc; } .abc span.despliega{  border: 1px solid #7093DB;  background: #E4E3FF;  color: #7093DB; } .abc span.despliega.on{  background: #7093DB;  color: #E4E3FF; } #verbos, #juego{  width: 100%; } #divVerbos tr th{  background: #7093DB;  color: #E4E3FF; } #divVerbos tr:nth-child(even) {   background: #fff; } #divVerbos tr:nth-child(odd){   background: #E4E3FF; } #divVerbos tr th,#divVerbos tr td{  padding: 5px; } #divVerbos tr.verbo:hover{  background: #7093DB;  color: #E4E3FF; } #divVerbos .cabecera th{  border-bottom: 1px solid #7093DB !important;  color: #7093DB !important;  background: #fff; } button#pregunta{  margin: 30px 0; } #preguntaV input, #nuevo_verbo_en_ingles input {   border: none;   border-bottom: 1px dashed darkgray;  font-size: initial; }