.styled1 {
	line-height:25%;
}

.styled1 progress {
  direction: rtl;
  width: 100%;
  height: 5px;

  /* Firefox */
  border: none;
  background: #EEE;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2) inset;
}

.styled1 progress::-moz-progress-bar {
  background-color: #ff493d;
  border-radius: 3px;
}

.styled1 progress::-webkit-progress-bar {
  background: #EEE;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2) inset;
  border-radius: 3px;
}

.styled1 progress::-webkit-progress-value {
  background-color: #ff493d;
  border-radius: 3px;
}

.styled2 {
	line-height:25%;
}

.styled2 progress {
  direction: rtl;
  width: 100%;
  height: 5px;

  /* Firefox */
  border: none;
  background: #EEE;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2) inset;
}

.styled2 progress::-moz-progress-bar {
  background-color: #006d2c;
  border-radius: 3px;
}

.styled2 progress::-webkit-progress-bar {
  background: #EEE;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2) inset;
  border-radius: 3px;
}

.styled2 progress::-webkit-progress-value {
  background-color: #006d2c;
  border-radius: 3px;
}

.styled3 {
	line-height:25%;
}

.styled3 progress {
  direction: rtl;
  width: 100%;
  height: 5px;

  /* Firefox */
  border: none;
  background: #EEE;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2) inset;
}

.styled3 progress::-moz-progress-bar {
  background-color: #08519c;
  border-radius: 3px;
}

.styled3 progress::-webkit-progress-bar {
  background: #EEE;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2) inset;
  border-radius: 3px;
}

.styled3 progress::-webkit-progress-value {
  background-color: #08519c;
  border-radius: 3px;
}

body {
	font-family: 'Gotham-Light', sans-serif;
}
h2 {
	margin-bottom: 1px;
}
.subtitle{
	font-size: 10px;
}
.dashboard {
	color:#000;
}
.spacersm {
	margin-top:20px;
}

.line {
	border-bottom-style:solid;
	border-bottom-color:#cccccc;
	border-bottom-width:1px;
}

.fill {
    height: 100%;
    min-height: 100%;
}


.legends1 {
    line-height: 12px;
    width: 140px;
    color: #555;
    background-color:#ffffff;
    padding:5px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 5px;
	opacity: 0.85;
}
.legends1 i {
    width: 18px;
    height: 12px;
    float: left;
    margin-right: 6px;
    opacity: 0.7;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
}

.legends2 {
    line-height: 12px;
    width: 140px;
    color: #555;
    background-color:#ffffff;
    padding:5px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 5px;
	opacity: 0.85;
}
.legends2 i {
    width: 18px;
    height: 12px;
    float: left;
    margin-right: 6px;
    opacity: 0.7;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
}

.legends3 {
    line-height: 12px;
    width: 140px;
    color: #555;
    background-color:#ffffff;
    padding:5px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 5px;
	opacity: 0.85;
}

.legends3 i {
    width: 18px;
    height: 12px;
    float: left;
    margin-right: 6px;
    opacity: 0.7;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
}



p {
    padding-left:10px;
}

h3 {
    padding-left:20px;
}
