.its-pdf-note {
color: #636363;
font-size: 90%;
font-style: italic;
}
.its-buttonlink {
color: #222 !important;
font-weight: 500;
display: inline-flex;
align-items: center;
justify-content: center;
border: 0 solid #bbb;
text-transform: uppercase;
background: #91b54f;
float: none;
width: auto;
text-decoration: none !important;
border-radius: 0;
font-size: 14px;
text-align: center;
font-family: 'Montserrat',sans-serif;
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out;
letter-spacing: 1.12px;
padding: 15px;
}
.its-buttonlink.its-disabled {
background-color: #ccc;
}
.its-buttonlink:not(.its-disabled):hover {
color: #093547 !important;
text-decoration: none !important;
background: #6cc6b0;
}
.its-newitem::before {
content: "*New*\a0";
}
.its-updateditem::before {
content: "*Updated*\a0";
}
.its-newitem, .its-updateditem {
font-weight: bold;
}