/* Styling for display of Alloya Ratesheets and archive. */


/* Typography to match new site */

body {
    background-color: #fff;
    color: #808080;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    padding: 0;
}

p, ul, li {
    margin: 0 0 10px;
}


a {
    color: #606060;
    text-decoration: underline;
    font-weight: bold;
}

a:hover, a:focus {
    color: #8b4463;
}


#rs_archive p {margin-bottom:0;}


/* Bring in column display stuff */

.column, .columns {
    position: relative;
    padding-left: 1.7em;
    padding-right: 1.7em;
/*    float: left; */
}

.row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
/*    max-width: none; */
}

/* 12 column layout; 4 columns if wide; stack otherwise */
@media only screen and (min-width: 768px) {
.large-3 {
    position: relative;
   /* width: 25%; */
}

.column, .columns {
float:left;
}

}
