/* Global Styles */

/* ------------------------------- */

body {
    font-family: 'Open Sans', sans-serif;
    padding-top: 0;
    background-color: #f8f8f8;
}

.bold {
	font-weight: bolder !important;
}

.center,
.align-center {
	text-align: center !important;
}

.right {
	text-align: right !important;
}

.smaller-90 {
  font-size: 90% !important;
}
.smaller-80 {
  font-size: 80% !important;
}
.smaller-70 {
  font-size: 70% !important;
}
.smaller-60 {
  font-size: 60% !important;
}
.smaller-50 {
  font-size: 50% !important;
}
.smaller-40 {
  font-size: 40% !important;
}
.smaller-20 {
  font-size: 20% !important;
}
