/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */

/* HTML element (SMACSS base) rules */
@import "normalize.css";

/* Layout rules */
@import "layouts/responsive.css";

/* Component (SMACSS module) rules */
@import "components/misc.css";
/* Optionally, add your own components here. */
@import "print.css";

/* SMACSS theme rules */
/* @import "theme-A.css"; */
/* @import "theme-B.css"; */

#webform-client-form-19 {
  clear: both;
}

#content {
  margin-top: 50px;
}

.addtocal {
    background: #601c39 none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    color: inherit;
    cursor: pointer;
    float: none;
    margin: 0;
    padding: 5px;
    text-decoration: none;
    width: 157px;
    color: #fff;
}
