
body {
margin:10px;
background-color:#fff;
}

.left-nav-title {
font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif;
font-size: 11px;
font-weight: bold;
color:#000000;
}

.left-nav {
font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif;
font-size: 11px;
font-weight: normal;
color:#000000;
}

a.left-nav-link:link, a.left-nav-link:visited {
font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif;
font-size: 14px;
font-weight: normal;
color:#000000;
text-decoration:none;
}

a.left-nav-link:hover {
text-decoration:underline;
}

#breadcrumb, #breadcrumb a, #breadcrumb a:visited {
font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif;
font-size: 11px;
font-weight: normal;
color:#999999;
text-decoration:none;
}

#breadcrumb a:hover {
text-decoration:underline;
}

.bct {
color:#ccc;
}

a.footer-link:link, a.footer-link:visited {
font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif;
font-size: 10px;
font-weight: normal;
color:#000000;
text-decoration:none;
}

a.footer-link:hover {
text-decoration:underline;
}

.footer {
font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif;
font-size: 9px;
font-weight: normal;
color:#aaaaaa;
}

/* BEGIN STYLES ADDED BY INTRAWARE */

/*TEXT STYLES */
.itraText,.itraPageInstructions,.itraClosingInstructions,p,ul,ol,li,td {
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: normal;
color: #000000;
font-size: 16px;
font-family:"ibm-plex-sans","Helvetica Neue",Arial,sans-serif;
}

.itraTextBold {
font-style: normal;
font-variant: normal;
font-weight: bold;
font-size: 13px;
line-height: normal;
font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif;
color: #000000;
}

.itraTextItalic {
font-style: italic;
font-variant: normal;
font-weight: normal;
font-size: 11px;
line-height: normal;
font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif;
color: #000000;
}

.itraTextWhite {
font-style: normal;
font-variant: normal;
font-weight: bold;
font-size: 11px;
line-height: normal;
font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif;
color: #ffffff;
}

.itraTextSmall {
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 14px;
line-height: normal;
font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif;
color: #000000;
}

.itraTextSmallBold {
font-style: normal;
width: 30%;
font-variant: normal;
font-weight: bold;
font-size: 10px;
line-height: normal;
font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif;
color: #000000;
text-decoration:none;
}

/* HEADER STYLES */
.itraTitleOem {
font-style: normal;
font-variant: normal;
font-weight: bold;
font-size: 15px;
line-height: normal;
font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif;
color: #026888;
}

.itraTitlePage,
h1 {
font-style: normal;
font-variant: normal;
font-weight: 900;
font-size: 16px;
line-height: normal;
font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif;
color: #333399;
}

.searchForm legend {font-size: 14px; }

.itraTitleSub {
font-style: normal;
font-variant: normal;
font-weight: bold;
font-size: 13px;
line-height: normal;
font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif;
color: #000000;
}

.itraTitleWhite {
font-style: normal;
font-variant: normal;
font-weight: bold;
font-size: 13px;
line-height: normal;
font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif;
color: #ffffff;
}

.itraTitleLargeWhite {
font-style: normal;
font-variant: normal;
font-weight: bold;
font-size: 15px;
line-height: normal;
font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif;
color: #ffffff;
}

/* MICELLANEOUS STYLES */
.itraCellPadding  { margin: 5px 5px 5px 5px }

.itraNoUnderline  { text-decoration: none }

/* table.itraButtonIE and itraButton should have the same values. Both are needed to accomadate Internet Explorer and Netscape */
table.itraButtonIE {
border-top: 1px solid #003399;
border-right: 2px solid #003399;
border-bottom: 2px solid #003399;
border-left: 1px solid #003399;
}

.itraButton {
border-width: 1px 2px 2px 1px;
border-color: #003399;
text-decoration:none;
}

#itraProdpref .itraButton {
border-width: 1px 2px 2px 1px;
border-color: #003399;
background-color: #ffffff;
text-decoration:none;
}

.itraMessageError {
font-style: normal;
font-variant: normal;
font-weight: bold;
font-size: 12px;
line-height: normal;
font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif;
color: #cc0000;
}

.itraMessageUpdate {
font-style: normal;
font-variant: normal;
font-weight: bold;
font-size: 12px;
line-height: normal;
font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif;
color: #cc0000;
}

#itraFieldLabelLeft
{
	font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif;
	font-size: 8pt;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;

	/* These 3 properties cause multiple input fields to vertically left align.*/
	text-align:left;
	width:180;
	float:left;
}

#itraRegisterToAccount .itraSpacerLine
{
    width: 100%;
    height: 1px;
    line-height: 1px;
    bottom: 40px;
}

#itraProfile .itraSpacerLine
{
    width: 100%;
    height: 1px;
    line-height: 1px;
}

#itraProduct .itraRowHeaderColor { background-color: #dddddd }

#files th
{
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 11px;
line-height: normal;
font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif;
color: #000000;
}

#itraProductListTable
{
	width:600px;
}

#itraLogin #itraFieldLabelLeft
{
    font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif;
    font-size: 8pt;
    padding-left: 0px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;

    /* These 3 properties cause multiple input fields to vertically left align.*/
    text-align:left;
    width:200;
    float:left;
}

h3.left-nav-title
{
	font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#itraRegisterToAccount .itraExtraBreakOff br
{
  	display: inline;
	line-height: 5px;
}

#itraRegisterToAccount #itraFieldLabelLeft
{
    font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif;
    font-size: 16px;
    padding-left: 0px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;

    /* These 3 properties cause multiple input fields to vertically left align.*/
    text-align:left;
    width:240;
    *width:230;
    float:left;
}

#itraProfile #itraFieldLabelLeft
{
	font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif;
	font-size: 8pt;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;

	/* These 3 properties cause multiple input fields to vertically left align.*/
	text-align:left;
	width:240;
	float:left;
}

#itraResetPassword #itraFieldLabelLeft
{
	font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif;
	font-size: 8pt;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;

	/* These 3 properties cause multiple input fields to vertically left align.*/
	text-align:left;
	width:220;
	float:left;
}
#itraLicenseOrder .itraColumn2 {
	width: 1px;
	height: 100%;
	float: left;
	text-align: left;

	padding-left:0px;
}

#itraLicenseProduct .itraColumn2 {
	width: 1px;
	height: 100%;
	float: left;
	text-align: left;

	padding-left:0px;
}

.itralibPopup {
	padding-left:20px;
	background: url(/images/vendors/ibmp/images/help.gif) left no-repeat;
}

.itraWindowOpen {
	padding-right:20px;
	background: url(/images/vendors/ibmp/images/popup.jpg) right no-repeat;
}

.snetItemList {
    border-color: #999999;
    border-width: 1px;
    border-style: solid;
    width: 100%;
    margin-top:5px;
    background-color: #EEEEEE;
}
.snetItemHeader{
    background-color: #DDDDDD;
    padding-top: 2px;
    height: 18px;
}
.snetItem{
    border-color: #999999;
    border-style: solid;
    border-width: 1px 0 0 0;
    background-color: #EEEEEE;
    margin-bottom: 3px;
}
.snetItemDescription{
    margin-top: 2px;
    margin-left: 20px;
}
.itraWidth800 {
        width: 600px;
}

#addressSelectBox {
    width: 60%;
    max-width: 60%;
}

#itraMemberListTable #inactivateUser {
    width: 21%;
}
/* END STYLES ADDED BY INTRAWARE */


#epLogin {
    margin-left: 190px !important;
}
.dropdown-content li {
    list-style-type: none;
}

.dropdown-content li a {
    padding-top: 6px;
    padding-bottom: 6px;
}

.pWrapper {
    position: relative;
    left: 30px;
}
div#epIndex{
font-size: 16px !important;
font-family: 'LightforIBM' !important;
}
table#itraEvaluationLicenseKeyOrderTable {
    position: relative;
    left: 28px;
}
table#itraEvalProductsListTable {
    position: relative;
    left: 28px;
}
.ep-content *
{
	/*font-size: 16px !important;*/
}

table#epPurchasesTable {
    position: relative;
    left: 24px;
}
table#itraMemberListTable {
width: 60% ;
}
.dropdown-content li a::link
{
color: #3b6caa;
}
div#itraWizard {
    position: relative;
    left: 30px;
}
table#itraLicenseRightTable {
    width: 60%;
    position: relative;
    left: 30px;
}
table#itraLicenseHostTable {
	width: 80%;
}
/*input[type=submit] {
    width: 10em;
    height: 3em;
    color: #fff;
    font-size: 16px;
    background-color: #4178be !important;
    font-family: 'LightforIBM' !important;

}*/
div#degen_content {
    position: relative;
    left: 20px;
}
table#epPurchasesTable {
    width: 60%;
    position: relative;
    left: 30px;
}
div#epPurchases {
    position: relative;
    width: 60%;
}
page-instructions {
    width: 90%;
}
div#pageInstructions {
    width: 60%;
}
.snetItemList {
    width: 60%;
}
input.btn.primary {
    background-color: #4178be !important;
    float: left;
    position: relative;
    height: 40px;
    width : 220px;
    border-radius: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
select#dropdown {
width: 238px;
height: 38px;
box-shadow: 0 0 0 1px #000 inset;
}
select#dropdown {
    padding-left: 20px;
    font-size: 17px;
    font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif;
}

#ibm-footer #ibm-footer-locale-selector {
/*position: absolute;
    right: 100px;
    top: 2px;
    padding-top: 20px !important;*/
}
ul>li::before, ol>li::before {
content:none !important;
}

element.style {
}
.page-instructions {
    width: 90%;
}
div#epIndex {
    width: 120%;
}
span.label {
    width: auto !important;
    float: inherit !important;
}
.dropdown-content li a:hover
{
 background-color:#4178be !important;
 color:#fff !important;
}
.snetItemDescription a {
    font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif !important;
    font-size: 16px;
}
.itraTabOn {
    font-size: 16px !important;
    font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif !important;
    }
.snetItemDescription {
  font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif !important;
    font-size: 16px;
}
.snetItemDescription {
  font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif !important;
    font-size: 16px;
}
.boldHeader {
    font-family:"ibm-plex-sans","Helvetica Neue",Arial,sans-serif  !important;
    font-size: 16px !important;
}
p.degen label {
width: 120px !important;
}
.itraSubmitButton {
    word-wrap: break-word !important;
    white-space: normal;
    padding-left: 2%;
    padding-right: 2%;
    height: 3em !important;
    color: #fff !important;
    font-size: 16px !important;
    background-color: #4178be !important;
    font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif !important;
}
.row.clearfix {
	font-size: 12px !important;
}
div#epOrder {
    position: relative;
    left: 16px;
}
.striped-tbl.wide {
    width: 60%;
    position: relative;
    left: 16px;
}

.page-instructions p {
    font-size: 16px !important;
}
div#epViewEmails {
    position: relative;
    left: 16px;
}
.itraText table {
    position: relative;
    left: 25px;
}
.itraTitlePage, h1 {
    font-size: 16px !important;
    font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif !important;
    color:#4178BE;
}
div#itraIbmrEvaluation {
    position: relative;
    left: 25px;
    bottom: 40px;

}
div#epAcctUsers {
    width: 90%;
    position: relative;
    left: 20px;
}
.tbl-controls {
    width: 768px;
}
.tbl-controls input#UpateListSubmitButton {
    height: 60%;
    width: 38%;
}
a.btn.sm {
    background-color: #4178be !important;
    border-radius: 0px;
}
.form-wrapper.member-nav {
    position: relative;
    left: 25px;
}
input.btn.sm {
    border-radius: 0px;
}
div#itraRegisterToAccount {
    width: 190%;
    position: relative;
    left: 20px;
}
.ibm-sitenav-menu-list {
position: relative;
    right: 30px;
}
form#itraMemberListNavForm {
    position: relative;
    bottom: 10px;
}
div#epAcctUsers {
    font-size: 16px;
}
.search {
color: #000000 !important;
}
.page-instructions h2 {
    font-size: 16px;
}
input#itraRegisterToAccountFormSubmitButton {
    position: relative;
    right: 210px;
}
button#create_button {
    background-color: #4178be !important;
    border-color: #4178be !important;
    color: #fff;
    position: relative;
    top: 3px;
    height: 45px;
}
.ibm-sitenav-menu-name {
color: #3b6caa;
}
.ep-content * {
font-size: initial !important;
}
.snetItemHeader {
    height: 24px;
}
input.itraTextSmallBold {
    position: relative;
    bottom: 30px;
    float: left;
    left: 30px;
    height: 40px;
    width: 15%;
    font-size: 14px;
    font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif ;
    background-color: #4178be !important;
    border-color: #4178be !important;
    color: #fff;
}
table#itraEvalProductsListTable {
    position: relative;
    bottom: 20px;
    /* width: 20%; */
}
form#itraRegisterToAccountForm {
    font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif;
    font-size: 16px;
}
html, body {
    background: inherit !important;
    font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif !important;
	height:100%;
	min-height:100%;
}
div#epIndex .page-instructions {
    width: 90%;
}
p.override label {
width: 270px !important;
float:left !important;
}
.striped-tbl th a, .striped-tbl td a {
font-size: 14px !important;
}
.itraText p {
    width: 90% !important;
}
table#itraMemberListTable th {
    width: 20%;
}
table#itraMemberListTable th.name {
	width: 150px !important;
    }
.ibm-medium.ibm-h1 {
    font-size: 1.5rem !important;
    line-height: .2rem !important;
}
select:active, select:hover {
  outline: none;
}

select:active, select:hover {
  outline-color: #4178be !important;
}
.striped-tbl *, .vendor-list-tbl * {
    font-size: 14px!important;
}
p.search label {
	    width: 170px !important;
}
div#itraContent {
    position: relative;
    left: 25px;
}
p {
padding: 0px !important;
}
p.confirmForm label {
}
a.ibm-btn-small.ibm-btn-sec.ibm-btn-blue-50 {
    position: relative;
    right: 60px;
    top: 4px;
}
p.confirmForm label {
    width: 190px !important;
}
div#itraShowMessage {
    position: relative;
    left: 4%;
}
input#itraUsername {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    width: 200%;
}
input#itraPassword {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    width: 200%;
}

.Login {
    position: relative;
    left: 200px;
    font-size: 50px;
    color: #4178BE;
    font-family: ibm-plex-sans-light;
}
form#itraLoginForm {
    position: relative;
    top: 35px;
}
.form-actions {
    text-align: right;
    position: relative;
    bottom: 90px;
}

div#epSwitchAccount {
    position: relative;
    left: 180px;
}
div#left-navigation h3.left-nav-title {
    font-size: 14px;
    font-family: sans-serif;
    color: #272727;
}

div#left-navigation a.left-nav-link {
    font-size: 14px;
}
div#left-navigation {
    margin-right: 80px;
    position: relative;
    padding-left: 10px;
    width: 130px;
    background-color: #f9f9f9;
}
.dropdown {
    float: right;
    position: relative;
    right: 100px;
    bottom: 15px;
}
.dropdown-setting {
    float: right;
    position: relative;
    right: 50px;
    bottom: 15px;
}
.dropdown-setting a:hover {
    background-color:#4178be !important ;
    color:#fff !important;
    text-decoration: none !important;

}
h1.page-title span.ibm-plex-sans-light {
    font-size: 50px !important;
    color: #4178BE;
    font-weight: 100 !important;
}
.Selection-1 {
    position: relative;
    height: 150px;
    width: 350px;
    background-color: #f9f9f9;
}
div#top-bar {
    height: 5px;
    background-color: #4178BE;
}
h2.generateAuthCodes span.ibm-plex-sans-medium {
    position: relative;
    top: 20px;
    left: 20px;
    font-size: 16px;
    color: #272727;
    font-weight: 600;
}
h2.description {
    padding-right: 25px;
    position: relative;
    top: 30px;
    left: 20px;
    overflow-wrap: break-word;
}
h2.description span.ibm-plex-sans-regular {
    color: #272727;
    font-size: 12px !important;
}
.ibm-chevron-right-light-link {
    position: absolute;
    top: 105px;
    right: 40px;
    color: #4178BE;
    font-size: 14px !important;
    /* height: 14px; */
}
/*html[lang="de"] div.ibm-chevron-right-light-link {
   right: 10px;
}

html[lang="en"] div.ibm-chevron-right-light-link {
   right: 40px;
}

html[lang="zh"] div.ibm-chevron-right-light-link {
   right: 38px;
}

html[lang="fr"] div.ibm-chevron-right-light-link {
   right: 17px;
}
html[lang="es"] div.ibm-chevron-right-light-link {
   right: 48px;
}*/


h2.link span.ibm-plex-sans-medium {
    position: absolute;
    top: 110px;
    right: 40px;
    color: #4178BE;
}

.Selection-2 {
    position: relative;
    height: 150px;
    width: 350px;
    background-color: #f9f9f9;
}
.Selection-Orders {
   float: left;
   padding-right: 30px;

}

.Selection-3 {
    position: relative;
    height: 150px;
    width: 350px;
    background-color: #f9f9f9;
}
.Selection-AuthCodes {
    float: left;
    padding-right: 30px;
    
}

.Selection-AccountMembers {
   float: left;
}
h1.page-description span.ibm-plex-sans-light {
    color: #272727;
    font-size: 13px !important;
}
.PageDesciption {
}
.row {
    position: relative;
    top: 10px;
    left: 10px;
}
div#epPurchases {
    position: relative;
    left: -20px;
    width: 90%;
}

.page-instructions {
    width: 90%;
    position: relative;
    left: 10px;
}
h1.page-title {
    font-size: 30px !important;
    color: #4178BE;
}
label {
    font-size: 14px !important;
    font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif !important;
}
div#license_hosts {
    position: relative;
    top: 10px;
}
.form-actions.inline input#epProfileUpdateMemberFormSubmitButton {
    top: 100px;
}
.form-action input#itraChangePasswordSubmitButton {
    top: 50px;
    left: 10px;
}
.form-actions input.btn.primary {
    top: 100px;
    left: 10px;
}
.ibm-home-link {
    float: right;
    position: relative;
    right: 150px;
    bottom: 15px;
    color:#000;
}
td h1 {
color: #4178BE !important;
}
.leftGutter i {
    position: relative;
    top: 10px;
    left: 5px;
}
div#productSelectionGutter i {
    position: relative;
    top: 10px;
}
ul.simple-list.product-line {
    position: relative;
    top: 20px;
    right: 20px;
}
ul#pplineList {
    position: relative;
    top: 40px;
}
ul, ol {
    padding-top: 20px !important;
}
div#productVersionGutter p {
    position: relative;
    top: 10px;
}
div#productVersionGutter h3 {
    position: relative;
    top: 20px ;
}
div#epLogin h1.page-title {
    font-family: ibm-plex-sans-light !important;
    font-size: 50px !important;
    font-weight: 200 !important;
}
div#epLogin {
    position: relative;
    bottom: 60px;
}
div#epLogin .ibm-plex-sans-light {
    font-size: 50px !important;
    color: #4178BE;
    position: relative;
    left: 5px;
}
.IBMLogo {
    position: relative;
    left: 10px;
}
div#epSwitchAccount .page-instructions {
    width: 80%;
}
tr th.name {
    width: 150px;
}
div#degen_content button#create_button {
    position: relative;
    top: 20px;
}
div#degen_content button#create_button {
    position: relative;
    top: 20px;
    left: 375px;
}
div#override_content div#pageInstructions {
    width: 90% !important;
}

  small {
     font-size: 11px !important;
 }

  .itraText {
     width: 90%;
 }
  .itraTextSmallBold {
     font-style: normal;
     font-variant: normal;
     font-weight: bold;
     font-size: 16px;
     line-height: normal;
     font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif;
     text-decoration: none;
 }
  table#itraEvalProdSelInstrTable {
     margin-bottom: 20px;
 }
 tr td span strong {
     position: relative;
     left: 30px;
 }
  .itraText p {
     width: 60%;
     position: relative;
     left: 30px;
 }
div#itraIbmrEvaluation .itraTitlePage {
    position: relative;
    left: 20px;
    font-size: 30px !important;
    font-weight: 100;
}
div#override_content div#pageTitle {
    font-size: 30px !important;
    font-weight: 100;
}
div#search_auth_codes div#pageTitle {
    font-size: 30px !important;
    font-weight: 100;
}
div#epAcctUsers h1.page-title {
    font-size: 30px !important;
    font-weight: 100;
}
div#itraRegisterToAccount .itraTitlePage {
    font-size: 30px !important;
    font-weight: 100;
}
div#epProfile h1.page-title {
    font-size: 30px !important;
    font-weight: 100;
}
div#epResetPassword h1.page-title {
    font-size: 30px !important;
    font-weight: 100;
}
div#epResetPassword {
    padding-left: 20px;
}
div#epNotifpref h1.page-title {
    font-size: 30px !important;
    font-weight: 100;
}

div#license_hosts div#pageTitle {
    font-size: 30px !important;
    font-weight: 100;
}
div#itraManualSupport  .itraTitlePage {
    font-size: 30px !important;
    font-weight: 100;
}
.Selection-4 {
    position: relative;
    height: 150px;
    width: 350px;
    background-color: #f9f9f9;
}
.Selection-5 {
    position: relative;
    height: 150px;
    width: 350px;
    background-color: #f9f9f9;
}
.Selection-6 {
    position: relative;
    height: 150px;
    width: 350px;
    background-color: #f9f9f9;
}
.Addfeature {
    position: relative;
    float: left;
    padding-right: 30px;

}

.updateTechnotes {
    position: relative;
    float: left;
    padding-right: 30px;
}

.Helpinformation {
    position: relative;
    float: left;
}
div#ibm-footer {
    padding-top: 20px !important;
	position: relative;
	width: 100%;
}
div#ibm-footer {
    /*commenting out, this line overrides line 1184 for div#ibm-footer defined above
    position: fixed;*/
    bottom: -1px;
    width: 100%;
}
html {
    overflow-x: hidden;
}
h1.page-title {
    font-size: 30px !important;
    font-weight: 100 !important;
}
#epLogin {
    padding-bottom: 100px;
}
.page-instructions p {
    font-size: 16px !important;
    font-family: "ibm-plex-sans","Helvetica Neue",Arial,sans-serif !important;
}


.WhiteTiles {
    width: 99%;
    height: 74px;
    position: relative;
    bottom: -10px;
    right: 0px;
    background-color: #fff;
        overflow-y: auto;
}


.Tiles {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 28%;
    height: 117px;
    float: left;
    background-color: #f9f9f9;
    text-align: center;
    border-width: 3px;
    border-style: outset;
    /*overflow: auto;*/
}
div#link1 {
    float: left;
    position: relative;
    left: 15px;
    top: 5px;
    color: #3b6caa;
}
div#link2 {
    position: relative;
    top: 5px;
    left: 50px;
    color: #3b6caa;
    font-size: 10px !important;
}


/*a.ibm-chevron-down-link {
    position: relative;
    right: 60px;
    bottom: -7px;
    font-size: 10px !important;
}*/
.title span#ibm-plex-sans-light {
    font-size: 50px;
    color: #4178BE;
    position: relative;
    right: 5px;
}

div#epPassword{
	margin-left:10%;
}

input#epPasswordFormSubmitButton{
	margin-left:10px;
}

table#itraAuthCodeTable {
    width: 90%;
}

/*.leftGutter
{
  width:100%;
}*/

.SecondRow {
    height: 200px;
    width: 140%;
}
.first-row {
    width: 140%;
    height: 200px;
}
.Tiles-new {
    padding-top: 80px;
}
div#Option-1 {
	width: 340px;
}
th#OrderDate.date {
    width: 120px;
}
table {
	min-height: calc(100% - 75px);
}
.dropdown-content {
text-align: left;
min-width: 200px !important;
left: -160px !important;
}

p.generateReviewInstructions.ibm-plex-sans-semibold-italic {
    overflow-wrap: break-word;
}
