@grid-gutter-width:         15px;

body {
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

nav {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
}

h1 {font-family: 'Trebuchet MS', Arial; font-size:200%; font-style: normal; margin-bottom: 10px; font-weight: normal; }
h2 {font-family: 'Trebuchet MS', Arial; font-size:150%; font-style: normal; margin-bottom: 10px; font-weight: normal; line-height: 100%}
h3 {font-family: 'Trebuchet MS', Arial; font-size:130%; font-style: normal; margin-bottom: 5px; font-weight: normal; line-height: 100%}
h4 {font-family: 'Trebuchet MS', Arial; font-size:110%; font-style: normal; margin-bottom: 5px; font-weight: bold; line-height: 100%}
p {font-size:100%}


.muistilista {
      font-family: 'Source Sans Pro', sans-serif;
      font-family: 'Ubuntu', sans-serif;

}


.thumbnail-clip {
    position: absolute;
    clip:rect(0px, 150px, 100px, 0px);
}

.image-box {
    float: left;
    padding: 3px;
    width: 10%;
    height: 108px;
    margin: 1px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
 }

.end-float
{
clear:both;
}