/* tables */
table, th, td { border: 1px solid #ddd; padding: 5px 5px 5px 15px;  }
table { width: 80%; /* background: rgba(73, 143, 205, .01); */ }
th { height: 30px; text-align: left; /*text-transform: uppercase; letter-spacing: .6em;*/ background-color: ; color: #333; font-weight: normal; font-size: .75em; }
/* tr:hover { background-color: #f5f5f5; } */
tr:nth-child(even) { background-color: #f2f2f2; } 
td { height: 30px; vertical-align: middle; }

td.blue span, td.blue span a { display: block; height: 100%;  width: 100%; }
td a:hover { text-decoration: none; }
.margin-top-70 { margin-top: 70px; }
.sky { background: rgba(201, 222, 241, .2); color: #f0942e; }
.main { background-color: #ccc; }  