.bluebox {
   font-family:arial;
   font-weight:bold;
   font-size:24px;
   color:white;
   padding:10px;
   background-color:#0064a4;
   text-align:center;
   line-height:28px;
   border-radius: 5px;
   margin-bottom:15px;
}
.redbox {
   font-family:arial;
   font-weight:bold;
   font-size:24px;
   color:white;
   padding:10px;
   background-color:red;
   text-align:center;
   line-height:28px;
   border-radius: 5px;
   margin-bottom:15px;
}
.greenbox {
   font-family:arial;
   font-weight:bold;
   font-size:24px;
   color:black;
   padding:10px;
   background-color:#94C83D;
   text-align:center;
   line-height:28px;
   border-radius: 5px;
   margin-bottom:15px;
}
.orangebox {
   font-family:arial;
   font-weight:bold;
   font-size:24px;
   color:black;
   padding:10px;
   background-color:#F78D2D;
   text-align:center;
   line-height:28px;
   border-radius: 5px;
   margin-bottom:15px;
}
.lightbluebox {
   font-family:arial;
   font-weight:bold;
   font-size:24px;
   color:black;
   padding:10px;
   background-color:#6AA2B8;
   text-align:center;
   line-height:28px;
   border-radius: 5px;
   margin-bottom:15px;
}
.darkbluebox {
   font-family:arial;
   font-weight:bold;
   font-size:24px;
   color:white;
   padding:10px;
   background-color:#1B3D6D;
   text-align:center;
   line-height:28px;
   border-radius: 5px;
   margin-bottom:15px;
}
.darkgraybox {
   font-family:arial;
   font-weight:bold;
   font-size:24px;
   color:white;
   padding:10px;
   background-color:#555759;
   text-align:center;
   line-height:28px;
   border-radius: 5px;
   margin-bottom:15px;
}
.docusignbox {
   font-family:arial;
   font-weight:bold;
   font-size:24px;
   color:white;
   padding:10px;
   background-image:radial-gradient(#2048a7, #153571);
   text-align:center;
   line-height:28px;
   border-radius: 5px;
   margin-bottom:15px;
}
.template {
   margin-bottom:15px;
   padding-bottom:15px;
}