@charset "UTF-8";
/* CSS Document */

/*HORIZONTAL LINES*/
.horizontal_dotted_line {
  border:none;
  border-top:5px dotted #eee;
  height:2px;
  width:100%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;

}

.horizontal_dotted_line_white {
  border:none;
  border-top:5px dotted #FEFDFA;
  height:2px;
  width:100%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
}