﻿@charset "utf-8";

/* SiteStudy Settings - CSS 2.1
==================================== */

.sitestudy-item {
    width: 100%;
    margin-top:  20px;
}

.sitestudy-item-col1 {
    float:left;
    width: 28%;
    padding-right: 10px;
}

.sitestudy-item-col2 {
    float:left;
    width: 70%;
}
.sitestudy-bottom {
    clear: both;
    width: 100%;
}

h2 {
    padding-top:0px;
    margin-top:0px;
}
