/* Neue Farbe wird werden: #009ee0
	
	Alte Haupt-Farbe: '00b0cb Neu: '009ee0 
	Alte Haupt-farbe2: '36a9ba Neu: '009ee0 
	Alte Haupt-Farbe3: '008da2 Neu: '009ee0 
	Alte Haupt-Farbe4: '007b8e Neu: '009ee0 
	Alte Haupt-Farbe5: '00869a Neu: '009ee0 
	Alter heller Ton: 'e4f3f6 Neu: 'e0ecfe
	Alter heller Ton2: 'eff5f5 Neu: 'e0ecfe
	Alter heller Ton3: '9fe3ee Neu: 'e0ecfe
	Alter heller Ton4: 'eff8fa Neu: 'e0ecfe
	Alter mittelheller Ton: 'a3ecf7 Neu: 'b5dbff
	Alter mittelheller Ton2: 'baeef6 Neu: 'b5dbff
	Alter mittelheller Ton3: '99f1ff Neu: 'b5dbff
	Alter mittelheller Ton4: 'c8e9ea Neu: 'b5dbff
	Alter mittelheller Ton5: '71dcec Neu: 'b5dbff
	Alter mittelheller Ton6: '9dcfd7 Neu: 'b5dbff
	Alter dunkler Ton: '007d90 Neu: '00597f
	Alter dunkler Ton2: '007c8f Neu: '00597f
	Alter dunkler Ton3: '006575 Neu: '00597f
	Alter dunkler Ton4: '006879 Neu: '00597f
*/

@charset "UTF-8";

@font-face {
	font-family: "Century Gothic";
	src: local("Century Gothic"),
				url("../fonts/century_gothic.woff");
				color: #c6dce6;
}

@font-face {
  font-family: "simbill";
  src: url("../fonts/simbill.woff?20190301");
  font-weight: normal;
  font-style: normal; }
  
@font-face {
  font-family: "SourceSansPro-Black";
  src: url("../fonts/SourceSansPro-Black.woff?20190301");
  font-weight: normal;
  font-style: normal; }
  
@font-face {
  font-family: "SourceSansPro-Light";
  src: url("../fonts/SourceSansPro-Light.woff?20190301");
  font-weight: normal;
  font-style: normal; }
  
@font-face {
  font-family: "SourceSansPro-Regular";
  src: url("../fonts/SourceSansPro-Regular.woff?20190301");
  font-weight: normal;
  font-style: normal; }



/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "simbill";
    src: url("../font/simbill.svg?47205925#simbill") format("svg");
  }
}
*/


[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "simbill";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  margin-right: 8px;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  font-size: 150%;
  /* Uncomment for 3D effect */
  /*text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }
  
[data-icon]:before {
  font-family: "simbill";
  font-size: 110%;
  font-weight: normal;
  content: attr(data-icon);
  margin-right: 8px;
  text-transform: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased; }
  
.middle-icon[data-icon]:before {
  font-family: "simbill";
  font-size: 110%;
  font-weight: normal;
  content: attr(data-icon);
  margin-right: 8px;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased; }
  
.bottom-icon[data-icon]:before {
  font-family: "simbill";
  font-size: 110%;
  font-weight: normal;
  content: attr(data-icon);
  margin-right: 8px;
  text-transform: none;
  vertical-align: bottom;
  -webkit-font-smoothing: antialiased; }
  
.smallbutton-icon[data-icon]:before {
  font-family: "simbill";
  font-size: 110%;
  font-weight: normal;
  content: attr(data-icon);
  margin-right: 5px;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased; }

body {
  -webkit-backface-visibility: hidden; }

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }


.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes flash {
  0%,50%,100% {
    opacity: 1; }

  25%,75% {
    opacity: 0; } }

@-moz-keyframes flash {
  0%,50%,100% {
    opacity: 1; }

  25%,75% {
    opacity: 0; } }

@-o-keyframes flash {
  0%,50%,100% {
    opacity: 1; }

  25%,75% {
    opacity: 0; } }

@keyframes flash {
  0%,50%,100% {
    opacity: 1; }

  25%,75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes shake {
  0%,100% {
    -webkit-transform: translateX(0); }

  10%,30%,50%,70%,90% {
    -webkit-transform: translateX(-10px); }

  20%,40%,60%,80% {
    -webkit-transform: translateX(10px); } }

@-moz-keyframes shake {
  0%,100% {
    -moz-transform: translateX(0); }

  10%,30%,50%,70%,90% {
    -moz-transform: translateX(-10px); }

  20%,40%,60%,80% {
    -moz-transform: translateX(10px); } }

@-o-keyframes shake {
  0%,100% {
    -o-transform: translateX(0); }

  10%,30%,50%,70%,90% {
    -o-transform: translateX(-10px); }

  20%,40%,60%,80% {
    -o-transform: translateX(10px); } }

@keyframes shake {
  0%,100% {
    transform: translateX(0); }

  10%,30%,50%,70%,90% {
    transform: translateX(-10px); }

  20%,40%,60%,80% {
    transform: translateX(10px); } }

.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes bounce {
  0%,20%,50%,80%,100% {
    -webkit-transform: translateY(0); }

  40% {
    -webkit-transform: translateY(-30px); }

  60% {
    -webkit-transform: translateY(-15px); } }

@-moz-keyframes bounce {
  0%,20%,50%,80%,100% {
    -moz-transform: translateY(0); }

  40% {
    -moz-transform: translateY(-30px); }

  60% {
    -moz-transform: translateY(-15px); } }

@-o-keyframes bounce {
  0%,20%,50%,80%,100% {
    -o-transform: translateY(0); }

  40% {
    -o-transform: translateY(-30px); }

  60% {
    -o-transform: translateY(-15px); } }

@keyframes bounce {
  0%,20%,50%,80%,100% {
    transform: translateY(0); }

  40% {
    transform: translateY(-30px); }

  60% {
    transform: translateY(-15px); } }

.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }

  10%,20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }

  30%,50%,70%,90% {
    -webkit-transform: scale(1.1) rotate(3deg); }

  40%,60%,80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }

  100% {
    -webkit-transform: scale(1) rotate(0); } }

@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1); }

  10%,20% {
    -moz-transform: scale(0.9) rotate(-3deg); }

  30%,50%,70%,90% {
    -moz-transform: scale(1.1) rotate(3deg); }

  40%,60%,80% {
    -moz-transform: scale(1.1) rotate(-3deg); }

  100% {
    -moz-transform: scale(1) rotate(0); } }

@-o-keyframes tada {
  0% {
    -o-transform: scale(1); }

  10%,20% {
    -o-transform: scale(0.9) rotate(-3deg); }

  30%,50%,70%,90% {
    -o-transform: scale(1.1) rotate(3deg); }

  40%,60%,80% {
    -o-transform: scale(1.1) rotate(-3deg); }

  100% {
    -o-transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    transform: scale(1); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  10%,20% {
    transform: scale(0.9) rotate(-3deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  30%,50%,70%,90% {
    transform: scale(1.1) rotate(3deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  40%,60%,80% {
    transform: scale(1.1) rotate(-3deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    transform: scale(1) rotate(0); } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes swing {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  20%,40%,60%,80%,100% {
    -webkit-transform-origin: top center; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  20% {
    -webkit-transform: rotate(15deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  40% {
    -webkit-transform: rotate(-10deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  60% {
    -webkit-transform: rotate(5deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    -webkit-transform: rotate(-5deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -webkit-transform: rotate(0deg); } }

@-moz-keyframes swing {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  20% {
    -moz-transform: rotate(15deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  40% {
    -moz-transform: rotate(-10deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  60% {
    -moz-transform: rotate(5deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    -moz-transform: rotate(-5deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -moz-transform: rotate(0deg); } }

@-o-keyframes swing {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  20% {
    -o-transform: rotate(15deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  40% {
    -o-transform: rotate(-10deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  60% {
    -o-transform: rotate(5deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    -o-transform: rotate(-5deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -o-transform: rotate(0deg); } }

@keyframes swing {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  20% {
    transform: rotate(15deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  40% {
    transform: rotate(-10deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  60% {
    transform: rotate(5deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    transform: rotate(-5deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    transform: rotate(0deg); } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes wobble {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -webkit-transform: translateX(0%); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -webkit-transform: translateX(0%); } }

@-moz-keyframes wobble {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -moz-transform: translateX(0%); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  30% {
    -moz-transform: translateX(20%) rotate(3deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  60% {
    -moz-transform: translateX(10%) rotate(2deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -moz-transform: translateX(0%); } }

@-o-keyframes wobble {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -o-transform: translateX(0%); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  15% {
    -o-transform: translateX(-25%) rotate(-5deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  30% {
    -o-transform: translateX(20%) rotate(3deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  45% {
    -o-transform: translateX(-15%) rotate(-3deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  60% {
    -o-transform: translateX(10%) rotate(2deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  75% {
    -o-transform: translateX(-5%) rotate(-1deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -o-transform: translateX(0%); } }

@keyframes wobble {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    transform: translateX(0%); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  15% {
    transform: translateX(-25%) rotate(-5deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  30% {
    transform: translateX(20%) rotate(3deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  45% {
    transform: translateX(-15%) rotate(-3deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  60% {
    transform: translateX(10%) rotate(2deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  75% {
    transform: translateX(-5%) rotate(-1deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    transform: translateX(0%); } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes pulse {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -webkit-transform: scale(1); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  50% {
    -webkit-transform: scale(1.1); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes pulse {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -moz-transform: scale(1); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  50% {
    -moz-transform: scale(1.1); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -moz-transform: scale(1); } }

@-o-keyframes pulse {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -o-transform: scale(1); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  50% {
    -o-transform: scale(1.1); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -o-transform: scale(1); } }

@keyframes pulse {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    transform: scale(1); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  50% {
    transform: scale(1.1); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    transform: scale(1); } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes flip {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in; } }

@-moz-keyframes flip {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in; } }

@-o-keyframes flip {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in; } }

@keyframes flip {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in; } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-moz-keyframes flipInX {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  70% {
    -moz-transform: perspective(400px) rotateX(10deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-o-keyframes flipInX {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  40% {
    -o-transform: perspective(400px) rotateX(-10deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  70% {
    -o-transform: perspective(400px) rotateX(10deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  40% {
    transform: perspective(400px) rotateX(-10deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  70% {
    transform: perspective(400px) rotateX(10deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@-webkit-keyframes flipOutX {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutX {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-o-keyframes flipOutX {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes flipInY {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-moz-keyframes flipInY {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  70% {
    -moz-transform: perspective(400px) rotateY(10deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-o-keyframes flipInY {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  40% {
    -o-transform: perspective(400px) rotateY(-10deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  70% {
    -o-transform: perspective(400px) rotateY(10deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  40% {
    transform: perspective(400px) rotateY(-10deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  70% {
    transform: perspective(400px) rotateY(10deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@-webkit-keyframes flipOutY {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutY {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@-o-keyframes flipOutY {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@-webkit-keyframes fadeIn {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1; } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUp {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInUp {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUp {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    transform: translateY(20px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    transform: translateY(0); } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDown {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInDown {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -o-transform: translateY(-20px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInDown {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    transform: translateY(-20px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    transform: translateY(0); } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInLeft {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInLeft {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInLeft {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    transform: translateX(-20px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    transform: translateX(0); } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInRight {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInRight {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInRight {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    transform: translateX(20px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    transform: translateX(0); } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUpBig {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUpBig {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInUpBig {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUpBig {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    transform: translateY(2000px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    transform: translateY(0); } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeInDownBig {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDownBig {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInDownBig {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInDownBig {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    transform: translateY(-2000px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    transform: translateY(0); } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeftBig {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInLeftBig {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInLeftBig {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInLeftBig {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    transform: translateX(-2000px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    transform: translateX(0); } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRightBig {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInRightBig {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInRightBig {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInRightBig {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    transform: translateX(2000px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    transform: translateX(0); } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeOut {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0; } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutUp {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }

@-moz-keyframes fadeOutUp {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px); } }

@-o-keyframes fadeOutUp {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    -o-transform: translateY(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -o-transform: translateY(-20px); } }

@keyframes fadeOutUp {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    transform: translateY(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    transform: translateY(-20px); } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutDown {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }

@-moz-keyframes fadeOutDown {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -moz-transform: translateY(20px); } }

@-o-keyframes fadeOutDown {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    -o-transform: translateY(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -o-transform: translateY(20px); } }

@keyframes fadeOutDown {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    transform: translateY(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    transform: translateY(20px); } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutLeft {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }

@-moz-keyframes fadeOutLeft {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px); } }

@-o-keyframes fadeOutLeft {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    -o-transform: translateX(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -o-transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    transform: translateX(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    transform: translateX(-20px); } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutRight {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px); } }

@-moz-keyframes fadeOutRight {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -moz-transform: translateX(20px); } }

@-o-keyframes fadeOutRight {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    -o-transform: translateX(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -o-transform: translateX(20px); } }

@keyframes fadeOutRight {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    transform: translateX(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    transform: translateX(20px); } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutUpBig {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@-moz-keyframes fadeOutUpBig {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }

@-o-keyframes fadeOutUpBig {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    -o-transform: translateY(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    transform: translateY(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes fadeOutDownBig {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@-moz-keyframes fadeOutDownBig {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }

@-o-keyframes fadeOutDownBig {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    -o-transform: translateY(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    transform: translateY(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    transform: translateY(2000px); } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeftBig {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@-moz-keyframes fadeOutLeftBig {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }

@-o-keyframes fadeOutLeftBig {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    -o-transform: translateX(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    transform: translateX(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRightBig {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@-moz-keyframes fadeOutRightBig {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }

@-o-keyframes fadeOutRightBig {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    -o-transform: translateX(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    transform: translateX(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes bounceIn {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  70% {
    -webkit-transform: scale(0.9); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes bounceIn {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  50% {
    opacity: 1;
    -moz-transform: scale(1.05); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  70% {
    -moz-transform: scale(0.9); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -moz-transform: scale(1); } }

@-o-keyframes bounceIn {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  50% {
    opacity: 1;
    -o-transform: scale(1.05); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  70% {
    -o-transform: scale(0.9); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -o-transform: scale(1); } }

@keyframes bounceIn {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    transform: scale(0.3); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  50% {
    opacity: 1;
    transform: scale(1.05); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  70% {
    transform: scale(0.9); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    transform: scale(1); } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInUp {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    -webkit-transform: translateY(10px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes bounceInUp {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    -moz-transform: translateY(10px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes bounceInUp {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  60% {
    opacity: 1;
    -o-transform: translateY(-30px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    -o-transform: translateY(10px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -o-transform: translateY(0); } }

@keyframes bounceInUp {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    transform: translateY(2000px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  60% {
    opacity: 1;
    transform: translateY(-30px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    transform: translateY(10px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    transform: translateY(0); } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceInDown {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    -webkit-transform: translateY(-10px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes bounceInDown {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    -moz-transform: translateY(-10px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes bounceInDown {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  60% {
    opacity: 1;
    -o-transform: translateY(30px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    -o-transform: translateY(-10px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -o-transform: translateY(0); } }

@keyframes bounceInDown {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    transform: translateY(-2000px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  60% {
    opacity: 1;
    transform: translateY(30px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    transform: translateY(-10px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    transform: translateY(0); } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    -webkit-transform: translateX(-10px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes bounceInLeft {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  60% {
    opacity: 1;
    -moz-transform: translateX(30px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    -moz-transform: translateX(-10px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -moz-transform: translateX(0); } }

@-o-keyframes bounceInLeft {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  60% {
    opacity: 1;
    -o-transform: translateX(30px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    -o-transform: translateX(-10px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -o-transform: translateX(0); } }

@keyframes bounceInLeft {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    transform: translateX(-2000px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  60% {
    opacity: 1;
    transform: translateX(30px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    transform: translateX(-10px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    transform: translateX(0); } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    -webkit-transform: translateX(10px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes bounceInRight {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    -moz-transform: translateX(10px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -moz-transform: translateX(0); } }

@-o-keyframes bounceInRight {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  60% {
    opacity: 1;
    -o-transform: translateX(-30px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    -o-transform: translateX(10px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -o-transform: translateX(0); } }

@keyframes bounceInRight {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    transform: translateX(2000px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  60% {
    opacity: 1;
    transform: translateX(-30px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    transform: translateX(10px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    transform: translateX(0); } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceOut {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -webkit-transform: scale(1); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  25% {
    -webkit-transform: scale(0.95); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }

@-moz-keyframes bounceOut {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -moz-transform: scale(1); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  25% {
    -moz-transform: scale(0.95); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  50% {
    opacity: 1;
    -moz-transform: scale(1.1); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -moz-transform: scale(0.3); } }

@-o-keyframes bounceOut {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -o-transform: scale(1); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  25% {
    -o-transform: scale(0.95); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  50% {
    opacity: 1;
    -o-transform: scale(1.1); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -o-transform: scale(0.3); } }

@keyframes bounceOut {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    transform: scale(1); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  25% {
    transform: scale(0.95); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  50% {
    opacity: 1;
    transform: scale(1.1); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    transform: scale(0.3); } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutUp {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -webkit-transform: translateY(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@-moz-keyframes bounceOutUp {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -moz-transform: translateY(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  20% {
    opacity: 1;
    -moz-transform: translateY(20px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }

@-o-keyframes bounceOutUp {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -o-transform: translateY(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  20% {
    opacity: 1;
    -o-transform: translateY(20px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    transform: translateY(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  20% {
    opacity: 1;
    transform: translateY(20px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes bounceOutDown {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -webkit-transform: translateY(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@-moz-keyframes bounceOutDown {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -moz-transform: translateY(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }

@-o-keyframes bounceOutDown {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -o-transform: translateY(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  20% {
    opacity: 1;
    -o-transform: translateY(-20px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }

@keyframes bounceOutDown {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    transform: translateY(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  20% {
    opacity: 1;
    transform: translateY(-20px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    transform: translateY(2000px); } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -webkit-transform: translateX(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@-moz-keyframes bounceOutLeft {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -moz-transform: translateX(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  20% {
    opacity: 1;
    -moz-transform: translateX(20px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }

@-o-keyframes bounceOutLeft {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -o-transform: translateX(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  20% {
    opacity: 1;
    -o-transform: translateX(20px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    transform: translateX(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  20% {
    opacity: 1;
    transform: translateX(20px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -webkit-transform: translateX(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@-moz-keyframes bounceOutRight {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -moz-transform: translateX(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }

@-o-keyframes bounceOutRight {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -o-transform: translateX(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  20% {
    opacity: 1;
    -o-transform: translateX(-20px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }

@keyframes bounceOutRight {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    transform: translateX(0); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  20% {
    opacity: 1;
    transform: translateX(-20px); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes rotateIn {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateIn {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateIn {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInUpLeft {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInUpLeft {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInUpLeft {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInDownLeft {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInDownLeft {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInDownLeft {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInUpRight {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInUpRight {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInUpRight {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateInDownRight {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInDownRight {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInDownRight {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateOut {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }

@-moz-keyframes rotateOut {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0; } }

@-o-keyframes rotateOut {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutUpLeft {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutUpLeft {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpLeft {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutDownLeft {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutDownLeft {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownLeft {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutUpRight {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutUpRight {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpRight {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes rotateOutDownRight {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutDownRight {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownRight {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes hinge {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  20%,60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0; } }

@-moz-keyframes hinge {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  20%,60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -moz-transform: translateY(700px);
    opacity: 0; } }

@-o-keyframes hinge {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  20%,60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -o-transform: translateY(700px);
    opacity: 0; } }

@keyframes hinge {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  20%,60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    transform: translateY(700px);
    opacity: 0; } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }

@-moz-keyframes rollIn {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); } }

@-o-keyframes rollIn {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }

@-moz-keyframes rollOut {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg); } }

@-o-keyframes rollOut {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes lightSpeedIn {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-moz-keyframes lightSpeedIn {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-o-keyframes lightSpeedIn {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.animated.lightSpeedIn {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s; }

@-webkit-keyframes lightSpeedOut {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-moz-keyframes lightSpeedOut {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-o-keyframes lightSpeedOut {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.animated.lightSpeedOut {
  -webkit-animation-duration: .25s;
  -moz-animation-duration: .25s;
  -o-animation-duration: .25s;
  animation-duration: .25s; }

@-webkit-keyframes wiggle {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -webkit-transform: skewX(9deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  10% {
    -webkit-transform: skewX(-8deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  20% {
    -webkit-transform: skewX(7deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  30% {
    -webkit-transform: skewX(-6deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  40% {
    -webkit-transform: skewX(5deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  50% {
    -webkit-transform: skewX(-4deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  60% {
    -webkit-transform: skewX(3deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  70% {
    -webkit-transform: skewX(-2deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    -webkit-transform: skewX(1deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  90% {
    -webkit-transform: skewX(0deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -webkit-transform: skewX(0deg); } }

@-moz-keyframes wiggle {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -moz-transform: skewX(9deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  10% {
    -moz-transform: skewX(-8deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  20% {
    -moz-transform: skewX(7deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  30% {
    -moz-transform: skewX(-6deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  40% {
    -moz-transform: skewX(5deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  50% {
    -moz-transform: skewX(-4deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  60% {
    -moz-transform: skewX(3deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  70% {
    -moz-transform: skewX(-2deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    -moz-transform: skewX(1deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  90% {
    -moz-transform: skewX(0deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -moz-transform: skewX(0deg); } }

@-o-keyframes wiggle {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    -o-transform: skewX(9deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  10% {
    -o-transform: skewX(-8deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  20% {
    -o-transform: skewX(7deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  30% {
    -o-transform: skewX(-6deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  40% {
    -o-transform: skewX(5deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  50% {
    -o-transform: skewX(-4deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  60% {
    -o-transform: skewX(3deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  70% {
    -o-transform: skewX(-2deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    -o-transform: skewX(1deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  90% {
    -o-transform: skewX(0deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    -o-transform: skewX(0deg); } }

@keyframes wiggle {
  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  0% {
    transform: skewX(9deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  10% {
    transform: skewX(-8deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  20% {
    transform: skewX(7deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  30% {
    transform: skewX(-6deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  40% {
    transform: skewX(5deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  50% {
    transform: skewX(-4deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  60% {
    transform: skewX(3deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  70% {
    transform: skewX(-2deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  80% {
    transform: skewX(1deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  90% {
    transform: skewX(0deg); }

  /* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
  100% {
    transform: skewX(0deg); } }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/animate.css */
.animated.wiggle {
  -webkit-animation-duration: .75s;
  -moz-animation-duration: .75s;
  -o-animation-duration: .75s;
  animation-duration: .75s; }

/* jQuery UI - v1.10.1 - 2013-02-15
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */
/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-helper-hidden {
  display: none; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-helper-clearfix:after {
  clear: both; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-helper-clearfix {
  min-height: 0; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-front {
  z-index: 100; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-state-disabled {
  cursor: default !important; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-accordion .ui-accordion-noicons {
  padding-left: .7em; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-button-icon-only {
  width: 2.2em; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
button.ui-button-icon-only {
  width: 2.4em; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-button-icons-only {
  width: 3.4em; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
button.ui-button-icons-only {
  width: 3.7em; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
input.ui-button {
  padding: .4em 1em; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-buttonset {
  margin-right: 7px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker .ui-datepicker-next {
  right: 2px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 49%; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker td {
  border: 0;
  padding: 1px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker-rtl {
  direction: rtl; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  font-weight: normal; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-menu .ui-state-disabled a {
  cursor: default; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-menu-icons {
  position: relative; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-menu .ui-menu-icon {
  position: static;
  float: right; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-progressbar .ui-progressbar-overlay {
  background: url("images/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-resizable {
  position: relative; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-slider {
  position: relative;
  text-align: left; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-slider-horizontal {
  height: .8em; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-slider-vertical {
  width: .8em;
  height: 100px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-spinner-up {
  top: 0; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-spinner-down {
  bottom: 0; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-tabs {
  position: relative;
  padding: .2em; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom: 0;
  padding: 0;
  white-space: nowrap; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
body .ui-tooltip {
  border-width: 2px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-widget {
  font-family: "Century Gothic";
  font-size: 1.1em; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-widget .ui-widget {
  font-size: 1em; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: "Century Gothic";
  font-size: 1em; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-widget-content {
  border: 1px solid #aaa;
  background: white url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-widget-content a {
  color: #222; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-widget-header {
  border: 1px solid #aaa;
  background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222;
  font-weight: bold; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-widget-header a {
  color: #222; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555;
  text-decoration: none; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #999;
  background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
  color: #212121;
  text-decoration: none; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: white url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon {
  width: 16px;
  height: 16px;
  background-position: 16px 16px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon, .ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png); }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png); }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_888888_256x240.png); }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png); }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png); }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png); }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cd0a0a_256x240.png); }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-carat-1-n {
  background-position: 0 0; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-carat-1-ne {
  background-position: -16px 0; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-carat-1-e {
  background-position: -32px 0; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-carat-1-se {
  background-position: -48px 0; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-carat-1-s {
  background-position: -64px 0; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-carat-1-sw {
  background-position: -80px 0; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-carat-1-w {
  background-position: -96px 0; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-carat-1-nw {
  background-position: -112px 0; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrow-4 {
  background-position: 0 -80px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-extlink {
  background-position: -32px -80px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-newwin {
  background-position: -48px -80px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-refresh {
  background-position: -64px -80px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-shuffle {
  background-position: -80px -80px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-folder-open {
  background-position: -16px -96px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-document {
  background-position: -32px -96px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-document-b {
  background-position: -48px -96px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-note {
  background-position: -64px -96px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-mail-closed {
  background-position: -80px -96px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-mail-open {
  background-position: -96px -96px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-suitcase {
  background-position: -112px -96px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-comment {
  background-position: -128px -96px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-person {
  background-position: -144px -96px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-print {
  background-position: -160px -96px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-trash {
  background-position: -176px -96px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-locked {
  background-position: -192px -96px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-unlocked {
  background-position: -208px -96px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-bookmark {
  background-position: -224px -96px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-tag {
  background-position: -240px -96px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-home {
  background-position: 0 -112px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-flag {
  background-position: -16px -112px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-calendar {
  background-position: -32px -112px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-cart {
  background-position: -48px -112px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-pencil {
  background-position: -64px -112px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-clock {
  background-position: -80px -112px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-disk {
  background-position: -96px -112px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-calculator {
  background-position: -112px -112px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-zoomin {
  background-position: -128px -112px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-zoomout {
  background-position: -144px -112px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-search {
  background-position: -160px -112px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-wrench {
  background-position: -176px -112px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-gear {
  background-position: -192px -112px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-heart {
  background-position: -208px -112px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-star {
  background-position: -224px -112px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-link {
  background-position: -240px -112px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-cancel {
  background-position: 0 -128px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-plus {
  background-position: -16px -128px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-plusthick {
  background-position: -32px -128px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-minus {
  background-position: -48px -128px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-minusthick {
  background-position: -64px -128px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-close {
  background-position: -80px -128px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-closethick {
  background-position: -96px -128px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-key {
  background-position: -112px -128px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-lightbulb {
  background-position: -128px -128px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-scissors {
  background-position: -144px -128px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-clipboard {
  background-position: -160px -128px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-copy {
  background-position: -176px -128px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-contact {
  background-position: -192px -128px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-image {
  background-position: -208px -128px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-video {
  background-position: -224px -128px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-script {
  background-position: -240px -128px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-alert {
  background-position: 0 -144px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-info {
  background-position: -16px -144px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-notice {
  background-position: -32px -144px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-help {
  background-position: -48px -144px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-check {
  background-position: -64px -144px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-bullet {
  background-position: -80px -144px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-radio-on {
  background-position: -96px -144px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-radio-off {
  background-position: -112px -144px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-pin-w {
  background-position: -128px -144px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-pin-s {
  background-position: -144px -144px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-play {
  background-position: 0 -160px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-pause {
  background-position: -16px -160px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-seek-next {
  background-position: -32px -160px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-seek-prev {
  background-position: -48px -160px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-seek-end {
  background-position: -64px -160px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-seek-start {
  background-position: -80px -160px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-seek-first {
  background-position: -80px -160px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-stop {
  background-position: -96px -160px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-eject {
  background-position: -112px -160px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-volume-off {
  background-position: -128px -160px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-volume-on {
  background-position: -144px -160px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-power {
  background-position: 0 -176px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-signal-diag {
  background-position: -16px -176px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-signal {
  background-position: -32px -176px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-battery-0 {
  background-position: -48px -176px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-battery-1 {
  background-position: -64px -176px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-battery-2 {
  background-position: -80px -176px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-battery-3 {
  background-position: -96px -176px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-circle-plus {
  background-position: 0 -192px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-circle-minus {
  background-position: -16px -192px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-circle-close {
  background-position: -32px -192px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-circle-check {
  background-position: -208px -192px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 4px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 4px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 4px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 4px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-widget-overlay {
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30); }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/jquery.ui.css */
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px; }

/**
 * Farbtastic Color Picker 1.2
 * © 2008 Steven Wittens
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
/* line 20, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/farbtastic.css */
.farbtastic {
  background: #fff;
  border-radius: 100px;
  display: none;
  position: absolute;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  z-index: 3; }

/* line 31, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/farbtastic.css */
.farbtastic * {
  position: absolute;
  cursor: crosshair; }

/* line 35, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/farbtastic.css */
.farbtastic, .farbtastic .wheel {
  width: 195px;
  height: 195px; }

/* line 39, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/farbtastic.css */
.farbtastic .color, .farbtastic .overlay {
  top: 47px;
  left: 47px;
  width: 101px;
  height: 101px; }

/* line 45, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/farbtastic.css */
.farbtastic .wheel {
  background: url(../images/wheel.png) no-repeat;
  width: 195px;
  height: 195px; }

/* line 50, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/farbtastic.css */
.farbtastic .overlay {
  background: url(../images/mask.png) no-repeat; }

/* line 53, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/farbtastic.css */
.farbtastic .marker {
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;
  overflow: hidden;
  background: url(../images/marker.png) no-repeat; }

#buttonsinwell {
	display: block;
	position: absolute;
	top: 30px;
	right: 23px;
}

@media screen and (max-width: 45em) {
	#buttonsinwell {
	display: block;
	position: absolute;
	top: 12px;
	right: 1%;
}
}

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
button {
  margin: 0; }

/* line 11, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
.button {
  background-color: #f3f3f3;
  background-size: 1px 60px;
  border: 1px solid silver;
  color: #646464;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  line-height: 14px;
  padding: 8px 14px;
  text-decoration: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #cccccc);
  background-image: -moz-linear-gradient(top, #f5f5f5, #cccccc);
  background-image: -o-linear-gradient(top, #f5f5f5, #cccccc);
  background-image: linear-gradient(top, #f5f5f5, #cccccc);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: inset 0 1px 0 white, 0 1px 2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: inset 0 1px 0 white, 0 1px 2px rgba(0, 0, 0, 0.45);
  box-shadow: inset 0 1px 0 white, 0 1px 2px rgba(0, 0, 0, 0.45);
  font-size: 12px;
  text-shadow: 0 1px 0 white;
  -webkit-transition: color 0.2s ease-out, background 0.2s ease-out, box-shadow 0.05s ease-out;
  -moz-transition: color 0.2s ease-out, background 0.2s ease-out, box-shadow 0.05s ease-out;
  -o-transition: color 0.2s ease-out, background 0.2s ease-out, box-shadow 0.05s ease-out;
  transition: color 0.2s ease-out, background 0.2s ease-out, box-shadow 0.05s ease-out; }
  /* line 30, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
  .button:hover, .button.hover {
    background-position: 100%;
    color: #009ee0 ; }

/* line 34, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
.button[data-icon]:before {
  font-size: 140%;
  font-weight: normal;
  line-height: 50%; }

/* line 41, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
.button.button-primary {
  background-color: #009ee0 ;
  border: 1px solid #009ee0 ;
  color: white;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ee0 ), color-stop(100%, #00597f));
  background-image: -webkit-linear-gradient(top, #009ee0 , #00597f);
  background-image: -moz-linear-gradient(top, #009ee0 , #00597f);
  background-image: -o-linear-gradient(top, #009ee0 , #00597f);
  background-image: linear-gradient(top, #009ee0 , #00597f);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.35);
  text-shadow: 0px 1px 0px #26497e; }
  /* line 49, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
  .button.button-primary:hover, .button.button-primary.hover {
    color: white; }

/* line 54, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
.button.button-dark {
  background-color: #009ee0 ;
  border: 1px solid #009ee0 ;
  color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ee0 ), color-stop(100%, #00597f));
  background-image: -webkit-linear-gradient(top, #009ee0 , #00597f);
  background-image: -moz-linear-gradient(top, #009ee0 , #00597f);
  background-image: -o-linear-gradient(top, #009ee0 , #00597f);
  background-image: linear-gradient(top, #009ee0 , #00597f);
  -webkit-box-shadow: inset 0 1px 0 #009ee0 , 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 0 #009ee0 , 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 0 #009ee0 , 0 1px 2px rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 black; }
  /* line 62, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
  .button.button-dark:hover {
    color: white; }

/* line 67, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
.button.button-danger {
  background-color: #7c0c00;
  border: 1px solid #7c0c00;
  color: white;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fc0d1b), color-stop(100%, #820e0b));
  background-image: -webkit-linear-gradient(top, #fc0d1b, #820e0b);
  background-image: -moz-linear-gradient(top, #fc0d1b, #820e0b);
  background-image: -o-linear-gradient(top, #fc0d1b, #820e0b);
  background-image: linear-gradient(top, #fc0d1b, #820e0b);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35); }
  /* line 75, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
  .button.button-danger:hover {
    color: white; }

/* line 80, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
.button.button-link {
  background: none;
  border: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }
  /* line 85, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
  .button.button-link.button-danger {
    color: #7c0c00;
    font-weight: normal;
    text-shadow: none; }
  /* line 90, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
  .button.button-link.button-primary {
    color: #4571b5;
    font-weight: normal;
    text-shadow: none; }

/* line 97, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
.button.button-plain-link {
  background: none;
  border: none;
  color: #4571b5;
  font-size: 13px;
  font-weight: normal;
  padding-left: 0;
  text-transform: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

/* line 109, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
.button.button-plain {
  background: #ededed;
  padding: 5px 10px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 10px;
  text-shadow: none; }

/* line 116, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
.button.button-plain:hover {
  color: #009ee0 ; }

/* line 119, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
.button.button-plain.button-danger {
  background: #db1422; }
  /* line 122, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
  .button.button-plain.button-danger:hover {
    color: white; }

/* line 125, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
.button.button-plain.button-primary {
  background: #5d87cc;
  color: white; }

/* line 129, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
.button.button-plain.button-dark {
  background: #009ee0 ;
  color: white; }

/* line 135, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
.button.button-small {
  background-size: 1px 40px;
  font-weight: bold !important;
  padding: 4px 10px;
  font-size: 10px; }
  
.button-small-div {
  width: 80px; }

/* line 142, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
.button-well {
  background-color: #e8e8e8;
  display: inline-block;
  line-height: 14px;
  margin-right: 8px;
  padding: 5px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e7e7e7), color-stop(100%, #f6f6f6));
  background-image: -webkit-linear-gradient(top, #e7e7e7, #f6f6f6);
  background-image: -moz-linear-gradient(top, #e7e7e7, #f6f6f6);
  background-image: -o-linear-gradient(top, #e7e7e7, #f6f6f6);
  background-image: linear-gradient(top, #e7e7e7, #f6f6f6);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }
  /* line 153, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
  .button-well.button-well-small {
    padding: 3px; }
  /* line 156, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
  .button-well.button-well-dark {
    background: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5); }

/* line 160, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
.pull-right .button-well {
  margin-left: 8px;
  margin-right: 0px; }

/* line 166, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
.button:active, .button.button-active {
  background-position: 100%;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5); }

/* line 172, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
.button-group {
  display: inline-block;
  margin-right: 8px; }
  /* line 176, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
  .button-group .button {
    margin: 0 -3px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px; }
  /* line 180, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
  .button-group .button:first-child {
    -webkit-border-radius: 25px 0 0 25px;
    -moz-border-radius: 25px 0 0 25px;
    -ms-border-radius: 25px 0 0 25px;
    -o-border-radius: 25px 0 0 25px;
    border-radius: 25px 0 0 25px; }
  /* line 183, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
  .button-group .button:last-child {
    -webkit-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    -ms-border-radius: 0 25px 25px 0;
    -o-border-radius: 0 25px 25px 0;
    border-radius: 0 25px 25px 0; }

/* line 186, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
.button-well > .button-group:first-child {
  margin-left: 3px; }

/* line 189, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
.button-well > .button-group:last-child {
  margin-right: 3px; }

/* line 194, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
[data-badge] {
  position: relative; }

/* line 197, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
[data-badge]:after {
  border: 1px solid #660000;
  color: white;
  content: attr(data-badge);
  font-family: "Century Gothic";
  font-weight: bold;
  left: -3px;
  line-height: 16px;
  min-width: 10px;
  padding: 1px 4px;
  position: absolute;
  z-index: 10000;
  text-align: center;
  top: -2px;
  background-image: -webkit-gradient(radial, 0% 0%, 0, 0% 0%, 100, color-stop(0%, #fc0d1b), color-stop(100%, #820e0b));
  background-image: -webkit-radial-gradient(top left, #fc0d1b, #820e0b);
  background-image: -moz-radial-gradient(top left, #fc0d1b, #820e0b);
  background-image: -o-radial-gradient(top left, #fc0d1b, #820e0b);
  background-image: radial-gradient(top left, #fc0d1b, #820e0b);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  font-size: 12px;
  text-shadow: none; }

/* line 218, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
[data-dropdown] {
  position: relative; }
  /* line 221, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
  [data-dropdown] ul {
    background: white;
    border: 1px solid #009ee0 ;
    position: absolute;
    display: none;
    list-style: none;
    margin: 0;
    margin-top: 6px;
    padding: 6px 0;
    right: 0px;
    width: 200px;
    z-index: 9999;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2); }
    
    [data-dropdown] ul.left {
    background: white;
    border: 1px solid #009ee0 ;
    position: absolute;
    display: none;
    list-style: none;
    margin: 0;
    margin-top: 6px;
    padding: 6px 0;
    left: 0px;
    width: 200px;
    z-index: 9999;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2); }
    
  /* line 236, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
  [data-dropdown] ul:after {
    border-bottom: 7px solid white;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 12px;
    top: -7px;
    width: 0; }
    
    [data-dropdown] ul.left:after {
    border-bottom: 7px solid white;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: 12px;
    top: -7px;
    width: 0; }
    
  /* line 248, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
  [data-dropdown] ul.open {
    display: block; }
  /* line 251, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
  [data-dropdown] ul li.divider {
    border-top: 1px solid #009ee0 ;
    margin: 8px 0; }
  /* line 255, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
  [data-dropdown] ul li a {
    color: #009ee0  !important;
    display: block;
    padding: 8px 18px;
    text-decoration: none;
    font-size: 13px; }
  /* line 262, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/buttons.sass */
  [data-dropdown] ul li a:hover {
    background-color: #009ee0 ;
    color: white !important; }

/* line 4, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/file-upload.css.sass */
#uploads {
  display: inline-block;
  margin-left: 20px; }
  /* line 8, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/file-upload.css.sass */
  #uploads .upload {
    display: inline-block;
    margin-right: 20px;
    position: relative; }
  /* line 13, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/file-upload.css.sass */
  #uploads .upload-cloud {
    height: 20px;
    position: absolute;
    width: 29px; }
  /* line 18, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/file-upload.css.sass */
  #uploads .upload-cloud-processing {
    background: url(../images/upload_cloud.png);
    display: block;
    height: 50%;
    position: absolute;
    width: 100%; }
  /* line 25, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/file-upload.css.sass */
  #uploads .upload-cloud-done {
    background: url(../images/upload_cloud_done.png);
    display: block;
    height: 100%;
    position: absolute;
    width: 100%; }
  /* line 32, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/file-upload.css.sass */
  #uploads .filename {
    color: #666666;
    font-size: 13px;
    line-height: 20px;
    margin-left: 40px; }

/* line 38, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/file-upload.css.sass */
#new_photo {
  position: relative; }
  /* line 41, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/file-upload.css.sass */
  #new_photo input {
    background: red;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    bottom: -12px;
    left: -32px;
    top: -12px;
    width: 200px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea {
  background: url(../images/input_bg.png) repeat-x #fdfdfd;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #cccccc;
  color: #000000;
  font-family: "Century Gothic";
  height: 30px;
  outline: none;
  padding: 4px 10px;
  resize: none;
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  -webkit-transition: border 0.25s ease-out, box-shadow 0.25s ease-out;
  -moz-transition: border 0.25s ease-out, box-shadow 0.25s ease-out;
  -o-transition: border 0.25s ease-out, box-shadow 0.25s ease-out;
  transition: border 0.25s ease-out, box-shadow 0.25s ease-out; }
  /* line 22, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
  input[type="text"]:hover, input[type="tel"]:hover, input[type="email"]:hover, input[type="password"]:hover, textarea:hover {
    border: 1px solid #bbbbbb; }
  /* line 25, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
  input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {
    border: 1px solid #009ee0 ;
    color: #000000;
    -webkit-box-shadow: 0px 0px 4px #009ee0 ;
    -moz-box-shadow: 0px 0px 4px #009ee0 ;
    box-shadow: 0px 0px 4px #009ee0 ; }
  /* line 30, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
  input[type="text"].medium, input[type="tel"].medium, input[type="email"].medium, input[type="password"].medium, textarea.medium, select.medium {
    width: 60%; }
  
  @media screen and (max-width: 45em) {
	  input[type="text"].medium, input[type="tel"].medium, input[type="email"].medium, input[type="password"].medium, textarea.medium, select.medium {
    width: 100% !important; }
  }
  /* line 33, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
  input[type="text"].large, input[type="tel"].large, input[type="email"].large, input[type="password"].large, textarea.large, select.large {
    height: 40px;
    padding: 6px 10px;
    font-size: 16px; }
  /* line 38, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
  input[type="text"].small, input[type="tel"].small, input[type="email"].small, input[type="password"].small, textarea.small, select.small {
    width: 140px; }
  input[type="text"].xsmall, input[type="tel"].xsmall, input[type="email"].xsmall, input[type="password"].xsmall, textarea.xsmall, select.xsmall {
    display:inline;
    width: 100px !important;
    max-width: 140px !important; }
  input[type="text"].xxsmall, input[type="tel"].xxsmall, input[type="email"].xxsmall, input[type="password"].xxsmall, textarea.xxsmall, select.xxsmall {
    display:inline;
    width: 50px !important;
    max-width: 50px !important; }

select.lettersmall {
    width: 120px !important;
    min-width: 35px !important; }


/* line 41, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
input[type="file"] {
  display: block; }

/* line 44, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
input[type="submit"], button {
  font-family: "Century Gothic"; }

/* line 47, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
input::-webkit-input-placeholder, input::-moz-placeholder, textarea::-webkit-input-placeholder, textarea::-moz-input-placeholder {
  color: #bbbbbb;
  font-style: italic; }

/* line 53, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
textarea {
  height: 112px;
  line-height: 18px;
  margin-bottom: 0px;
  padding-top: 8px; }
  /* line 59, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
  textarea.large {
    height: 200px;
    padding-top: 8px; }

/* line 65, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
form p {
  margin-bottom: 26px;
  position: relative; }

/* line 69, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
p label, td label {
  color: #777777;
  display: inline-block;
  position: relative;
  margin-top: 5px;
  font-weight: bold;
  line-height: 14px;
  text-indent: 12px;
  text-transform: uppercase;
  font-size: 13px;
  text-shadow: 0 1px 0 white; }

/* line 79, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
p small, td small {
  color: #777777;
  display: inline-block;
  font-style: italic;
  line-height: 18px;
  text-indent: 12px;
  font-size: 12px; }
  /* line 87, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
  p small a, td small a {
    color: #009ee0 ; }

/* line 90, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
td small {
  display: block; }

/* line 95, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
.checkbox {
  border: 1px solid #cccccc;
  display: inline-block;
  height: 23px;
  padding: 2px;
  position: relative;
  width: 70px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d1d1d1), color-stop(100%, #e2e2e2));
  background-image: -webkit-linear-gradient(top, #d1d1d1, #e2e2e2);
  background-image: -moz-linear-gradient(top, #d1d1d1, #e2e2e2);
  background-image: -o-linear-gradient(top, #d1d1d1, #e2e2e2);
  background-image: linear-gradient(top, #d1d1d1, #e2e2e2);
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  -o-border-radius: 23px;
  border-radius: 23px;
  -webkit-box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  box-shadow: 0 1px 0 white; }
  /* line 106, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
  .checkbox .knob {
    display: inline-block;
    height: 23px;
    position: absolute;
    width: 34px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(100%, #e8e8e8));
    background-image: -webkit-linear-gradient(top, #f7f7f7, #e8e8e8);
    background-image: -moz-linear-gradient(top, #f7f7f7, #e8e8e8);
    background-image: -o-linear-gradient(top, #f7f7f7, #e8e8e8);
    background-image: linear-gradient(top, #f7f7f7, #e8e8e8);
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    border-radius: 23px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35), inset 0 1px 0 white;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35), inset 0 1px 0 white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35), inset 0 1px 0 white;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  /* line 118, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
  .checkbox.activated {
    border: 1px solid #cccccc;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ee0 ), color-stop(100%, #b5dbff));
    background-image: -webkit-linear-gradient(top, #009ee0 , #b5dbff);
    background-image: -moz-linear-gradient(top, #009ee0 , #b5dbff);
    background-image: -o-linear-gradient(top, #009ee0 , #b5dbff);
    background-image: linear-gradient(top, #009ee0 , #b5dbff); }
  /* line 122, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
  .checkbox.activated .knob {
    -webkit-transform: translate3d(36px, 0, 0);
    -moz-transform: translate3d(36px, 0, 0);
    -ms-transform: translate3d(36px, 0, 0);
    -o-transform: translate3d(36px, 0, 0);
    transform: translate3d(36px, 0, 0); }
  /* line 125, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
  .checkbox i {
    color: white;
    display: inline-block;
    font-size: 13px;
    line-height: 23px;
    text-align: center !important;
    width: 31px;
    padding-left: 1px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); }
  /* line 134, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
  .checkbox i:before {
    margin: 0; }

.checkbox.disabled {
	pointer-events: none !important;
  cursor: default !important;
  opacity: 0.35 !important;
}

/* line 139, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
.slider {
  max-width: 400px;
  width: 100%; }

/* line 143, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
.slider > .dragger {
  width: 16px;
  height: 16px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(100%, #e8e8e8));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #e8e8e8);
  background-image: -moz-linear-gradient(top, #f7f7f7, #e8e8e8);
  background-image: -o-linear-gradient(top, #f7f7f7, #e8e8e8);
  background-image: linear-gradient(top, #f7f7f7, #e8e8e8);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 1px 0 white;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 1px 0 white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 1px 0 white; }

/* line 151, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
.slider > .track {
  height: 5px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d1d1d1), color-stop(100%, #e2e2e2));
  background-image: -webkit-linear-gradient(top, #d1d1d1, #e2e2e2);
  background-image: -moz-linear-gradient(top, #d1d1d1, #e2e2e2);
  background-image: -o-linear-gradient(top, #d1d1d1, #e2e2e2);
  background-image: linear-gradient(top, #d1d1d1, #e2e2e2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  box-shadow: 0 1px 0 white; }





select {
	background: url(../images/input_bg.png) repeat-x #fdfdfd;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #cccccc;
  color: #000000;
  font-family: "Century Gothic";
  height: 30px;
  outline: none;
  padding: 4px 10px;
  resize: none;
  width: 100%;
  -webkit-appearance:none; /* remove the strong OSX influence from Webkit */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  -webkit-transition: border 0.25s ease-out, box-shadow 0.25s ease-out;
  -moz-transition: border 0.25s ease-out, box-shadow 0.25s ease-out;
  -o-transition: border 0.25s ease-out, box-shadow 0.25s ease-out;
  transition: border 0.25s ease-out, box-shadow 0.25s ease-out; }
  
select:hover {
  border: 1px solid #009ee0  !important; }

select:focus {
  border: 1px solid #009ee0 ;
  color: #000000;
  -webkit-box-shadow: 0px 0px 4px #009ee0 ;
  -moz-box-shadow: 0px 0px 4px #009ee0 ;
  box-shadow: 0px 0px 4px #009ee0 ; }
  




/* line 168, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
.cmf-skinned-select:hover {
  border: 1px solid #009ee0 ; }

/* line 182, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
select {
  min-width: 120px; }

/* line 187, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
input[data-datepicker] {
  max-width: 200px; }

input[data-datepicker] .datepicker-modal {
  width: 100%; }

/* line 190, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
.ui-datepicker {
  border: none;
  font-family: "Century Gothic";
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); }

/* line 195, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
.ui-datepicker-header {
  background: none;
  border: none;
  font-weight: 300;
  font-size: 17px; }
  /* line 201, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
  .ui-datepicker-header a.ui-datepicker-prev, .ui-datepicker-header a.ui-datepicker-next {
    background: none;
    border: none;
    cursor: pointer;
    height: 36px;
    opacity: 0.6;
    right: 0;
    top: 0;
    width: 36px; }
  /* line 211, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
  .ui-datepicker-header a.ui-datepicker-prev {
    left: 0; }
  /* line 214, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
  .ui-datepicker-header a.ui-datepicker-prev:hover, .ui-datepicker-header a.ui-datepicker-next:hover {
    opacity: 1; }
  /* line 217, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
  .ui-datepicker-header a.ui-datepicker-prev span {
    background: url(../images/arrow-left.png) no-repeat center;
    background-size: 10px 13px; }
  /* line 221, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
  .ui-datepicker-header a.ui-datepicker-next span {
    background: url(../images/arrow-right.png) no-repeat center;
    background-size: 10px 13px; }

/* line 226, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
.ui-datepicker-calendar tr td:first-child, .ui-datepicker-calendar tr th:first-child {
  padding-left: 0px; }
/* line 229, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
.ui-datepicker-calendar tr td:last-child, .ui-datepicker-calendar tr th:last-child {
  padding-right: 0px; }
/* line 232, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
.ui-datepicker-calendar thead th {
  color: #444444;
  font-weight: 500;
  font-size: 11px; }
/* line 237, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
.ui-datepicker-calendar tbody tr, .ui-datepicker-calendar thead tr {
  border: none; }
/* line 240, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
.ui-datepicker-calendar tbody tr td {
  background: none; }
/* line 243, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
.ui-datepicker-calendar tbody tr td a {
  line-height: 24px;
  text-align: center;
  width: 24px; }
/* line 248, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
.ui-datepicker-calendar tbody tr td a.ui-state-default {
  background: none;
  border: none;
  color: #777777;
  font-weight: 500; }
/* line 254, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
.ui-datepicker-calendar tr:hover {
  background: none; }
/* line 257, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
.ui-datepicker-calendar tbody tr td a:hover {
  color: black; }
/* line 260, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
.ui-datepicker-calendar tbody tr td a.ui-state-highlight {
  background: #eeeeee;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
/* line 265, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
.ui-datepicker-calendar tbody tr td a.ui-state-active {
  background: #444444;
  border-radius: 2px;
  color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

/* line 273, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
.customfile-input {
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: 0 !important;
  z-index: 999; }

/* line 284, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
.customfile {
  background: url(../images/input_bg.png) repeat-x #fdfdfd;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #cccccc;
  color: #009ee0 ;
  cursor: pointer;
  font-family: "Century Gothic", sans-serif;
  vertical-align: middle;
  height: 35px;
  line-height: 8px;
  min-width: 500px;
  max-width: 800px;
  outline: none;
  overflow: hidden;
  padding: 8px 10px;
  position: relative;
  resize: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  -webkit-transition: border 0.25s ease-out;
  -moz-transition: border 0.25s ease-out;
  -o-transition: border 0.25s ease-out;
  transition: border 0.25s ease-out; }
  /* line 304, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
  .customfile .button {
    border-radius: 0;
    border-left: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: none;
    line-height: 30px;
    padding: 0 14px;
    position: absolute;
    right: -1px;
    top: -1px; }
  /* line 316, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
  .customfile:hover {
    border: 1px solid #bbbbbb; }
    /* line 319, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
    .customfile:hover .button {
      background-position: 100%; }
  /* line 322, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
  .customfile.large {
    height: 40px;
    line-height: 40px;
    font-size: 14px; }
    /* line 327, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
    .customfile.large .button {
      line-height: 40px; }

/* line 330, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
.customfile-disabled {
  cursor: default;
  opacity: 0.5; }

/* line 334, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
.customfile-feedback {
  color: #bbbbbb;
  font-style: italic; }

/* line 338, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
.customfile-feedback-populated {
  color: #009ee0 ; }

/* line 341, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
.customfile-hover .button, .customfile-focus .button {
  background: #e9e9e9;
  color: #444444; }

/* line 347, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
.field_with_errors {
  position: relative; }
  /* line 350, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
  .field_with_errors input, .field_with_errors textarea {
    border: 1px solid #d29797;
    border-top: 1px solid #ae6767;
    color: #ad6262;
    -webkit-box-shadow: 0 0 4px #d29797;
    -moz-box-shadow: 0 0 4px #d29797;
    box-shadow: 0 0 4px #d29797; }
  /* line 356, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
  .field_with_errors label.message {
    color: #ad6262;
    display: none;
    font-weight: normal;
    right: 8px;
    padding-right: 12px;
    position: absolute;
    text-transform: none;
    top: 18px; }
    @media screen and (min-width: 45em) {
      /* line 356, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
      .field_with_errors label.message {
        display: block; } }
  /* line 369, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
  .field_with_errors .customfile {
    border: 1px solid #d29797;
    border-top: 1px solid #ae6767; }

/* line 375, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
.table-container .field_with_errors label.message {
  right: 30px; }

/* line 379, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
.table-form tr td:first-child {
  
  text-align: right;
  width: 20%; }
@media screen and (max-width: 45em) {
  /* line 385, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
  .table-form tr td {
    text-align: left !important;
    display: block; } }
    
.table-form tr td ul li {
	list-style: circle;
	margin-left: 20px;
}

.tableshow ul li {
	list-style: none !important;
	margin-left: 0px !important;
}

.tableshow ul li a {
	color: #000 !important;
	text-decoration: none !important;
	font-weight: normal !important;
}

.tableshow ul li a:hover {
	color: #009ee0  !important;
}

.tableshow p {
	margin-top: 10px;
}

/* line 390, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
.table-container table.table tr td:first-child, .table-container table.table tr th:first-child {
  padding-left: 32px; }
  @media screen and (max-width: 45em) {
    /* line 390, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
    .table-container table.table tr td:first-child, .table-container table.table tr th:first-child {
      padding-bottom: 0;
      padding-left: 16px; }
      /* line 397, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
      .table-container table.table tr td:first-child label, .table-container table.table tr td:first-child small, .table-container table.table tr th:first-child label, .table-container table.table tr th:first-child small {
        text-indent: 0; } }
        

.table-container table.nomargins tr td:first-child, .table-container table.table tr th:first-child {
  padding-left: 0px; }
  @media screen and (max-width: 45em) {
    /* line 390, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
    .table-container table.nomargins tr td:first-child, .table-container table.table tr th:first-child {
      padding-bottom: 0;
      padding-left: 0px;
      vertical-align: middle; }
      /* line 397, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
      .table-container table.nomargins tr td:first-child label, .table-container table.table tr td:first-child small, .table-container table.table tr th:first-child label, .table-container table.table tr th:first-child small {
        text-indent: 0; } }
        
.table-container table.table th {
	background-color: #009ee0 ;
	font-weight: bold;
	color: #ffffff;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

@media screen and (max-width: 45em) {
	.table-container table.table th {
	padding-top: 3px !important;
	padding-bottom: 3px !important; }
}
     
/* line 400, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
.table-container table.table tr td:last-child, .table-container table.table tr th:last-child {
  padding-right: 32px; }
  @media screen and (max-width: 45em) {
    /* line 400, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
    .table-container table.table tr td:last-child, .table-container table.table tr th:last-child {
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 10px;
      width: 90%; } }
      
      
.table-container table.nomargins tr td:last-child, .table-container table.table tr th:last-child {
  padding-right: 0px; }
  @media screen and (max-width: 45em) {
    /* line 400, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
    .table-container table.nomargins tr td:last-child, .table-container table.table tr th:last-child {
      padding-left: 0px;
      padding-right: 0px;
      vertical-align: middle; } }


/* line 408, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
label.radio span.holder {
  height: 57px;
  background: url(../images/radio.png) 0 0 no-repeat; }

/* line 412, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
label.radio:active span.holder {
  top: -19px !important; }

/* line 415, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
label.checked span.holder, label.checked span.holder, label.checked:active span.holder, label.checked:active span.holder {
  top: -38px !important; }

/* line 418, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
label.list {
  display: block;
  margin: 0 0 5px 0; }

/* line 422, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
label.inline {
  float: left;
  margin: 0 10px 0 0; }

/* line 426, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
input.hiddenCheckbox {
  position: absolute;
  left: -10000px; }

/* line 430, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
label.prettyCheckbox span.holderWrap {
  display: block;
  float: left;
  position: relative;
  margin-right: 5px;
  overflow: hidden; }

/* line 437, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
label.prettyCheckbox span.holder {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

/* line 443, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
.prettyCheckbox {
  cursor: pointer;
  line-height: 19px; }

/* line 447, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/forms.css.sass */
label .holderWrap {
  padding-top: 0px; }

/* line 7, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/gallery.css.sass */
.gallery .item {
  border-radius: 3px;
  float: left;
  height: 135px;
  margin: 0 10px 10px 0;
  overflow: hidden;
  position: relative;
  width: 240px;
  z-index: 3;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }
  /* line 18, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/gallery.css.sass */
  .gallery .item .title {
    color: white;
    font-size: 12px;
    font-weight: bold;
    margin: 5px;
    position: absolute;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    z-index: 2; }
  /* line 28, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/gallery.css.sass */
  .gallery .item img {
    position: relative;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  /* line 34, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/gallery.css.sass */
  .gallery .item .overlay {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
    -webkit-transition: background-color 0.2s ease, opacity 0.2s ease;
    -moz-transition: background-color 0.2s ease, opacity 0.2s ease;
    -o-transition: background-color 0.2s ease, opacity 0.2s ease;
    transition: background-color 0.2s ease, opacity 0.2s ease; }
    /* line 44, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/gallery.css.sass */
    .gallery .item .overlay a {
      color: white;
      font-size: 32px;
      line-height: 135px;
      opacity: 0;
      padding: 16px;
      -webkit-transition: opacity 0.2s ease;
      -moz-transition: opacity 0.2s ease;
      -o-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
  /* line 53, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/gallery.css.sass */
  .gallery .item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  /* line 56, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/gallery.css.sass */
  .gallery .item:hover .overlay {
    background-color: rgba(0, 0, 0, 0.75); }
    /* line 59, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/gallery.css.sass */
    .gallery .item:hover .overlay a {
      opacity: 0.75; }
    /* line 62, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/gallery.css.sass */
    .gallery .item:hover .overlay a:hover {
      opacity: 1; }

/* line 65, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/gallery.css.sass */
.gallery:after {
  clear: both;
  content: "";
  display: block; }

/* line 71, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/gallery.css.sass */
.gallery-select .item {
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  height: 85px;
  margin-right: 5px;
  position: relative;
  width: 152px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.65); }
  /* line 81, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/gallery.css.sass */
  .gallery-select .item .overlay {
    background: #4988e4;
    border-radius: 3px;
    opacity: 0; }
  /* line 86, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/gallery.css.sass */
  .gallery-select .item:hover .overlay {
    background: #4988e4;
    opacity: 0.5; }
  /* line 90, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/gallery.css.sass */
  .gallery-select .item.selected .overlay {
    opacity: 0.7; }
  /* line 93, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/gallery.css.sass */
  .gallery-select .item .overlay:after {
    color: black;
    content: "V";
    display: block;
    font-family: "simbill";
    font-size: 24px;
    line-height: 40px;
    opacity: 0;
    position: absolute;
    text-align: right;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    width: 144px;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
  /* line 107, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/gallery.css.sass */
  .gallery-select .item.selected .overlay:after {
    opacity: 1; }
  /* line 110, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/gallery.css.sass */
  .gallery-select .item input {
    display: none; }
  /* line 113, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/gallery.css.sass */
  .gallery-select .item img {
    border-radius: 3px;
    display: block; }

#login_wrapper {
  position: absolute;
  top: 18%;
  left: 50%;
  margin-left: -282px;
  height: auto;
  max-height: 60%;
  overflow-y: scroll;
  background: white;
  border-radius: 3px;
  max-width: 500px;
  padding: 32px;
  padding-bottom: 12px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); }

@media screen and (max-width: 45em) {
	#login_wrapper {
	  position: fixed;
	  display: block;
	  top: 15%;
	  left: 50%;
	  margin-left: -130px;
	  height: auto;
		max-height: 70%;
		overflow-y: scroll;
	  background: white;
	  border-radius: 3px;
	  width: 200px !important;
	  overflow-x: hidden;
	  padding: 30px;
	  padding-bottom: 12px;
	  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  }
}
  
  
  #login_wrapper .actions {
    margin-bottom: 0px; }

/* line 5, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/modal.css.sass */
#overlay {
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9));
  background-image: -moz-radial-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9));
  background-image: -o-radial-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9));
  background-image: radial-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9)); }

/* line 14, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/modal.css.sass */
.margin-modal p {
	margin: 20px;
}


.modal {
  background: whitesmoke;
  display: none;
  margin: 0 auto;
  position: relative;
  max-width: 480px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px black;
  -moz-box-shadow: 0 1px 2px black;
  box-shadow: 0 1px 2px black; }
  @media screen and (max-width: 45em) {
    /* line 14, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/modal.css.sass */
    .modal {
      width:300px !important;
      max-width: 300px !important; } }
  /* line 26, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/modal.css.sass */
  .modal.modal-small {
    width: 320px; }
  /* line 29, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/modal.css.sass */
  .modal.modal-medium {
    max-width: none;
    width: 50%; }
  /* line 33, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/modal.css.sass */
  .modal.modal-large {
    max-width: none;
    width: 65%; }
    
  .modal.modal-xlarge {
    max-width: none;
    width: 90%; }
  /* line 37, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/modal.css.sass */
  .modal header {
	  background-color: #00597f;
  }
  .modal header.big-header {
	  background-color: #ffffff;
  }
  .modal header h3 {
    color: #e8e8e8;
    font-weight: medium;
    margin: 0;
    padding: 20px;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    font-size: 16px; }
  /* line 45, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/modal.css.sass */
  .modal header.big-header h3 {
    color: #000000;
    line-height: 24px;
    padding: 46px;
    text-align: center; }
    @media screen and (max-width: 45em) {
      /* line 45, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/modal.css.sass */
      .modal header.big-header h3 {
        padding: 30px 20px;
        font-size:13px; } }
  /* line 53, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/modal.css.sass */
  .modal header h3 strong {
    color: #000000;
    font-weight: bolder; }
    
  .modal header h4 {
    color: #e9e9e9;
    font-weight: medium;
    margin: 0;
    padding: 20px;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    font-size: 16px; }
    
  .modal header h4 strong {
    color: #e9e9e9;
    font-weight: bolder; }
  /* line 57, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/modal.css.sass */
  .modal header a[data-dismiss="modal"] {
    color: #e9e9e9;
    float: right;
    padding: 15px 15px;
    text-decoration: none;
    font-size: 22px;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out; }
  /* line 65, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/modal.css.sass */
  .modal header a[data-dismiss="modal"]:hover {
    color: #e0ecfe; }
  /* line 68, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/modal.css.sass */
  .modal section {
    zoom: 1;
    border-top: 1px solid #d4d4d4;
    padding: 20px 20px;
    background: white;
    max-height: 350px;
    height: auto;
    
    overflow-y: scroll; }
    /* line 69, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/modal.css.sass */
    
    /* line 22, /Users/bram/.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
    .modal section:after {
      content: "\0020";
      display: block;
      height: 0;
      clear: both;
      overflow: hidden;
      visibility: hidden; }
    /* line 77, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/modal.css.sass */
    .modal section .col {
      float: left;
      width: 33%;
      padding: 10px; }
      /* line 82, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/modal.css.sass */
      .modal section .col h3 {
        font-size: 16px;
        font-weight: bold;
        line-height: 26px; }
      /* line 87, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/modal.css.sass */
      .modal section .col p {
        line-height: 22px; }
      /* line 91, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/modal.css.sass */
      .modal section .col pre {
        font-size: 12px;
        background: #dddddd;
        border: 1px solid #bbbbbb;
        padding: 10px;
        border-radius: 5px;
        margin-bottom: 20px;
        color: #444444;
        line-height: 20px;
        font-family: "Century Gothic"; }
  /* line 102, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/modal.css.sass */
  .modal footer {
    background: #00597f;
    border-bottom: 1px solid #00597f;
    border-top: 1px solid #00597f;
    -webkit-box-shadow: inset 0 1px 0 #00597f;
    -moz-box-shadow: inset 0 1px 0 #00597f;
    box-shadow: inset 0 1px 0 #00597f; }
  /* line 108, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/modal.css.sass */
  .modal footer a {
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    padding: 12px 0;
    text-align: center;
    width: 49%;
    font-size: 13px;
    text-shadow: 0 1px 0 black;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out; }
  /* line 119, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/modal.css.sass */
  .modal footer a.primary, .modal footer a:hover {
    color: #b5dbff; }
  /* line 122, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/modal.css.sass */
  .modal footer a:last-child {
    border-left: 1px solid #00597f;
    -webkit-box-shadow: inset 1px 0 0 #00597f;
    -moz-box-shadow: inset 1px 0 0 #00597f;
    box-shadow: inset 1px 0 0 #00597f; }

/* line 7, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
.navigation-open body {
  overflow: hidden; }
/* line 10, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
.navigation-open #wrapper {
  position: fixed;
  -webkit-transform: translate3d(280px, 0, 0);
  -moz-transform: translate3d(280px, 0, 0);
  -ms-transform: translate3d(280px, 0, 0);
  -o-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0); }

/* line 14, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
body, html {
  height: 100%;
  min-height: 100%; }

/* line 18, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
#wrapper {
  min-height: 100%;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: -10px 0 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -10px 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: -10px 0 20px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/* line 26, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
#navigation_panel {
  z-index: 1;
  background: #009ee0 ;
  bottom: 0px;
  height: 100%;
  overflow: scroll;
  overflow-scrolling: touch;
  position: absolute;
  top: 0px;
  width: 280px;
  -webkit-overflow-scrolling: touch; }
  @media screen and (min-width: 45em) {
    /* line 26, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
    #navigation_panel {
      display: none; } }
  /* line 41, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
  #navigation_panel ul li a {
    color: #ffffff;
    display: block;
    font-weight: bold;
    line-height: 50px;
    padding-left: 50px;
    position: relative;
    width: 230px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ee0 ), color-stop(100%, #00597f));
    background-image: -webkit-linear-gradient(top, #009ee0 , #00597f);
    background-image: -moz-linear-gradient(top, #009ee0 , #00597f);
    background-image: -o-linear-gradient(top, #009ee0 , #00597f);
    background-image: linear-gradient(top, #009ee0 , #00597f);
    font-size: 14px;
    text-shadow: 0 -1px 0 black; }
    /* line 55, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
    #navigation_panel ul li a[data-icon]:before {
      color: #ffffff;
      left: 4px;
      position: absolute;
      text-align: center;
      top: 3px;
      width: 44px;
      font-size: 26px; }
  /* line 65, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
  #navigation_panel li.divider {
    padding: 4px;
    background: #e0ecfe;
    font-size: 11px; }
  /* line 72, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
  #navigation_panel ul li:first-child a {
    border-top: none; }
  /* line 75, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
  #navigation_panel ul:last-child li:last-child a {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); }
  /* line 78, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
  #navigation_panel ul.secondary li.active a, #navigation_panel ul#mainmenu_ul_mobile li.active a {
    border-bottom: 1px solid #DDDDDD;
    border-top: 3px solid #dedede;
    background: #b5dbff;
    color: #009ee0 ;
    text-shadow: none; }
  
  #navigation_panel ul li.active a[data-icon]:before {
	  color: #009ee0 ;
	  text-shadow: none;
	}

.button-right {
	position: absolute !important;
	display: inline;
	right:0 !important;
	margin-top: -10px;
}

/* line 82, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
a.button.button-dark[data-toggle=navigation] {
  display: inline;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  @media screen and (min-width: 45em) {
    /* line 82, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
    a.button.button-dark[data-toggle=navigation] {
      display: none; } }

/* line 91, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
header#header nav {
  display: none; }
  @media screen and (min-width: 45em) {
    /* line 94, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
    header#header nav#primary {
      display: inline-block; } }
  /* line 98, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
  header#header nav ul li {
    float: left; }
  /* line 101, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
  header#header nav ul li a {
    background-size: 1px 75px;
    color: white;
    display: block;
    font-weight: bold;
    height: 55px;
    padding: 0 24px;
    font-size: 13px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ee0 ), color-stop(100%, #00597f));
    background-image: -webkit-linear-gradient(top, #009ee0 , #00597f);
    background-image: -moz-linear-gradient(top, #009ee0 , #00597f);
    background-image: -o-linear-gradient(top, #009ee0 , #00597f);
    background-image: linear-gradient(top, #009ee0 , #00597f);
    -webkit-transition: background 0.2s ease-out, box-shadow 0.1s ease-out;
    -moz-transition: background 0.2s ease-out, box-shadow 0.1s ease-out;
    -o-transition: background 0.2s ease-out, box-shadow 0.1s ease-out;
    transition: background 0.2s ease-out, box-shadow 0.1s ease-out;
    position: relative;
    text-shadow: 0 -1px 0 black; }
    
  header#header nav#primary ul li a i {
		display: inline-block;
		position: relative;
		top: 2px;
    padding-top: 0px;
    font-size: 14px;
    font-style:normal;
    font-weight: bold;
  }
  
  /* line 112, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
  header#header nav ul li a:hover {
    background-position: 25%; }
  /* line 115, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
  header#header nav ul li a[data-icon]:before {
    font-size: 24px; }
  /* line 118, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
  header#header nav ul li.active a {
    -webkit-box-shadow: inset 0 -10px 30px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: inset 0 -10px 30px rgba(0, 0, 0, 0.65);
    box-shadow: inset 0 -10px 30px rgba(0, 0, 0, 0.65); }
    
  /* line 121, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
  header#header nav ul li a:active {
    -webkit-box-shadow: inset 0 -4px 20px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0 -4px 20px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 -4px 20px rgba(0, 0, 0, 0.35); }

/* line 126, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
nav.submenu {
  display: none;
  text-align: center;
  width: 100%; }
  @media screen and (min-width: 60em) {
    /* line 126, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
    nav.submenu {
      float: left;
      margin-top: 9px;
      width: 111px; } }
  @media screen and (min-width: 45em) {
    /* line 126, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
    nav.submenu {
      display: block; } }
  /* line 139, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
  nav.submenu ul {
    margin: 0;
    padding: 0; }
  /* line 143, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
  nav.submenu ul li {
    display: inline-block;
    position: relative; }
  /* line 147, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
  nav.submenu li a {
    color: #009ee0 ;
    display: inline-block;
    font-weight: bold;
    line-height: 20px;
    min-width: 95px;
    padding: 12px 4px;
    text-align: center;
    text-decoration: none;
    width: auto;
    font-size: 12px;
    text-shadow: 0 1px 0 white;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s; }
    @media screen and (min-width: 60em) {
      /* line 147, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
      nav.submenu li a {
        padding: 18px 8px;
        width: 95px; } }
  /* line 165, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
  nav.submenu li a[data-icon]:before {
    display: block;
    font-weight: normal;
    margin: 4px 0;
    font-size: 24px;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s; }
    @media screen and (min-width: 60em) {
      /* line 165, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
      nav.submenu li a[data-icon]:before {
        margin: 8px 0;
        font-size: 28px; } }
  /* line 176, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
  nav.submenu li a[data-badge]:after {
    left: 30px;
    top: 15px; }
  /* line 180, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
  nav.submenu li.active a, nav.submenu li a:hover {
    color: #009ee0 ; }
  /* line 183, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
  nav.submenu li.active a {
    background: #e0ecfe;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25); }
    @media screen and (min-width: 60em) {
      /* line 183, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
      nav.submenu li.active a {
        margin-right: -3px;
        padding-right: 11px;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        -ms-border-radius: 3px 0 0 3px;
        -o-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px; } }
  /* line 193, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
  nav.submenu li.active:after {
    background: url(../images/nav_indicator_vertical.png) no-repeat;
    background-size: 19px 11px;
    bottom: 0;
    content: "";
    height: 11px;
    left: 42px;
    position: absolute;
    width: 19px;
    z-index: 2; }
    @media screen and (min-width: 60em) {
      /* line 193, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/navigation.css.sass */
      nav.submenu li.active:after {
        background: url(../images/nav_indicator.png) no-repeat;
        background-size: 11px 19px;
        height: 19px;
        left: auto;
        right: 0px;
        top: 36px;
        width: 11px; } }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/sortable-lists.css.sass */
.sortable-list-container {
  margin: 0 -32px; }
  @media screen and (max-width: 45em) {
    /* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/sortable-lists.css.sass */
    .sortable-list-container {
      margin: 0 -16px; } }

/* line 12, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/sortable-lists.css.sass */
ol.sortable {
  color: #009ee0 ;
  margin-bottom: 32px;
  width: 100%;
  font-size: 13px; }
  /* line 18, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/sortable-lists.css.sass */
  ol.sortable li div {
    background-color: #f9f9f9;
    border-bottom: 1px solid #dddddd;
    cursor: move;
    padding: 10px 0;
    text-indent: 32px;
    width: 100%; }
    /* line 26, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/sortable-lists.css.sass */
    ol.sortable li div a.button {
      text-indent: 0; }
    /* line 29, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/sortable-lists.css.sass */
    ol.sortable li div:hover {
      background-color: #f1f1f1; }
    /* line 32, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/sortable-lists.css.sass */
    ol.sortable li div a small {
      display: inline; }
  /* line 35, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/sortable-lists.css.sass */
  ol.sortable > li:last-child div {
    border-bottom: none; }
  /* line 38, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/sortable-lists.css.sass */
  ol.sortable li ol div {
    background: url(../images/hook.png) no-repeat 40px;
    background-color: #f9f9f9;
    text-indent: 54px; }

/* line 43, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/sortable-lists.css.sass */
.placeholder {
  background: #f7f8ec;
  visibility: visible !important; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/tables.css.sass */
.table-container {
  margin: 0 -32px;
  clear: both; }
  @media screen and (max-width: 45em) {
    /* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/tables.css.sass */
    .table-container {
      margin: 0 -16px;
			overflow-x: scroll !important; } }

table.footable th {
	padding: 12px 12px 12px 30px !important;
}

table.footable td {
	padding: 12px 12px 12px 30px !important;
}

table.footable td a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

table.footable td a.linkcolor {
	color: #009ee0 ;
	text-decoration: none;
	font-weight: normal;
}

/* line 12, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/tables.css.sass */
table.table {
  color: #000000;
  margin-bottom: 32px;
  width: 100%;
  font-size: 13px; }
  /* line 18, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/tables.css.sass */
  table.table tbody tr, table.table thead tr {
    border-bottom: 1px solid #dddddd; }
    
    table.nomargins tbody tr, table.table thead tr {
    border-bottom: none; }
  /* line 21, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/tables.css.sass */
  table.table tbody tr:hover {
    background: #e0ecfe; }
  /* line 24, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/tables.css.sass */
  table.table tr td, table.table tr th {
    padding: 12px; }
    
    table.nomargins tr td, table.table tr th {
    padding: 0px;
    margin: 0px;
    
      vertical-align: middle; }
  /* line 27, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/tables.css.sass */
  table.table thead tr th {
    color: #000000;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    font-size: 12px; }
  
  /* line 34, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/tables.css.sass */
  table.table td.align-right {
    text-align: right; }
  /* line 37, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/tables.css.sass */
  table.table td.align-center {
    text-align: center; }
  /* line 40, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/tables.css.sass */
  table.table tbody tr:last-child {
    border-bottom: none; }
  /* line 43, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/tables.css.sass */
  table.table tfoot tr {
    border-top: 1px solid #dddddd; }
  /* line 46, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/tables.css.sass */
  table.table td.nowrap, table.table th.nowrap {
    white-space: nowrap; }

/* line 49, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/tables.css.sass */
.ui-sortable-placeholder {
  height: 50px;
  visibility: visible; }

/* line 53, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/tables.css.sass */
.ui-sortable-helper {
  cursor: move; }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/tabs.css.sass */
.tab-content {
  display: none; }

/* line 4, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/tabs.css.sass */
.tab-content.active {
  display: block; }

/* line 1, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/wysihtml5.css.sass */
textarea.wysihtml5 {
  font-family: "Century Gothic";
  font-size: 13px;
  height: 225px;
  padding-top: 50px; }

/* line 6, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/wysihtml5.css.sass */
.wysihtml5-container {
  position: relative; }
  /* line 9, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/wysihtml5.css.sass */
  .wysihtml5-container .toolbar {
    border-bottom: 1px solid #e9e9e9;
    top: 1px;
    left: 1px;
    line-height: 40px;
    position: absolute;
    width: 100%; }
    /* line 17, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/wysihtml5.css.sass */
    .wysihtml5-container .toolbar a.command, .wysihtml5-container .toolbar .choose-text-type {
      border-right: 1px solid #e9e9e9;
      color: #999999;
      display: block;
      float: left;
      height: 40px;
      text-align: center;
      width: 40px; }
    /* line 26, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/wysihtml5.css.sass */
    .wysihtml5-container .toolbar a.wysihtml5-command-active, .wysihtml5-container .toolbar a.command:hover {
      color: #009ee0 ; }
    /* line 33, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/wysihtml5.css.sass */
    .wysihtml5-container .toolbar .command-italic, .wysihtml5-container .toolbar .command-bold, .wysihtml5-container .toolbar .action-change-view, .wysihtml5-container .toolbar .command-insert-unordered-list, .wysihtml5-container .toolbar .command-link, .wysihtml5-container .toolbar .action-change-view {
      font-family: "simbill";
      font-size: 18px;
      font-weight: 100;
      line-height: 43px; }
    /* line 39, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/wysihtml5.css.sass */
    .wysihtml5-container .toolbar .command.action-change-view {
      border: none;
      float: right; }
    /* line 43, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/wysihtml5.css.sass */
    .wysihtml5-container .toolbar .choose-text-type {
      width: auto; }
      /* line 46, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/wysihtml5.css.sass */
      .wysihtml5-container .toolbar .choose-text-type a {
        color: #999999;
        display: block;
        line-height: 40px;
        padding: 0 16px; }
      /* line 52, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/wysihtml5.css.sass */
      .wysihtml5-container .toolbar .choose-text-type a:hover {
        color: #009ee0 ; }
      /* line 55, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/wysihtml5.css.sass */
      .wysihtml5-container .toolbar .choose-text-type ul li a {
        color: #009ee0 ;
        line-height: 30px;
        text-align: left; }
        /* line 60, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/wysihtml5.css.sass */
        .wysihtml5-container .toolbar .choose-text-type ul li a.wysihtml5-command-active {
          color: #009ee0  !important;
          font-weight: bold; }
        /* line 63, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/wysihtml5.css.sass */
        .wysihtml5-container .toolbar .choose-text-type ul li a.wysihtml5-command-active:hover {
          background: none;
          color: #999999 !important;
          cursor: default; }
        /* line 68, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/wysihtml5.css.sass */
        .wysihtml5-container .toolbar .choose-text-type ul li a:hover {
          color: white; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, /Users/bram/.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, /Users/bram/.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

/* line 23, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/application.css.sass */
html {
  font-size: 62.5%; }

/* line 26, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/application.css.sass */
body, #wrapper {
  background: url(../images/bg.png) !important;
  color: #000000;
  font-family: "Century Gothic";
  font-size: 13px; }

.status-bar {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 100%;
	background-color: #009ee0 ;
	border-bottom: 1px solid #66dcef;
	z-index:4;
}

/* line 34, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/application.css.sass */
header#header {
  background-size: 1px 75px;
  border-bottom: 1px solid black;
  color: #adadad;
  height: 55px;
  line-height: 55px;
  width: 100%;
  z-index: 3;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ee0 ), color-stop(100%, #00597f));
  background-image: -webkit-linear-gradient(top, #009ee0 , #00597f);
  background-image: -moz-linear-gradient(top, #009ee0 , #00597f);
  background-image: -o-linear-gradient(top, #009ee0 , #00597f);
  background-image: linear-gradient(top, #009ee0 , #00597f); }
  /* line 44, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/application.css.sass */
  header#header .inner-header {
    padding: 0 15px; }
    /* line 47, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/application.css.sass */
    header#header .inner-header .pull-right {
      position: relative;
      right: 3px;
      top: 3px; }
  /* line 52, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/application.css.sass */
  header#header #logo {
    display: none;
    float: left;
    font-weight: normal;
    margin: 0; }
    @media screen and (min-width: 45em) {
      /* line 52, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/application.css.sass */
      header#header #logo {
        display: block; } }
  
  header#header #logo a {
    color: #00597f;
    font-family: "Century Gothic";
    font-weight: bold;
    margin-right: 15px;
    text-decoration: none;
    font-size: 36px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    text-shadow: 0 -1px 0 black; }
  header#header #logo a:hover {
    color: #b5dbff; }

section#main {
  border-top: 1px solid whitesmoke; }
  @media screen and (min-width: 45em) {
    section#main {
      padding: 14px;
      position: relative; } }

section#content {
  background: #ffffff;
  min-height: 100px;
  overflow: auto;
  padding: 22px 16px;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); }
  @media screen and (min-width: 60em) {
    section#content {
      margin-left: 0px; } }
  @media screen and (min-width: 45em) {
    section#content {
      min-height: 400px;
      padding: 32px;
      margin-left: 0px;
      margin-right: 0px; } }
  
  @media screen and (max-width: 45em) {
    section#content {
	    padding: 15px 10px !important;
	    margin-left: 0px !important;
	    margin-right: 0px !important;
	    margin-top: 6px !important;
	    overflow-x: hidden;
	    -webkit-border-radius: 0px !important;
			-moz-border-radius: 0px !important;
			-ms-border-radius: 0px !important;
			-o-border-radius: 0px !important;
			border-radius: 0px !important;
	  }
	}

.testul {
	overflow: visible;
	z-index: 1000000000;
}

.actions {
  background: #e0ecfe;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin: 32px -32px;
  padding: 12px 32px; }

.well {
  background: #009ee0 ;
  border: 1px solid #b5dbff;
  margin: -24px -24px 24px;
  padding: 20px 24px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
	
	
		
	.well ul.tabs {
    margin-bottom: -1px; }
  .well h1 {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 24px;
    font-size: 22px; }
	.well h2 {
    color: #ffffff;
    font-weight: normal;
    font-style: italic;
    position: relative;
    top: -20px;
    margin-bottom: 10px;
    font-size: 12px; }
  .well h1 a {
    color: #b5dbff;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out; }
  /* line 145, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/application.css.sass */
  .well h1 a:hover {
    color: #009ee0 ;
    cursor: pointer; }
    
  @media screen and (max-width: 45em) {
		.well h1 {
    margin-bottom: 10px;
    font-size: 18px; }
		.well h2 {
    margin-bottom: 5px;
    font-size: 12px;
    top: -5px; }
  }
  
  /* line 150, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/application.css.sass */
  .well ul.tabs {
    padding: 0; }
  
    /* line 153, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/application.css.sass */
    .well ul.tabs li {
      display: inline; }
    /* line 156, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/application.css.sass */
    .well ul.tabs li a {
      border-left: 1px solid transparent;
      border-right: 1px solid transparent;
      border-top: 1px solid transparent;
      color: #ffffff;
      display: inline-block;
      font-weight: bold;
      opacity: 0.75;
      padding: 10px 15px;
      -webkit-border-radius: 3px 3px 0 0;
      -moz-border-radius: 3px 3px 0 0;
      -ms-border-radius: 3px 3px 0 0;
      -o-border-radius: 3px 3px 0 0;
      border-radius: 3px 3px 0 0;
      font-size: 13px;
      -webkit-transition: opacity 0.2s ease-out;
      -moz-transition: opacity 0.2s ease-out;
      -o-transition: opacity 0.2s ease-out;
      transition: opacity 0.2s ease-out; }
    /* line 169, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/application.css.sass */
    .well ul.tabs li a:hover {
      opacity: 1; }
    /* line 172, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/application.css.sass */
    .well ul.tabs li.active a {
      background: #ffffff;
      border-color: #b5dbff;
      color: #000000;
      opacity: 1; }
      
    @media screen and (max-width: 45em) { 
		  .well ul.tabs li a {
	    padding: 8px; }
	  }

/* line 179, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/application.css.sass */
#notifications {
  position: relative;
  width: 100%;
  z-index: 3; }

/* line 184, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/application.css.sass */
.notification {
  background-color: #009ee0 ;
  color: white;
  font-weight: bold;
  padding: 12px 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ee0 ), color-stop(100%, #00597f));
  background-image: -webkit-linear-gradient(top, #009ee0 , #00597f);
  background-image: -moz-linear-gradient(top, #009ee0 , #00597f);
  background-image: -o-linear-gradient(top, #009ee0 , #00597f);
  background-image: linear-gradient(top, #009ee0 , #00597f); }
  /* line 195, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/application.css.sass */
  .notification i {
  	font-weight: 400;
    vertical-align: top;
    font-size: 18px;
    margin-right: 10px; }
  /* line 200, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/application.css.sass */
  .notification a {
    color: black;
    opacity: 0.5;
    margin-left: 20px;
    margin-top: -5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3); }
    
  .notifitext {
    position: relative;
    display: inline-block;
    top: 2px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-weight: bold; }
    
  .notification a[data-icon]:before {
	  font-size: 26px; }
  /* line 206, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/application.css.sass */
  .notification a:hover {
    opacity: 1; }
  /* line 209, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/application.css.sass */
  .notification [data-dismiss="notification"] {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    opacity: 0.5;
    padding: 13px 14px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s; }

/* line 220, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/application.css.sass */
.notification.danger {
  background-color: #c80000;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c80000), color-stop(100%, #900b00));
  background-image: -webkit-linear-gradient(top, #c80000, #900b00);
  background-image: -moz-linear-gradient(top, #c80000, #900b00);
  background-image: -o-linear-gradient(top, #c80000, #900b00);
  background-image: linear-gradient(top, #c80000, #900b00);
  text-shadow: 0 1px 0 black; }

/* line 237, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/application.css.sass */
.icon-only[data-icon]:before {
  margin-right: 0; }

/* line 240, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/application.css.sass */
.large-icon[data-icon]:before {
  font-size: 150%;
  line-height: 50%; }

/* line 244, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/application.css.sass */
input[data-icon] {
  position: relative; }

/* line 247, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/application.css.sass */
input[data-icon]:before {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 7px;
  font-size: 20px; }

/* line 255, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/application.css.sass */
.collapsed {
  display: none; }

/* line 260, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/application.css.sass */
.pull-right {
  float: right; }

/* line 263, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/application.css.sass */
p {
  color: #000000;
  line-height: 18px;
  font-size: 13px; }

/* line 268, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/application.css.sass */
a {
  color: #009ee0 ;
  font-weight: bold;
  text-decoration: none; }

/* line 272, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/application.css.sass */
a, tr, tr td {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

/* line 276, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/application.css.sass */
strong {
  font-weight: bold; }

/* line 279, /Users/bram/Dropbox/Apps/Spina 2/source/stylesheets/application.css.sass */
em {
  font-style: italic; }
  


.tooltipwrapper {
	height: 100%;
	width: auto;
	position: relative;
}

.tooltip {
	font-size: 16px;
	display: inline-flex;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
	color: #009ee0 !important;
	opacity:1!important;
}

.tooltip.mitwrapper {
	font-size: 16px !important;
	position: absolute !important;
	top: 50% !important;
	margin-top: -8px !important;
	margin-left: 5px !important;
	margin-right: 5px !important;
	color: #009ee0 !important;
}

.ajaxloading {
	position: fixed;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #393939;
	opacity: 0.9;
	z-index: 999999;
}

.ajaxloading img {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -65px;
	margin-top: -10px;
}

#kundeDetails {
	display: none;
	padding-top: 20px;
}

#newscheck {
	display:none;
}

.eur {
	position: relative;
	display: inline;
	left: 3px;
	margin-right: 25px;
}

#neuekunden {
	display:none;
}

table.nohover tbody tr:hover {
	background-color: #FFF;
}

.tableshow {
	width: 100% !important;
}

.tableshow ul li {
	padding-bottom: 4px;
}

@media screen and (max-width: 45em) {
	.tableshow {
		padding-bottom: 10px !important;
	}
}

.tableleft {
	font-size: 15px;
	width: 30%;
	left: 0;
	overflow: hidden;
	float: left;
	font-weight: bold;
	text-align: right;
	padding-right: 30px;
	padding-bottom: 2px;
	clear: left;
}

.tableright {
	font-size: 15px;
	width: 60%;
	float: left;
	text-align: left;
	padding-bottom: 2px;
	clear: inherit;
}

.detailskundeumsatz {
	font-size: 14px;
	float: left;
	white-space: pre-wrap;
	text-align: left;
	padding-bottom: 2px;
}

.detailskundeumsatz a {
	font-weight: normal !important;
	color: #009ee0 !important;
}

.tableright a {
	font-weight: normal !important;
}

.footable th a {
	color: #e0ecfe !important;
}

@media screen and (max-width: 45em) {
	.tableleft {
		font-size: 13px !important;
		padding-right: 5px !important;
	}
	.tableright {
		font-size: 13px !important;
	}
}

.kommentar {
	width: 100%;
	padding-bottom: 5px;
	font-size: 15px;
	text-align: left;
} 

@media screen and (max-width: 45em) {
	.kommentar {
		font-size: 13px;
	}
}

.vortabelle {
	display: block;
	margin-left:30px;
	margin-bottom: 15px;
	font-size: 16px;
}



.kundeformhidden {
	display: none;
}

.titelhidden {
	display: none;
}

.ansprech {
	background: #e0ecfe;
}

table.nohover tbody tr.ansprech:hover {
	background: #e0ecfe !important;
}

td.nohover:hover {
	background: #ffffff !important;
}

tr.nohover:hover {
	background: #ffffff !important;
}

.besuch {
	background: #e0ecfe;
}

table.nohover tbody tr.besuch:hover {
	background: #e0ecfe !important;
}

.eingeholthidden {
	display: none;
}

.lieferadressetoggle {
	display: table-row;
}

.disabled {
	color: #333 !important;
	pointer-events: none !important;
	cursor: default !important;
	opacity: 0.35 !important;
}

.letters {
	width: 120px;
	float: left;
	height: 30px;
	margin-bottom: 15px;
	font-size: 16px;
	margin-left: 30px;
}

.seitenzahlen_container {
	height: 30px;
	margin-bottom: 15px;
	padding-right: 30px;
}

.seitenzahlen {
	width: 100%;
	text-align: right;
	font-size: 16px;
	padding-top: 7px;
}

.fullscreen {
	width: 100%;
	height: 93%;
	display: none;
	text-align:center;
	
}

.fullscreen embed {
	margin-left: auto;
	margin-right: auto;
}

table.nomargins {
	margin:0px;
	padding:0px;
}

.tableheader {
	background-color: #009ee0;
	font-weight: bold;
	color: #ffffff;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	font-size: 14px !important;
	text-align: center !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	width: 100% !important;
}

.tableheader-tr {
	background-color: #009ee0;
	font-weight: bold;
	color: #ffffff;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	font-size: 14px !important;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.tableheader-tr td {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	font-size: 14px !important;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.tableheader-tr:hover {
	background-color: #009ee0 !important;
}

.tableinfo {
	font-size: 14px !important;
	width: 100%  !important;
	padding: 8px !important;
	margin-left: 30px;
	margin-bottom: 15px;
	font-weight: normal !important;
	color: #939393;
	text-align: left !important;
	font-style: italic;
}

.tableinfo a{
	text-decoration: underline !important;
	color: #009ee0 !important;
}

.ansprech_details {
	font-size: 14px;
	margin-bottom: 10px;
	background: #f8f8f8;
	border: 1px solid #009ee0;
	padding: 5px;
	min-width: 300px;
	min-height: 80px;
	line-height: 20px;
}

.ansprech_details span {
	position: relative;
	float: right;
	font-family: "simbill";
	font-size: 20px;
	margin-left: 20px;
	margin-right: 2px;
	clear:right;
	margin-bottom: 5px;
}

@media screen and (max-width: 45em) {
	.ansprech_details {
		font-size: 13px;
		min-width: 190px;
		max-width: 200px;
		line-height: 16px;
		float:left;
		clear:left;
	}
	.ansprech_details span {
		position: relative;
		float: left;
		margin-left: 5px;
		margin-right: 10px;
		margin-top: 5px;
	}
	
}

.nachrichtenback {
	background-color: #b5dbff;
}

.summerowback {
	background-color: #b5dbff;
}

.nachrichtenback:hover {
	background-color: #b5dbff !important;
}

.summerowback:hover {
	background-color: #b5dbff !important;
}

p.divider {
    border-top: 1px solid #009ee0 ;
    margin-top: 20px !important; }
    
.boldtr {
	font-size:14px !important;
	font-weight:bold  !important;
	color: #009ee0  !important;
}

.blaettern {
	float: right;
	display: inline;
	font-size: 16px;
	margin-bottom: 5px;
	margin-top:5px;
}

.formneu {
	display: none;
	height: 50%;
  position: fixed;
  top: 25%;
  left:25%;
  width: 50%;
  z-index: 999999;
}



*[data-href] {
  cursor: pointer;
}



.wysihtml5font h1 {
	font-size:18px !important;
	font-weight:bold;
	text-transform: uppercase;
	line-height: 40px;
}

.wysihtml5font h2 {
	font-size:16px !important;
	font-weight:bold;
	text-transform: uppercase;
	line-height: 35px;
}

.wysihtml5font h3 {
	font-size:14px !important;
	font-weight:bold;
	text-transform: uppercase;
	line-height: 30px;
}

.wysihtml5font b {
	font-weight:bold;
	font-size:13px !important;
}

.wysihtml5font i {
	font-style: italic;
	font-size:13px !important;
}

.wysihtml5font p {
	margin: 7px 0;
	font-size:13px !important;
}

.wysihtml5font blockquote {
	margin: 7px 0 7px 10px;
	font-size:13px !important;
}

.wysihtml5font li {
	list-style: disc;
	margin-left: 30px;
	font-size:13px !important;
}

.wysihtml5font ul {
	margin: 10px 0;
	font-size:13px !important;
}


.wysihtml5dropdown li {
	list-style: none !important;
	margin-left: 0 !important;
}

.wysihtml5dropdown li a {
	font-weight: normal;
}

.red {
	color: #ea0000 !important;
}

.blue {
	color: #6186ff !important;
}

.green {
	color: #20e900 !important;
}

.compreicolor {
	color: #009ee0 !important;
}


.correct-top-1 {
	top: -1px !important;
}

.correct-top-2 {
	top: -2px !important;
}

.correct-top-5 {
	top: -5px !important;
}

.correct-top-10 {
	top: -10px !important;
}

.correct-top-20 {
	top: -20px !important;
}

.correct-top1 {
	top: 1px !important;
}

.correct-top2 {
	top: 2px !important;
}

.correct-top5 {
	top: 5px !important;
}

.correct-top10 {
	top: 10px !important;
}

.correct-top20 {
	top: 20px !important;
}