@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  margin: 1em auto;
  padding: 0 1em;
  min-width: 260px;
  max-width: 970px;
  color: black;
  background: white;
  font-family: Helvetica, sans-serif;
  font-size: 1.0em;
  line-height: 1.5em;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden; }
  body > header {
    position: relative;
    margin-bottom: 1.2em; }
    body > header #site-id {
      max-width: 960px;
      margin: 0 auto;
      position:relative; }
    body > header nav {
      position: relative;
      margin: 1.33333em auto 0.33333em auto;
      line-height: 1.66667em;
      -webkit-text-size-adjust: 101%; }
      body > header nav ul {
        list-style: none;
        line-height: 65px;
        margin: 0;
        padding-left: 0;
        /*padding-bottom: 1.16667em;*/
        padding-bottom: 0;
        border-bottom: 0;
        width: 100%;
        white-space: nowrap; }
      body > header nav ul.sub-section {
        border: 0;
        margin-top: 8px;
        margin-bottom: 0;
        padding: 6px 0;
        background: #eee;
        font-size: smaller;
        line-height: inherit;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        margin-left: 17% }
      body > header nav ul li {
        display: inline-block;
        margin: 0;
        padding: 0;
        font-weight: bold;
        font-size: 1.2em;
        font-family: Helvetica, sans-serif;
        white-space: nowrap;
        text-transform: capitalize;
        text-align: center;
        vertical-align: middle; }
      body > header nav ul.sub-section li {
        margin: 0 0.67em; }
        body > header nav li.active {
        margin: 0 0.33333em 10px 0.33333em; }
        body > header nav li .active {
          padding: 0 0.5em;
          color: #cc4214; }
        body > header nav li.active span {
          padding: 0 0.5em;
          color: #cc4214;
          display:inline-block;
          height:36px;
          -webkit-border-radius:6px 6px 0 0;
          -moz-border-radius:6px 6px 0 0;
          border-radius:6px 6px 0 0; }
        body > header nav li a {
          padding: 0.41667em 0.5em;
          color: #999999;
          text-decoration: none;
          border-bottom: 4px solid #9FB620; }
          body > header nav li a:link {
            border-bottom: 4px solid #9FB620; }
          body > header nav li a:hover {
            color: #9fb620;
            padding: 0.41667em 0.5em;
            background-color: transparent; }
          body > header nav li:nth-child(odd) a {
            border-bottom: 4px solid #497e39; }
          body > header nav li:nth-child(odd) a:hover {
            color: #497e39; }
        body > header nav ul.subnav {
          border:0;
          margin-top: 12px;
          padding:6px 0;
          background:#eee;
          font-size:smaller;
          -webkit-border-radius:6px;
          -moz-border-radius:6px;
          border-radius:6px; }
          body > header nav ul.subnav li {
            margin: 0 0.33333em 0 0.33333em;
          }
      body > header nav img {
        display: inline-block;
        vertical-align: middle; }
  body > footer {
    clear: both;
    margin-top: 0.5em;
    font-size: 0.9em;
    border-top: 1px solid black; }
    body > footer p {
      margin: 0.41667em 0; }
    body > footer a {
      border-bottom: none !important;
      display: inline-block; }
  body > section {
    position: relative; }

.dark-green {
  color: #497e39;
}

.light-green {
  color: #9fb620;
}

.red {
  color: #cc4214;
}

#yplogo-mob {
	display: none;
	border: 0;
	padding: 0;
	margin-left: 31px;
	vertical-align: middle;
	background: none !important;
}

.signature {
  font-family: cursive;
  font-weight: bold;
  color: #cc4214;
}

.prize-table tr:first-child {
  font-size: 108%;
}

.prize-table tr:first-child, .prize-table td:first-child {
  font-weight: bold;
}

.contact-form {
  width: calc(100% - 348px);
  max-width: 440px;
  border: 1px solid #333333;
  padding: 10px;
  box-sizing: border-box;
}
.contact-table {
  width: 100%;
}
.contact-table, .contact-table tr, .contact-table td {
  border: 0;
}

img {
  display: block;
  border: 0;
}

a {
  color: #333333;
  text-decoration: none;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
  color: inherit;
  background: inherit; }
  p:first-child {
    margin-top: 0;
    margin-bottom: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, sans-serif;
  font-weight: bold; }

h1 {
  font-size: 1.4em;
  margin-top: 1.42857em;
  margin-bottom: 0.5em; }

h2 {
  font-size: 1.2em;
  margin-top: 2em;
  margin-bottom: 0.5em; }

h3 {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  margin-top: 2em;
  margin-bottom: 0.5em; }

h1 + h2, h2 + h3, h1 + p, h2 + p, h3 + p, h1 + ul, h2 + ul, h3 + ul, h1 + ol, h2 + ol, h3 + ol {
  margin-top: 0.5em; }

body.home > section > header {
  margin-bottom: 1em; }
body.home #blog-posts {
  border: none;
  padding: 0 0 1em 0;
  background-image: url('/index-book.png');
  background-size: cover; }
body.home #blog-posts:after {
  content: "";
  display: table;
  clear: both; }
  body.home #blog-posts a {
    border: none;
    color: #88A727; }
  body.home #blog-posts a, body.home #blog-posts a:hover {
    border: none;
    color: #ffffff;
    text-decoration: none;
    background: #497e39;
    padding: 3px 6px 2px 6px; }
  body.home #blog-posts .morecontent span {
    display: none; }
  body.home #blog-posts a.morelink {
    font-size: medium;
    color: #88A727;
    background: none;
    padding: 2px 4px; }
  body.home #blog-posts a.morelink:hover {
    font-size: medium;
    color: #ffffff;
    text-decoration: none;
    background: #9fb620;
    padding: 2px 4px; }
  body.home #blog-posts > header h1 {
    margin-top: 0;
    margin-bottom: 1em;
    color: #555555; }
  body.home #blog-posts section#all-events article, body.home #blog-posts section#all-news article {
    margin: 1.83333em 0; }
  body.home #blog-posts section#all-events article:first-child, body.home #blog-posts section#all-news article:first-child {
    margin: 1.08333em 0 1.83333em 0; }
  body.home #blog-posts section#all-events article:last-child, body.home #blog-posts section#all-news article:last-child {
    margin: 1.83333em 0 1.08333em 0; }
  body.home #blog-posts article {
    margin: 1.08333em 0; }
    body.home #blog-posts article > header h1 {
      font-size: 1.1em;
      font-weight: bold;
      font-family: Helvetica, sans-serif;
      font-style: normal;
      margin: 0;
      color: #cc4214; }
    body.home #blog-posts h2 {
      font-size: 1em;
      font-weight: bold;
      font-family: Helvetica, sans-serif;
      font-style: normal;
      margin: 0;
      color: #497e39; }
    body.home #blog-posts h3 {
      font-size: 1em;
      font-weight: bold;
      font-family: Helvetica, sans-serif;
      font-style: normal;
      margin: 0;
      color: #555555; }
    body.home #blog-posts article p {
      margin: 0; }
    body.home #blog-posts article ul {
      list-style: none;
      margin: 0;
      padding-left: 0; }
      body.home #blog-posts article ul li {
        margin: 0.5em 0;
        padding-left: 1.5em; }
      body.home #blog-posts article ul li:before {
        content: "";
        line-height: 1.2em;
        width: .41667em;
        height: .41667em;
        background-color: #cc4214;
        position: absolute;
        left: 0;
        margin: 0.54em 0.66667em 0 0.41667em;
        border-radius: 50%; }
    body.home #blog-posts article img {
      -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
      box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }
    body.home #blog-posts #contentcycle section {
    top: -0.58333em !important; }
    body.home #blog-posts #contentcyclenav a,
    body.home #blog-posts #inner-contentcyclenav a {
      font-size: larger;
      color: #ffffff;
      text-decoration: none;
      background: #9fb620;
      margin: 1em 15px 0 0;
      padding: 1px 5px;
      -webkit-text-size-adjust: 96%;
      display: inline-block; }
    body.home #blog-posts #contentcyclenav a:last-child,
    body.home #blog-posts #inner-contentcyclenav a:last-child {
      margin-right: 0; }
    body.home #blog-posts article footer {
      color: #666666; }
      body.home #blog-posts article footer p {
        font-size: 0.9em;
        margin: 0; }
body.home #apps {
  color: #333333;
  /* background-color: #CBD785; based on light-green */
  background-color: #D6E2D2; /* based on dark-green */
  text-decoration: none;
  border: 1px solid #cccccc;
  position: relative;
  z-index: 99;
  float: right;
  width: 304px;
  padding: 0.83333em 18px;
  margin: 0.25em 0 2em 0;
  -webkit-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4); }
  body.home #apps a {
    color: #333333;
    border-bottom: 1px solid #333333; }
  body.home #apps a:hover {
    color: white;
    text-decoration: none;
    border-bottom: 0; }
  body.home #apps > header h1 {
    text-align: center;
    margin-top: 0; }
  body.home #apps h1 {
    margin-top: 0; }
  body.home #apps section {
    margin-bottom: 1.66667em; }
  body.home #apps section:first-child h1 {
    margin-top: 0.66667em; }
  body.home #apps section:last-child {
    margin-bottom: 0; }

body.article article {
  position: relative;
  margin: 1em 0 1em 0; }
  body.article article > header {
    margin-bottom: 1.5em; }
    body.article article > header > h1 {
      font-size: 1.4em; }
  body.article article h1 {
    font-size: 1.1em;
    margin-top: 1.81818em;
    margin-bottom: 0.5em; }
  body.article article h2 {
    font-size: 1em;
    margin-top: 2em;
    margin-bottom: 0.5em; }
  body.article article h3 {
    font-size: 1em;
    font-style: italic;
    font-weight: normal;
    margin-top: 2em;
    margin-bottom: 0.5em; }
  body.article article h1 + h2, body.article article h2 + h3, body.article article h1 + p, body.article article h2 + p, body.article article h3 + p, body.article article h1 + ul, body.article article h2 + ul, body.article article h3 + ul, body.article article h1 + ol, body.article article h2 + ol, body.article article h3 + ol {
    margin-top: 0.5em; }
  body.article article aside.prominent-quote {
    width: 260px;
    background-color: white;
    padding: 1em;
    font-size: 1.6em; }
  body.article article footer.aside {
    position: absolute;
    top: 3.5em;
    left: -15em;
    width: 12em; }
    body.article article footer.aside .date {
      font-weight: bold;
      font-size: 1em;
      margin: 0 0;
      color: #cc4214; }
    body.article article footer.aside .author {
      margin: 0 0 2em 0; }
    body.article article footer.aside .update-date {
      margin: 1em 0;
      font-size: 0.9em; }
    body.article article footer.aside .shortlink {
      margin: 1em 0;
      font-size: 0.9em; }
      body.article article footer.aside .shortlink a:link, body.article article footer.aside .shortlink a:hover, body.article article footer.aside .shortlink a:active {
        border-bottom: none; }
    body.article article footer.aside .series {
      margin: 2em 0 1em 0; }
      body.article article footer.aside .series ol {
        margin: 0.5em 0;
        padding: 0;
        font-weight: normal;
        list-style: none; }
        body.article article footer.aside .series ol li {
          margin: 0;
          padding: 0;
          color: #9fb620; }
          body.article article footer.aside .series ol li.active {
            color: #cc4214;
            background-color: white;
            list-style: disc outside; }
          body.article article footer.aside .series ol li p {
            margin: 0.25em 0; }
          body.article article footer.aside .series ol li a:link {
            border-bottom: none; }
          body.article article footer.aside .series ol li a:hover {
            color: white;
            background-color: #9fb620;
            padding: 0.16667em 0; }
  body.article article footer.bottom {
    position: relative;
    margin-top: 4em;
    margin-left: -15em;
    margin-bottom: 3em; }
    body.article article footer.bottom .feedback, body.article article footer.bottom .subscribe {
      margin-right: 15em; }
      body.article article footer.bottom .feedback h1, body.article article footer.bottom .subscribe h1 {
        color: #cc4214; }

body.archive > section {
  position: relative;
  margin: 0em 0 0em 15em; }
  body.archive > section > h1 {
    font-size: 1.6em; }
  body.archive > section > section > header h1 {
    font-size: 1.4em;
    margin-top: 2em;
    margin-bottom: 0.5em;
    color: #cc4214;
    border-bottom: 1px solid black; }
  body.archive > section > section > section {
    margin-top: 1.5em; }
    body.archive > section > section > section h1 {
      font-size: 1.2em;
      margin-bottom: 0.5em; }
    body.archive > section > section > section article {
      position: relative; }
      body.archive > section > section > section article a {
        border-bottom: none; }
      body.archive > section > section > section article p {
        margin: 0.5em 0; }
      body.archive > section > section > section article footer {
        position: absolute;
        top: -0.5em;
        left: -15em;
        width: 14em;
        text-align: right;
        color: #666666; }
  body.archive > section > section > section:first-of-type {
    margin-top: 0.5em; }

ul {
  list-style: disc outside;
  margin: 0 0;
  padding-left: 1.5em; }

ol {
  margin: 0 0;
  padding-left: 1.5em; }

li {
  margin: 0.5em 0; }

blockquote {
  quotes: none;
  font-family: Helvetica, sans-serif;
  font-style: italic;
  font-size: 1em;
  margin: 0.75em 2.5em; }
  blockquote:before, blockquote:after {
    content: '';
    content: none; }
  blockquote.conversation {
    font-style: normal; }
  blockquote em {
    font-style: normal; }

q:before {
  content: '“'; }
q:after {
  content: '”'; }

q q:before {
  content: '‘'; }
q q:after {
  content: '’'; }

a:link {
  color: #999999;
  background: transparent;
  text-decoration: none;
  border-bottom: 1px solid #9fb620; }
a:hover {
  color: white;
  background: #9fb620;
  padding: 0.16667em 0;
  text-decoration: none; }
  a:hover code {
    background: transparent; }
a.img-link {
  border: none !important;
  color: inherit !important;
  background: inherit !important;
  padding: 0 !important; }
a.ycaa-logo, a.ycaa-logo:hover {
  border: none !important;
  color: inherit !important;
  padding: 0 !important;
  display: block;
  width: 308px;
  height: 163px;
  background: transparent url('/index-ycaa-logo.png') !important; }

pre {
  overflow: auto;
  overflow-y: hidden;
  border: 1px solid #cccccc;
  background: #f4f4f4;
  padding: 0.5em;
  margin: 1em 0 1em -0.5em;
  font-family: Inconsolata, monospace;
  font-size: 0.8em; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #cccccc; }
  table th {
    font-weight: bold;
    text-align: left;
    background-color: #f4f4f4; }
  table th, table td {
    padding: 0.33333em; }
    table th.number, table td.number {
      text-align: right; }
    table th.highlight, table td.highlight {
      background-color: #FEF6B2; }
  table tr {
    border-bottom: 1px solid #cccccc; }
    table tr.result td {
      background-color: #FEF6B2; }
  table.valign-middle td, table.valign-middle th {
    vertical-align: middle; }
  table.cell-border td, table.cell-border th {
    border-right: 1px solid #cccccc; }

small, .small {
  font-size: 0.9em; }

sup {
  font-size: 0.75em;
  vertical-align: super; }
  sup a {
    border: none !important; }

.footnotes {
  color: #666666;
  margin-top: 2em;
  font-size: 0.9em;
  letter-spacing: -3px; }
  .footnotes:before {
    content: "――――"; }
  .footnotes ol {
    letter-spacing: normal; }

.very-small {
  font-size: 0.85em; }

.unimportant {
  color: #666666; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid black;
  margin: 1em 0;
  padding: 0; }

.caption {
  font-style: italic;
  font-size: 0.9em;
  margin: 0;
  padding: 0.5em 1em;
  background-color: #f4f4f4; }

.with-caption {
  /*  border: 1px solid $box-border-color;*/
  margin-bottom: 1em; }
  .with-caption img {
    /*    text-align: center;*/ }

.align-right {
  float: right;
  margin-left: 1em; }

.align-left {
  float: left;
  margin-right: 1em; }

.align-center {
  margin-left: auto;
  margin-right: auto; }

.text-center {
  text-align: center; }

body.home #blog-posts.section-events #contentcycle {
	width:calc(100% - 348px) !important;
}
body.home #blog-posts.section-events #future-events,
body.home #blog-posts.section-events #past-events,
body.home #blog-posts.section-events #book-events {
	width:100% !important;
	/*width:100% !important;
	width:calc(100% + 348px) !important;*/
}
body.home #blog-posts.section-news #contentcycle {
	width:calc(100% - 348px) !important;
}
body.home #blog-posts.section-news #latest-news,
body.home #blog-posts.section-news #all-news {
	width:100% !important;
	/*width:100% !important;
	width:calc(100% + 348px) !important;*/
}
body.home #blog-posts.section-links article {
	width:calc(100% - 348px);
}
body.home #blog-posts.section-links p {
	width: 50%;
	margin: 15px 0;
}

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */

#isotope-container article {
	width: 261px;
	float: left;
	border: 2px solid #cc4214;
	padding: 7px 12px;
	margin: 20px !important;
}

#header-table {
	position: relative;
	width: 100%;
	height: 43%;
	border: 0;
	background: rgb(0, 167, 119);
}
#header-table tr {
	border: 0;
}
#header-table td {
	height: 100%;
	padding: 0;
	vertical-align: top;
}

#index-ycaa-logo {
	margin: 0;
	width: 100%;
}
#index-ycaa-logo h1 {
	margin: 0;
}
#index-ycaa-logo img {
	width: 100%;
	max-width: 260px;
	max-height: 137px;
}

#index-ycaa-logo-strapline {
  position: absolute;
  left: 28%;
  top: 63%;
  z-index: 10;
  margin: 0;
  font-family: times, sans-serif;
  font-size: 29px;
  font-weight: normal;
  font-style: italic;
  color: #ffffff;
  text-shadow: 0 0 1px #000000, 0 0 3px #000000, 0 0 7px #000000;
  white-space: nowrap;
}

div#bannercycleI, div#bannerI {
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto;
  z-index: 0;
}

div#bannercycleI div#bannerI {
	display: none;
}

div#bannercycleI > div#bannerI:first-child {
	display: block;
}

div#bannerI table {
	width: 100%;
	height: 100%;
	border: none;
}

div#bannerI tr {
	border: none;
}

div#bannerI td {
	height: 100%;
	text-align: center;
	vertical-align: middle;
	border: none;
	padding: 0;
	position: relative;
}

div#bannerI a, div#bannerI a:hover {
	border: none;
	background: transparent;
	text-decoration: none;
	padding: 0;
	position: relative;
}

.box1I img, .box2I img, .box3I img, .box4I img, .box5I img {
	width: 90%;
	box-sizing: border-box;
	padding: 4px;
	margin: 0;
	background: #ffffff;
	background: #f3f3f3;
	border: 1px solid #d3d3d3;
	-moz-box-shadow: 2px 2px 5px #333;
	-webkit-box-shadow: 2px 2px 5px #333;
	box-shadow: 2px 2px 5px #333;
	position: relative;
}

.box1I {
	-moz-transform: rotate(9deg);
	-webkit-transform: rotate(9deg);
	-o-transform: rotate(9deg);
	-ms-transform: rotate(9deg);
	transform: rotate(9deg);
	display: block;
}

.box2I {
	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
	display: block;
}

.box3I {
	-moz-transform: rotate(7deg);
	-webkit-transform: rotate(7deg);
	-o-transform: rotate(7deg);
	-ms-transform: rotate(7deg);
	transform: rotate(7deg);
	display: block;
}

.box4I {
	-moz-transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
	-o-transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	transform: rotate(1deg);
	display: block;
}

#bannerimgI {
	width: 800px;
	height: 200px;
	margin: 0 0 0 160px;
	overflow: hidden;
	-moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	z-index: 2;
}

#bannerimgI img {
	margin: -25% 0;
}

.gallery, .gallery span {
	font-family: 'helvetica neue',Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
	font-size: 13px;
	line-height: 15px;
}
div.gallery {
	margin: 0 9px 10px 9px;
	text-align: center;
	overflow: hidden;
	float: left;
}

.slides { width: 814px; padding:0; margin:0; }
.slides a, #slidesnav a { background: none !important; padding: 0 !important; }
.slides img { padding: 1px; border: 6px solid #cc4214; background-color: #555555; top:0; left:0; box-shadow: none !important; }
.slides img { -moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px; }
#slidesnav, #slidesnav tr { width: 824px; border: 0; }
#slidesnav a:focus { outline: none; }
#slidesnav img { border: 4px solid transparent; display: inline; box-shadow: none !important; }
#slidesnav .activeSlide img, #slidesnav img:hover { border: 4px solid #cc4214; }
td.gallery { padding-bottom: 2px !important; }
