﻿/* global colors */
/* GRID DEFINITION: 

unit:              68px
gutter:            14px
first-column:     +24px ( = 92px)
cells:             12
totalwidth:       (12*68) + (11*14) = 970px + 24px = 994px
       
*/
/* (12*68 + 11*14 + 24) */
/* (2*68 + 14) */
/* (2*68 + 14 + 24) */
/* 8*68 + 7*14 */
/* 680px */
/* 830px */
/* spacing helpers */
/* font-sizes */
/* Icons */
.mid-icons {
  background: url(../images/opendata-icons.png) no-repeat;
  padding-top: 80px; }
  .mid-icons.data {
    background-position: 0 -141px; }
  .mid-icons.register {
    background-position: -284px -141px; }
  .mid-icons.labs {
    background-position: -580px -150px; }
  .mid-icons.data-lt {
    background-position: 0 -353px; }
  .mid-icons.register-lt {
    background-position: -172px -354px; }
  .mid-icons.check-lt {
    background-position: -344px -353px; }
  .mid-icons.account-lt {
    background-position: -516px -350px; }
  .mid-icons.dl-lt {
    background-position: -698px -353px; }

/*# sourceMappingURL=icons.css.map */