.nano .nano-content {
	padding: 10px;
	padding-right: 25px;
}

.nano .nano-pane {
	background:  #70c8e2;
	width: 8px;
	right: 1px;
  margin: 5px;
}

.nano .nano-slider {
	background: #2490b2;
}

.nano > .nano-content {
  background:  #ffffff;
}

@font-face {
    font-family: "affogatofont";
    src: url("Affogato-Regular.woff") format('woff');
}

@font-face {
    font-family: "affogatofont";
    src: url("Affogato-Bold.woff") format('woff');
    font-weight: bold;
}

body {
    font-family: "affogatofont";
}