﻿body {
  padding-top: 50px;
  padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  width: 100%;
}
input[type=file] {
  width: 200px !important;
}
input[type=submit] {
  width: 100px !important;
  float: right;
}
.checkbox {
  padding-left: 0;
}
form .logo {
  cursor: pointer;
}
form .logo.upload {
  display: block;
}
form .logo input {
  margin: 16px 0;
  width: 50px;
  display: inline-block;
}
form .logo img {
  max-width: 117px;
}
form #attachments {
  max-width: 500px;
}
form #attachments li {
  margin: 10px 0;
}
form #attachments li > a {
  display: inline-block;
}
form #attachments .remove-attachment {
  line-height: 10px;
  float: right;
}
.event-title {
  float: left;
  height: 30px;
  display: block;
  margin: 30px 0 20px 0;
}
.export-to-csv {
  float: right;
  display: block;
  padding: 35px 7.5px 0 0;
  font-size: 20px;
}
/*# sourceMappingURL=Site.css.map */