table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
tr { border-bottom: 1px solid #ddd; }
tr:nth-child(even) { background-color: #f1f1f1; } /* Zebra stripes */
th, td { padding: 8px 8px; display: table-cell; text-align: left; vertical-align: top; }
th:first-child, td:first-child { padding-left: 16px; }

code, pre{ color: white; background: black; text-shadow:0 1px rgba(0,0,0,.3); 
	font-size:1em; text-align:left; white-space:pre; word-spacing:normal; word-break:normal;
	word-wrap:normal; line-height:1.5; -moz-tab-size:4; -o-tab-size:4; tab-size:4;
	-webkit-hyphens:none; -moz-hyphens:none; -ms-hyphens:none; hyphens:none }
pre{ padding:1em; margin:.5em 0; overflow:auto; border-radius:.3em }
.tag-cloud { line-height: 2.5; padding: 40px; background: white; border-radius: 8px; text-align: center; }
.tag-item { transition: transform 0.2s; display: inline-block; text-decoration: none; margin: 0 10px; }
.tag-item:hover { transform: scale(1.1); color: #2196F3 !important; }
.tag-badge { 
    font-size: 0.6rem; 
    vertical-align: top; 
    background: #e1e1e1; 
    color: #555; 
    padding: 2px 6px; 
    border-radius: 10px; 
    margin-left: 4px; 
}

