/* BLUE CORNERS*/
div.blue-rounded-corner-container {
  background-color:transparent;
  color:#36A0CB;
}

div.blue-rounded-corner-1, div.blue-rounded-corner-2,
div.blue-rounded-corner-3, div.blue-rounded-corner-4 {
  background-color:#36A0CB;
  color:#FFFFFF;
  height: 1px;
  font-size: 1px;
  overflow: hidden;
}
div.blue-rounded-corner-1 {
  margin: 0 5px;
}
div.blue-rounded-corner-2 {
  margin: 0 3px;
}
div.blue-rounded-corner-3 {
  margin: 0 2px;
}
div.blue-rounded-corner-4 {
  margin: 0 1px;
  height: 2px;
}

/* GREEN CORNERS*/
div.green-rounded-corner-container {
  background-color:transparent;
  color:#90c200;
}

div.green-rounded-corner-1, div.green-rounded-corner-2,
div.green-rounded-corner-3, div.green-rounded-corner-4 {
  color:#FFFFFF;
  height: 1px;
  font-size: 1px;
  overflow: hidden;
}
div.green-rounded-corner-1 {
  background-color:#a7dc00;
  margin: 0 5px;
}
div.green-rounded-corner-2 {
  background-color:#a6db00;
  margin: 0 3px;
}
div.green-rounded-corner-3 {
  background-color:#a6da00;
  margin: 0 2px;
}
div.green-rounded-corner-4 {
  background-color:#a4d900;
  margin: 0 1px;
  height: 2px;
}

/* BLUE GRAD CORNERS*/
div.blg-rounded-corner-container {
  background-color:transparent;
  color:#90c200;
}

div.blg-rounded-corner-1, div.blg-rounded-corner-2,
div.blg-rounded-corner-3, div.blg-rounded-corner-4 {
  color:#FFFFFF;
  height: 1px;
  font-size: 1px;
  overflow: hidden;
}
div.blg-rounded-corner-1 {
  background-color:#4bafd1;
  margin: 0 5px;
}
div.blg-rounded-corner-2 {
  background-color:#4aafd1;
  margin: 0 3px;
}
div.blg-rounded-corner-3 {
  background-color:#4aaed1;
  margin: 0 2px;
}
div.blg-rounded-corner-4 {
  background-color:#48add0;
  margin: 0 1px;
  height: 2px;
}

/* LIGHT BLUE CORNERS*/
div.light-blue-rounded-corner-container {
  background-color:transparent;
  color:#e0e0e0;
}

div.light-blue-rounded-corner-1, div.light-blue-rounded-corner-2,
div.light-blue-rounded-corner-3, div.light-blue-rounded-corner-4 {
  background-color:#e0e0e0;
  color:#FFFFFF;
  height: 1px;
  font-size: 1px;
  overflow: hidden;
}
div.light-blue-rounded-corner-1 {
  margin: 0 5px;
}
div.light-blue-rounded-corner-2 {
  margin: 0 3px;
}
div.light-blue-rounded-corner-3 {
  margin: 0 2px;
}
div.light-blue-rounded-corner-4 {
  margin: 0 1px;
  height: 2px;
}

/* LIGHT GRAY CORNERS*/
div.lg-rounded-corner-container {
  background-color:transparent;
  color:#e0e0e0;
  overflow:hidden;
  position:absolute;
  z-index:-1;
}

div.lg-rounded-corner-1, div.lg-rounded-corner-2,
div.lg-rounded-corner-3, div.lg-rounded-corner-4 {
  background-color:#e0e0e0;
  height: 1px;
  font-size: 1px;
  overflow: hidden;
}
div.lg-rounded-corner-1 {
  margin: 0 5px;
}
div.lg-rounded-corner-2 {
  margin: 0 3px;
}
div.lg-rounded-corner-3 {
  margin: 0 2px;
}
div.lg-rounded-corner-4 {
  margin: 0 1px;
  height: 2px;
}

/* LIGHTGRAY CORNERS*/
div.lightgray-rounded-corner-container {
  background-color:#FFFFFF;
  color:#EEEEEE;
}

div.lightgray-rounded-corner-1, div.lightgray-rounded-corner-2,
div.lightgray-rounded-corner-3, div.lightgray-rounded-corner-4 {
  background-color:#EEEEEE;
  color:#FFFFFF;
  height: 1px;
  font-size: 1px;
  overflow: hidden;
  border-color:#36A0CB;
  border-style:solid;
  border-top:none;
  border-bottom:none;
}
div.lightgray-rounded-corner-1 {
  margin: 0 5px;
  background-color:#36A0CB;
}
div.lightgray-rounded-corner-2 {
  margin: 0 3px;
  border-left-width:2px;
  border-right-width:2px;
}
div.lightgray-rounded-corner-3 {
  margin: 0 2px;
  border-left-width:1px;
  border-right-width:1px;
}
div.lightgray-rounded-corner-4 {
  margin: 0 1px;
  height: 2px;
  border-left-width:1px;
  border-right-width:1px;
}
