@charset "utf-8";
/* Tweaks to the Foundation CSS */
.alert-box p.last {
	margin-bottom: 0px;
}

.panel p.last {
	margin-bottom: 0px;
}

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5,1.5); /* IE */
  -moz-transform: scale(1.5,1.5); /* FF */
  -webkit-transform: scale(1.5,1.5); /* Safari and Chrome */
  -o-transform: scale(1.5,1.5); /* Opera */
  padding: 10px;
  margin: 6px;
}</style>

