.incomplete {
  background-color: yellow;
}
.exceptionmark {
  background-color: #F9966B;
}
.exceptionunmark {
  background-color: white;
}
.hidden {
  display: none;
}
/*.shown {
  display: inline;
}*/
.deleted {
  display: none;
}
.tooltip {
    width:400px;
    height:300px;
    padding:20px;
    border:1px solid #ccc;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
    border-radius:3px;
    -webkit-border-radius:3px;
    position:absolute;
    top:5px;
    left:50px;
    display:none;
}


a.tab,
a.tab:visited {
  color: #e6e6e6;
  text-decoration: none;
}
body {
  margin: 0px;
  padding: 0px;
}
body,
p,
td,
select,
input {
  font-family: Tahoma, Verdana, Arial, Helvetica;
  font-size: 10px;
}
select,
input,
button {
  font-size: 11px;
}
a,
a:visited {
  color: blue;
}
a:hover {
  text-decoration: underline;
}
a,
a.head_2,
a.head_2:hover {
  text-decoration: none;
}
.page_heading {
  font-size: 18px;
  font-family: Georgia, Times, serif;
  font-weight: bolder;
  color: #026;
}
.head_2,
a.head_2,
a.head_2:visited {
  font-size: 11px;
  font-weight: bold;
  color: #026;
}
.main_nav_active {
  color: white;
  background-color: #4d4d4d;
  font-size: 11px;
  padding: 0px 10px;
}
.main_nav_active a,
.main_nav_active a:visited {
  color: white;
  text-decoration: none;
}
.edit_left a,
.edit_bottom a:visited {
  /*color: white; Fix for white View/Delete links on Marketing pages */
  text-decoration: none;
}
.main_nav_active a:hover {
  color: white;
  text-decoration: underline;
}
.main_nav_selected {
  color: black;
  background-color: #b3b3b3;
  font-size: 11px;
  padding: 0px 10px;
  /*border: 1px solid #4d4d4d;*/
}
.main_nav_selected a,
.main_nav_selected a:hover,
.main_nav_selected a:visited {
  color: black;
  background-color: #b3b3b3;
  font-size: 11px;
  text-decoration: none;
}
.leftnav_box {
  margin: 0px 10px;
  padding: 6px;
  border: 1px solid #ccc;
  background-color: #e6e6e6;
  font-size: 11px;
  color: #026;
  width: 130px;
}
.contents a,
.contents a:visited,
.contents a:active {
  margin-left: 14px;
  color: #026;
}
div.contents {
  display: none;
}
.legal {
    color: #06185F;
    font-size: 9px;
}

div.column {
  width: 32%;
  float: left;
  padding-left: 5px;
}

td.instructions {
  color: #ffffff;
  border-bottom: #a9a7b9 1px solid;
  background-color: green;
}
.instructions td {
  color: white;
  font-size: 11px;
  background-color: green;
  padding: 4px 4px 6px 10px;
}
span.instructions {
  color: white;
  background-color: green;
}
td.error {
  background-color: #c00;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.error td {
  color: white;
  font-size: 11px;
  background-color: #c00;
  padding: 4px 4px 6px 10px;
}
td.caution {
    background-color: #F9966B;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
.caution td {
    color: white;
    font-size: 11px;
    background-color: #F9966B;
    padding: 4px 4px 6px 10px;
}
.tab_selected {
  font-size: 12px;
  font-weight: bold;
  color: #e6e6e6;
  background-color: #726f92;
  padding: 8px;
  width: 100px;
}
.tab_active {
  font-size: 12px;
  font-weight: bold;
  color: #e6e6e6;
  background-color: #524F73;
  padding: 6px 8px;
  width: 100px;
  border-bottom: 1px solid #A9A7B9;
}
.tab_active a,
.tab_active a:visited {
  color: #e6e6e6;
}
.tab_passive {
  font-size: 12px;
  font-weight: bold;
  color: #e6e6e6;
  background-color: #FFFFFF;
  padding: 0px 8px;
  width: 100px;
}
.view_left {
  font-size: 11px;
  color: #ccc;
  background-color: #726f92;
  font-weight: normal;
}
.view_left span {
  margin-left: 8px;
  margin-bottom: 4px;
  font-weight: normal;
  color: white;
}
.edit_left {
  font-size: 11px;
  color: #ccc;
  background-color: #726f92;
}
.edit_right {
  font-size: 10px;
  font-weight: bold;
  background-color: #BFBDDE;
}
.search_end{
  padding-right:10px;
}
.toolbar {
  font-size: 11px;
  color: #ccc;
  font-weight: bold;
  background-color: #726f92;
}
.edit_right label {
  font-weight: normal;
}
.edit_bottom {
  font-size: 10px;
  color: #ccc;
  background-color: #524f73;
}
.edit_bottom a,
.edit_bottom a:visited {
  color: white;
}
.edit_bottom select,
.edit_bottom button,
.edit_bottom input {
  margin-left: 8px;
  /*width: 140px;*/
  vertical-align: middle;
}
.btnSearch {
  height: 30px;
  width: 60px;
  text-align: center;
}
.edit_left select,
.edit_left input {
  margin-left: 8px;
  margin-bottom: 4px;
  /*    width: 90%;*/
  vertical-align: middle;
}
.edit_left span {
  margin-left: 8px;
  height: 10px;
  font-weight: bold;
  color: white;
}
.edit_left .ignoreSpan {
  margin-left: 0px;
  font-weight: normal;
  color: #ccc;
}
.edit_left div.indentation {
  margin-left: 8px;
  direction: ltr;
}
.edit_left span.notbold {
  margin-left: 0px;
  height: 10px;
  font-weight: normal;
  color: #d3d3d3;
}

.data_table_head_row td.stop {
  background-color: #ffb6c1;
  /*light pink*/
}

.data_table_head_row td.caution {
  background-color: #ffffe0;
  /*light yellow*/
}

.data_table_head_row td.rightalign {  
  text-align: right;  
}

.data_table_head_row td.centeralign {  
  text-align:center;  
}
.data_table_head_row td.go {
  background-color: #ccffcc;
  /*light green*/
}
.edit_left span.bold {
  margin-left: 0px;
  height: 10px;
  font-weight: bold;
  color: White;
}
.edit_left textarea {
  margin-left: 8px;
}
.edit_gridwarn_color {
  color: #ff4500;
}
.edit_gridmask_color {
  color: #808080;
}
.required {
  font-weight: bold;
  color: white;
}
.data_table_indentation {
  margin: 3px 0px;
  border-bottom: 1px solid #b4b4b4;
}
.data_table_no_top_margin .data_table {
  margin: 1px 0px 10px 0px;
  border-bottom: 1px solid #b4b4b4;
}
.data_table_indentation tr {
  font-size: 10px;
  background-color: #e6e6e6;
}
.data_table_indentation td {
  padding: 2px 4px;
  border-top: 1px solid white;
}
.data_column_indentation td {
  padding: 2px 4px;  
  background-color: #e6e6e6;  
}
.data_table_indentation span.Normal {
  margin-left: 0px;
  font-weight: normal;
  color: #000000;
}
.data_table span.Normal {
  margin-left: 0px;
  font-weight: normal;
  color: #000000;
}
.data_table_indentation {
  margin: 0px 10px;
  border-bottom: 1px solid #b4b4b4;
}
.data_table {
  margin: 10px 0px;
  border-bottom: 1px solid #b4b4b4;
}
.data_table tr {
  font-size: 10px;
  background-color: #e6e6e6;
}
.data_table td {
  padding: 2px 4px;
  border-top: 1px solid white;
}
.data_table_head_row td {
  background-color: #cdcdcd;
  border-bottom: 1px solid #b4b4b4;
  vertical-align: bottom;
  text-align: left;
}
.data_table_head_row1 td {
  background-color: #cdcdcd;
  border-bottom: 1px solid #b4b4b4;
  vertical-align: bottom;
}
.data_table_head_row .td_center_align {
  text-align: center;
}
.data_table_foot_row td {
  background-color: #ffffff;
  color: #000000;
  border-top: 1px solid #b4b4b4;
}
.data_table_selected_row td {
  background-color: #fc9;
  border-top: 1px solid #b4b4b4;
}
.data_table_foot_selected_row td {
  background-color: #fc9;
  color: #000000;
  border-top: 1px solid #b4b4b4;
}
.bar_graph_table_transparent,
.bar_graph_table {
  border-collapse: collapse;
}
.bar_graph_table_transparent td,
.bar_graph_table td {
  padding: 0px;
  border: 0px;
}
.bar_graph_table td {
  background-color: Green;
}
A.edit_left {
  color: White;
  margin-left: 10px;
}
A.edit_left:visited {
  color: White;
  margin-left: 10px;
}
A.linkReset {
  color: White;
  margin: 0px 10px 0px 10px;
}
A.linkReset:visited {
  color: White;
  margin: 0px 10px 0px 10px;
}
A.edit_right {
  color: White;
  margin-left: 10px;
}
A.edit_right:visited {
  color: White;
  margin-left: 10px;
}
A.edit_bottom {
  color: White;
  margin-left: 10px;
}
A.edit_bottom:visited {
  color: White;
  margin-left: 10px;
}
td.data_table_anchor {
  color: Blue;
}
a td.data_table_anchor,
a:visited td.data_table_anchor {
  color: Blue;
}
a.Boldlink {
  color: Blue;
}
a data_table_anchor,
a:visited data_table_anchor {
  color: Blue;
}
div.sectionHead {
  font-size: 11px;
  font-family: Georgia, Times, serif;
  font-weight: bolder;
  color: #026;
}
.displaynone {
  display: none;
}
/* Branch Capture Additions */
.bc-batchtype {
  width: 200px;
}
.bc-totals {
  border: solid 1px white;
  margin-top: 8px;
}
.bc-totals input {
  font-family: Monospace;
}
.bc-batchbuttons {
  padding: 5px 0;
}
.bc-batchbuttons input {
  width: 50px;
  margin: 0;
}
.bc-checkfront {
  width: 416px;
  height: 172px;
  border: solid 2px #00f;
}
.bc-checkzoom {
  position: absolute;
  left: 795px;
  width: 199px;
  height: 120px;
  border: 2px solid #333;
  visibility: hidden;
}
.bc-checkbuttons {
  text-align: right !important;
  padding-top: 8px;
}
.bc-checkbuttons input {
  margin-left: 0;
}
.bc-pad {
  padding: 4px 0 0 4px;
}
.bc-micrtbl {
  margin: 0;
}
.bc-micrtbl td {
  margin: 0;
  text-align: center;
  vertical-align: bottom;
}
.bc-micrin input {
  font-family: Monospace;
  font-size: 11px;
  text-align: center;
  margin: 2px 0 0 0;
  border: solid 1px #333;
  border-top: solid 2px #333;
}
.bc-micrleft {
  border-left: solid 2px #333 !important;
}
.bc-micright {
  border-right: solid 2px #333 !important;
}
.bc-micrsym {
  position: relative;
  top: 2px;
}
.bc-micrhelp {
  border: solid 2px #333;
  border-top: solid 1px #333;
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding-bottom: 2px;
}
.bc-checkbackwrap {
  overflow: auto;
  height: 120px;
  border: solid 2px #00f;
  margin-right: 4px;
}
.bc-checkback {
  width: 178px;
  border: none;
}
.bc-risktablewrap {
  overflow: auto;
  height: 130px;
  margin: 8px 4px 0 0;
}
.bc-risktable {
  width: 100%;
  border: solid 1px #333;
  border-collapse: collapse;
  margin: 0 !important;
}

.tooltip-sev{
    position:relative;
}

.tooltip-sev:hover:after{
             background: url('../Images/sev_legend.png?v9.10') no-repeat;
              content: attr(title);
              left: -10px;
              top: 10px;
              position: absolute;
              z-index: 9999;
              width: 105px;
              height: 185px;

}

.tooltip-queue{
    position:relative;
}

.tooltip-queue:hover:after{
    background: url('../Images/que_legend.png?v9.10') no-repeat;
    content: attr(title);
    left: -10px;
    top: 10px;
    position: absolute;
    z-index: 9999;
    width: 120px;
    height: 135px;
}

.bc-riskstop,
.bc-riskyield,
.bc-riskgo,
.bc-riskexyield {
  background: url("../Images/riskicons.png?v9.10") no-repeat;
  width: 16px;
  height: 16px;
}
.bc-riskstop {
  background-position: 0 0;
}
.bc-riskyield {
  background-position: 0 -16px;
}
.bc-riskgo {
  background-position: 0 -34px;
}
.bc-riskexyield {
  background-position: 0 -52px;
}
.bc-sevreject,
.bc-sevmaxhold,
.bc-sevexthold,
.bc-sevminhold,
.bc-sevnohold {
  background: url("../Images/sev_icons.png?v9.10") no-repeat;
  width: 16px;
  height: 16px;
}
.bc-sevreject {
  background-position: 0 0;
}
.bc-sevmaxhold {
  background-position: 0 -17px;
}
.bc-sevexthold {
  background-position: 0 -36px;
}
.bc-sevminhold {
  background-position: 0 -53px;
}
.bc-sevnohold {
  background-position: 0 -70px;
}
.bc-quehighrisk,
.bc-queheld,
.bc-queneedsreview{
  background: url("../Images/queue_icons.png?v9.10") no-repeat;
  width: 16px;
  height: 16px;
}
.bc-queheld {
  background-position: 0 0;
}
.bc-quehighrisk {
  background-position: 0 -17px;
}
.bc-queneedsreview {
  background-position: 0 -36px;
}

.bc-dropdowns {
  position: relative;
  top: -29px;
  left: 260px;
  width: 190px;
}
/* EC Magnify */
.ec-magnify {
  position: relative;
}
div.ec-magnify_zoom {
  position: absolute;
  overflow: hidden;
  cursor: url(../Images/ecmagnify.cur), pointer;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 102;
}
div.ec-magnify_border {
  position: absolute;
  border: 2px solid #00784e;
  left: 0;
  top: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 101;
}
img.ec-magnify_img {
  padding: 0px;
  border: 0px;
  z-index: 100;
}
/* EC Zoom */
div.ec-zoom_marker {
  position: absolute;
  cursor: url(../Images/ecmagnify.cur), crosshair;
}
div.ec-zoom_border {
  position: absolute;
  left: 0px;
  top: 0px;
  border: 1px solid #00784e;
  width: 100%;
  height: 100%;
}
div.ec-zoom_fill {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #00784e;
  filter: alpha(opacity=25);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 25 ")";
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  -ms-opacity: 0.25;
  opacity: 0.25;
}
img.ec-zoom_img {
  padding: 0px;
  border: 0px;
}
div.ec-zoom_imgctr {
  position: absolute;
  margin-left: 20px;
  border: 1px solid black;
}
a.linkGeolocation, a.linkTopGrid{
	color:white;
	font-weight: bold;
	text-decoration: underline;
}
.geolocation.dialog.modal input.close{
width: 25px;
height: 25px;
right:inherit;
float:right;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
border-radius: 25px;
background: rgb(0, 0, 0);
color: rgb(255, 255, 255);
position: relative;
top: -13px;
border: none;
z-index: 999;
}
/* Fix alignment in for Select DD in Chrome */
#ucTarget_ucSearchStation_pnlStations,
#ucTarget_ucSearchStation_pnlSelect,
#ucTarget_ucSearchStation_pnlError {
  display: inline-block;
  margin: 0;
  padding: 0;
  height: auto;
  box-sizing: border-box;
}
.nonstandard {
  background-color: #e6e6e6;
}
.nonstandard td {
  padding: 10px;
  font-size: 13px;
  vertical-align: top;
}
.pointer {
  cursor: default;
}
.coverupShowCheck {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100%;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.coverupShowCheck.active,
.coverup.active {
  display: block;
  bottom: 0;
  background: #333;
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 90 ")";
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -ms-opacity: 0.9;
  opacity: 0.9;
}
.modalShowCheck {
  position: fixed;
  display: block;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 100%;
  right: 0;
  border: 1px;
  background: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.modalShowCheck .modalbodyShowCheck {
  position: absolute;
  display: none;
  top: 1px;
  bottom: 100%;
  left: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
}
.modalShowCheck.active .modalbodyShowCheck {
  display: block;
  bottom: 0;
}
.modalShowCheck.active {
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  filter: alpha(opacity=100) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")" !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  -ms-opacity: 1 !important;
  opacity: 1 !important;
}
.modalShowCheck button.close {
  width: 25px;
  height: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  background: #000;
  color: #fff;
  position: fixed;
  right: 10px;
  top: 10px;
  border: none;
  z-index: 999;
}
.modal,
.modalShowCheck,
.cover {
  z-index: 999;
}
.backimagecontainer {
  position: relative;
  width: 250px;
}
.imageback {
  width: 645px;
  margin-left: -645px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}
.modalShowCheck img {
  width: 100%;
  margin-top: 45px;
  -webkit-box-shadow: 0 2px 4px #333333;
  -moz-box-shadow: 0 2px 4px #333333;
  -ms-box-shadow: 0 2px 4px #333333;
  box-shadow: 0 2px 4px #333333;
}
.modalShowCheck .detailpanel {
  margin-top: 45px;
  background: white;
}
.modalShowCheck .actionbar {
  position: fixed;
  display: none;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 100%;
  padding: 10px 20px;
  background: #333;
}
.modalShowCheck.active .actionbar {
  display: block;
  bottom: auto;
}
@media print {
  table.nonprintable{
    display: none!important;
  }
  .printable {
    display: block!important;
  }
  div.printable {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
  div.printable input,
  div.printable button {
    display: none;
  }
}
span.topgridlabel {
    margin-left: 0px;
    height: 10px;
    font-weight: normal;
    color: #ccc;
}

/* Seth's additions*/

.panelMain {
    font-size: 11px;
    color: #ccc;
    background-color: #726f92;
    padding: 10px;
}

.panelItem {
    display: inline-block;
    padding: 0px 5px;
    float: left;
}

.panelItemAspLabel {
    margin-left: 5px;
    color: white;
}

.panelItemIndent {
    margin-left: 5px;
    margin-top: 2px;
}

.panelAudit {
    background-color: #726f92;
}

.panelAction {
    padding: 5px 5px;
    background-color: #524f73;
    clear: both;
    margin-bottom: 10px
}

.panelSearch {
    width: 1080px;
    background-color: #726f92;
    display: grid;
    font-size: 11px;
    color: #ccc;
    padding-bottom: 5px;
}

.searchButtons {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 2;
    padding: 0px 5px 0 0;
}

.searchBtn {
    display: block;
    height: 30px;
    margin: 20px 0 15px 15px;
}

.searchClearBtn{
    height: 20px;
    font-size: 11px;
    color: white;
}

.searchFields {
    grid-column-start: 2;
    grid-row-start: 1;
}

.searchFieldCol3 {
    grid-column-start: 3;
    grid-row-start: 1;
}

.searchItem {
    padding: 8px 6px;
    display: inline-block;
}

.panelLabel label {
    font-weight: bold;
    color: white;
}

.newRow {
    clear:both;
    padding: 10px 0;
}

.labelWhiteBold {
    font-weight: bold;
    color: white;
}
/* Benjamin's addition for Alert Event Policy */

.searchPanel_row {
    width: 100%;
}

.searchPanel label {
    font-weight: bold;
    color: white;
}

.searchPanel_1 {
    float: left;
    width: 12%;
    margin-top: 20px;
}

.searchPanel_2 {
    float: left;
    width: 50%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-bottom: 10px;
}

.searchPanel_3 {
    float: left;
    padding-left: 10px;
    width: 360px;
}

.searchPanel_dropdown {
    float: left;
    margin: 0 10px;
}

.searchPanel_SAtypes_title {
    width: 100%;
    height: 22px;
    display: block;
}

.searchPanel_SAtypes {
    width: 30%;
    height: 22px;
    float: left;
    display: block;
}

.searchPanel_BillingNotes {
    padding: 10px 0;
}

.moreLink {
    bottom: 10px;
    right: 10%;
    float: right;
    padding-right: 10px
}

.gridview_header th {
    background-color: #cdcdcd;
    border-bottom: 1px solid #b4b4b4;
    padding:2px 5px;
    text-align: left;
    font-weight: normal;
}

.gridLabel {
    font-weight: bold;
    font-size: 11px;
}

.warningMessage {
    background-color: orange;
    color: white;
    font-size: 12px;
    padding: 10px;
}

.tokenLoginPanel {
    margin-left:170px;
    width:470px;
}

.tokenInputBox {
    background-color:lightyellow; 
    margin-bottom:10px; 
    display:block;
}
/* Sky's additions for User Token Management page */
.panelMainTokenMgmt {
    font-size: 11px;
    color: #ccc;
    background-color: #726f92;
}
.panelItemTokenMgmt {
    color: white;
    width: 25%;
    vertical-align: top;
    padding-left: 15px;
}
.panelItemTokenMgmtLabel {
    color: #ccc;
    width: 25%;
    vertical-align: top;
    padding-left: 10px;
}
.panelItemTokenMgmtTextBox {
    margin-left:15px;
}
input[type="checkbox"]:disabled + label {
    margin-left: 0px;
    height: 10px;
    font-weight: normal;
    color: #8E8E8E;
}
span>input[type="checkbox"]:disabled {
    margin-left: 0px;
}

/*Additions for Check21 Transfer Credential page*/
.topPanelLabelValue {
    line-height: 24px;
}

.requestWrap, .responseWrap {
    max-width: 45rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.certificateTextArea {
    border: none;
    background-color: #726f92;
    resize: none;
    color: white;
    font-weight: bold;
}