.marreview {
    width: 100%;
    height: auto;
    color: #554b3e;
    text-align: justify;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marreview 50s linear infinite;
}

.marreview:hover {
    animation-play-state: paused
}

/* Make it move */
@keyframes marreview {
    0%   { text-indent: 27.5em }
    100% { text-indent: -105em }
}
/* Style toggle button */
.toggle {
	display: block;
    margin: 2em auto;
}
.custall{max-width: 1020px;  margin-left: auto;  margin-right: auto; padding: 10px;}
.custlf{color: #7f766a; font-weight: bold; padding: 2px;}

/* Color Box Plate */
.colorpl {
  float: left;
  width: 20px;
  height: 20px;
  margin: 5px;
  border: 1px solid rgba(0, 0, 0, .2);
  color: #ffffff;
}
.Aqua {
  background: #00FFFF;
}
.Beige {
  background: #dedbbc;
}
.Black {
  background: #000000;
}
.Blue {
  background: #0000FF;
}
.Brown {
  background: #A52A2A;
}
.Cyan {
  background: #00FFFF;
}
.Golden {
  background: #FFDF00;
}
.Green {
  background: #008000;
}
.Grey {
  background: #808080;
}
.Ivory {
  background: #fffff0;
}
.Khaki {
  background: #C3B091;
}
.Light-Beige {
  background: #F5F5DC;
}
.Light-Green {
  background: #90EE90;
}
.Light-Black {
  background: #3E3B3C;
}
.Light-Blue {
  background: #ADDFFF;
}
.Light-Brown {
  background: #DEB887;
}
.Light-Grey {
  background: #D3D3D3;
}
.Light-Maroon {
  background: #bf273c;
}
.Light-Orange {
  background: #ff6633;
}
.Maroon {
  background: #aa3f40;
}
.Multi {
  background: #80BFFF;
}.Navy-Blue {
  background: #000080;
}.Night-Blue {
  background: #151B54;
}
.Orange {
  background: #FFA500;
}
.Peach {
  background: #FFE5B4;
}.Pink {
  background: #FFC0CB;
}
.Purple {
  background: #800080;
}
.Red {
  background: #FF0000;
}
.Sky-Blue {
  background: #6698FF;
}
.White {
  background: #FFFFFF;
}
.Yellow {
  background: #FFFF00;
}


