html, body {
	font-family: 'Verdana', 'Geneva', sans-serif;
	font-size: 14px;
	background-color: white;
}

body {
	margin: 0px;
	min-width: 1135px;
}

a { 
	text-decoration: none;
	color: #077596;
}
a:hover {
	color: #264361;
}

a.content-link {
    text-decoration: underline;
}


h1 {
	margin: 0px 0px 4px 0px;
	font-size: 16px;
	font-weight: bold;
}

#page-header {
	position: absolute; top:0px left:0px;
	margin: 0px;
	width: 100%; min-width: 1135px; height: 184px;
	overflow: hidden;
}

#top-nav {
	position: absolute; top: 0px; right: 40px;
	height: 26px;
	z-index: 10;
	margin : 0px;
	padding: 3px 16px 0px 16px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
#top-nav form {
	margin: 0px;
}
#top-nav a {
	font-size: 10px;
	font-weight: bold;
	color: #2d7583;
	margin-right: 14px;
	margin-bottom: 0px;
	letter-spacing: 0.75px;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
}
#top-nav a:hover {
	color: #b17b18;
}
#top-nav input[type=text] {
	font-size: 12px;
	color: #999999;
	background: transparent url('images/searchbox.png') no-repeat left top;
	border: none;
	width: 137px; height: 21px;
	padding-left: 6px;
	padding-right: 4px;
	margin: 0px; 
}
#top-nav input[type=submit] {
	display: inline-block;
	position:relative;
	vertical-align: top;
	top: 1px;
	background: transparent url('images/searchbutton.png') no-repeat left top;
	border: none;
	text-indent: 0px; line-height:2px;
	width: 20px; height: 20px;
	margin: 0px;
}


#logo {
	display: block;
	position: absolute; left: 18px; top: 15px;
	text-indent: -9999px;
	width: 525px; height: 150px;
	background: transparent url('images/logo.png') no-repeat left top;
}
#main-nav {
	position: absolute; left:170px; top: 131px; min-width: 624px;
	height: 37px;
	background-color: #b05d01;
	-webkit-border-top-right-radius: 16px;
	-webkit-border-top-left-radius: 16px;
	-moz-border-radius-topright: 16px;
	-moz-border-radius-topleft: 16px;
	border-top-right-radius: 16px;
	border-top-left-radius: 16px;
	z-index: 10;
}
#main-nav a {
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #ffce66;
	width: 150px;
	text-align: center;
	margin: 1px 1px 0px 1px;
	padding: 3px 2px;
	height: 30px;
}
#main-nav a:hover {
	color: #c3eef6;
	
}
#main-nav .selected {
	color: #b17b18;
	background-color: white;
	-webkit-border-top-right-radius: 14px;
	-webkit-border-top-left-radius: 14px;
	-moz-border-radius-topright: 14px;
	-moz-border-radius-topleft: 14px;
	border-top-right-radius: 14px;
	border-top-left-radius: 14px;
}
#main-nav a.selected:hover {
	color: #264361;
}


#user-block {
	position: absolute; top:82px; right:68px;
	width: 268px; height: 86px;
	overflow: hidden;
	background-color: #379bb3;
	-webkit-border-top-right-radius: 16px;
	-webkit-border-top-left-radius: 16px;
	-moz-border-radius-topright: 16px;
	-moz-border-radius-topleft: 16px;
	border-top-right-radius: 16px;
	border-top-left-radius: 16px;
	background: #379bb3 url('images/arrow-right.png') no-repeat right top;
}
#my-business {
	display: block;
	margin: 5px 10px 3px 22px;
	padding-right: 12px;
	font-size: 12px;
	font-weight: bold;
	color: #c2e0ea;
	overflow: hidden;
	text-transform: uppercase;
}
#my-business:hover {
	color: white;
}
#user-info {
	width: 224px; height: 46px;
	padding: 8px 22px;
	font-size: 23px;
	font-weight: bold;
	color: white;
	background-color: #017c9b;
	-webkit-border-top-right-radius: 16px;
	-webkit-border-top-left-radius: 16px;
	-moz-border-radius-topright: 16px;
	-moz-border-radius-topleft: 16px;
	border-top-right-radius: 16px;
	border-top-left-radius: 16px;
}
#user-info div {
	white-space: nowrap;
	height: 22px;
    font-weight: bold;
}
#user-info a {
	font-size: 12px;
	font-weight: bold;
	color: #fbe06f;
	margin: 0px 10px 0px 0px;
}
#user-info a:hover {
	color: white;
}
#user-info .notification-badge {
    position: relative;
    top: -13px;
    right: 10px;
    font-size: 0.9em;
    background: rgba(212, 19, 13, 1);
    margin-right: -15px;
    color: #fff;
    border-radius: 3px;
    padding: 1px 3px;
    font: 9px Verdana;
}


#content-trim-top {
	position: relative; top: 167px;
	height: 16px;
	margin: 0px 40px;
	background-color: white;
	border: 1px solid #86becb;
	
	-webkit-border-top-right-radius: 16px;
	-webkit-border-top-left-radius: 16px;
	-moz-border-radius-topright: 16px;
	-moz-border-radius-topleft: 16px;
	border-top-right-radius: 16px;
	border-top-left-radius: 16px;
}

#pre-page{
	height: 184px;
}
#page {
	margin: 0px 40px 20px 40px;
	padding: 0px 20px 20px 20px;
	min-height: 420px;
	background: white url('images/globe-bg.jpg') no-repeat left top;

	border-left: 1px solid #86becb;
	border-right: 1px solid #86becb;
	border-bottom: 1px solid #86becb;

	-webkit-border-bottom-right-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-bottomright: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
}



#sub-nav {
	position: relative; top: -17px; left: -21px;
	min-width: 212px;
	float: left;
	z-index: 11;
	margin: 0px;
	padding: 0px;
	font-smooth: always;
	font-size: 13px;
	color: #ae5d16;
	-webkit-font-smoothing: antialiased;
}
#sub-nav-inner {
	margin: 0px;
	padding: 0px 0px 16px 0px;
	background-color: #ffd739;
	border: 2px solid #86becb;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
}
#sub-nav-inner div {
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 16px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin-top: 2px;
}
#sub-nav-inner a {
	display: block;
	color: #006b80;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 16px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin-top: 2px;
}
#sub-nav-inner a:hover {
	color: #264361;
	background-color: #fff8db;
}
#sub-nav-inner .heading {
	font-size: 15px;
	font-weight: bold;
	padding: 14px 24px 10px 24px;
}
#sub-nav-inner .selected {
	background-color: white !important;
	background-image: url('images/bullet.gif');
}

#sub-nav-inner .level1 {
	background-position: 24px 5px;
	padding-left: 38px;
	font-weight: bold;
}
#sub-nav-inner .level2 {
	background-position: 54px 5px;
	padding-left: 68px;
	background-color: #fff0b5;
	font-weight: bold;
}
#sub-nav-inner .level3 {
	background-position: 54px 5px;
	padding-left: 68px;
	background-color: #fff0b5;
}
#sub-nav-inner .level4 {
	background-position: 54px 5px;
	padding-left: 68px;
	background-color: #fff0b5;
}

#sub-nav-inner .level2 ~ .level3 {
	border-top: 1px dashed #ffe063;
	margin-top: 0px;
}
#sub-nav-inner .level3 ~ .level4 {
	border-top: 1px dashed #ffe377;
	margin-top: 0px;
}




#sys-inst {
	display: block;
	text-indent: -9999px;
	margin: 24px;
	width: 115px; height: 60px;
	background: transparent url('images/sys-inst.png') no-repeat left top;
}
#sys-inst:hover {
	background-position: 0px -60px;
}




#page-content {
	display:block;
    overflow: auto;
	margin: 0px 0px 30px 0px;
	padding-left: 32px;
	padding-top: 17px;
	color: #264361;
	font-size: 15px;
	font-weight: bold;
}

#page-footer {
	clear: both;
	border: 1px solid teal;
}




.home-button {
	display: block;
	width: 512px; height: 70px;
	margin: 25px 0px 20px 0px;
	font-size: 17px;
	font-weight: bold;
	color: white;
	text-indent: 135px;
	padding-top: 43px;
}
.home-button:hover {
	color: #ffce66;
}
#button-whs {
	background: transparent url('images/button-whs.png') no-repeat left top;
}
#button-learning {
	background: transparent url('images/button-learning.png') no-repeat left top;
}




#page-content u {
	text-decoration: none;
}




#page-content table, .content {
	color: white;
	background-color: #006988;
	font-size: 13px;
	font-weight: normal;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	margin: 15px 0px 25px 0px;
	padding: 1em;
	border-collapse: collapse;
}
#page-content td>table {
	margin: 8px 0px 8px 0px;
}
#page-content thead td {
	padding: 10px 18px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #00849b;
	border-top: none;
	border-right: none;
	border-left: none;
}
#page-content tbody+thead td {
	padding: 10px 18px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #00849b;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #00849b;
	border-right: none;
	border-left: none;
}

#page-content tbody td {
	padding: 4px 18px;
}
#page-content tbody tr:first-child>td {
	padding: 12px 18px 4px 18px;
}
#page-content tbody tr:last-child>td {
	padding: 4px 18px 15px 18px;
}
#page-content tr.divider {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #00849b;
}
#page-content tr.divider td {
	padding-top: 6px;
}
#page-content tr.divider+tr td {
	padding-top: 10px
}
#page-content tr.divider-subtle {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #b5dbe2;
}
#page-content tr.divider-subtle td {
	padding-top: 6px;
}
#page-content tr.divider-subtle+tr td {
	padding-top: 16px
}

#page-content table a, .content a {
	color: #ffe179;
}
#page-content table a:hover, .content a:hover {
	color: white;
}
#page-content table hr {
	border: 0;
	height: 1px;
	background: #00849b;
}
.table-data tbody tr:nth-child(even) {
	background-color: #1a7894;
}
#page-content table.table-data tfoot td {
	height: 16px;
	border: none;
}
#page-content table.table-data tbody tr:last-child>td {
	padding: 4px 18px 4px 18px;
}
.table-delineated td {
	border-style: solid;
	border-width: 1px;
	border-color: #00849b;
	border-right: none;
}
#page-content table.table-delineated tfoot td {
	height: 16px;
	border: none;
}
#page-content table.table-delineated tbody tr:last-child>td {
	padding: 4px 18px 4px 18px;
}
#page-content p {
	margin: 0px 0px 15px 0px;
}
#page-content table.table-delineated table td {
	border-style: solid;
	border-width: 1px;
	border-color: #00849b;
}
#page-content table.table-delineated table thead td {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #00849b;
}

#page-content tbody tr td.tab {
	padding-bottom: 10px;
	color: white;
	font-size: 10px;
}
#page-content td.tab-selected {
}
#page-content td.tab-unselected {
	color: white;
	background-color:#379bb3;
	padding-bottom: 10px;
}
#page-content td.tab-right {
	background-clip: padding-box;
	-webkit-border-top-right-radius: 16px;
	-moz-border-radius-topright: 16px;
	border-top-right-radius: 16px;
}
#page-content td.tab-left {
	background-clip: padding-box;
	-webkit-border-top-left-radius: 16px;
	-moz-border-radius-topleft: 16px;
	border-top-left-radius: 16px;
}


#page-content .attention a {
	color:#ff9900;
	font-weight: bold;
}
#page-content .attention {
	color:#ff9900;
	font-weight: bold;
}
#page-content .delineated {
	border-style: solid;
	border-width: 1px;
	border-color: #00849b;
}

#page-content .optional {
    background-color: #1A7894;
}

#page-content td.instructions {
	
}
#page-content td.instructions ol {
	font-size: 10px;
}
#page-content ol.instructions {
	font-size: 10px;
}
#page-content div.instructions {
	font-size: 13px;
	float: left;
	width: 360px;
	margin: 15px 0px 25px 0px;
	padding: 0px;
}
#page-content td.currency {
	text-align: right;
}

#page-content table.policy table {
	color: #006988;
	background-color: white;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}


#page-content .info {
	font-weight: normal;
}
#page-content ol.info p {
	margin-top: 15px;
}

#page-content table.tall-content tbody td {
    vertical-align: top;
    display: inline-block;
}

#page-content table.info {
	color: #264361;
	background-color: white;
	font-size: 12px;
	font-weight: normal;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 8px 0px 8px 0px;
	padding: 3px;
	border-collapse: collapse;
	border: 1px solid #00849b;
}
#page-content table.info tbody td {
	vertical-align: top;
}
#page-content table.info table {
	color: #264361;
	background-color: white;
	font-size: 12px;
	font-weight: normal;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 0px;
	padding: 3px;
	border-collapse: collapse;
	border: none;
}
#page-content td>table.info {
	border: none;
}
#page-content div.info {
	font-size: 12px;
}
#page-content div.info table {
	color: #264361;
	background-color: white;
	font-size: 12px;
	font-weight: normal;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 8px 0px 8px 0px;
	padding: 3px;
	border-collapse: collapse;
	border: 1px solid #00849b;
}
#page-content div.info table table {
	border: none;
}
#page-content div.info table a { 
	text-decoration: none;
	color: #077596;
}
#page-content div.info table a:hover {
	color: #264361;
}
#page-content table.info a { 
	text-decoration: none;
	color: #077596;
}
#page-content table.info a:hover {
	color: #264361;
}




#page-content hr {
	border: 0;
	height: 1px;
	background: #006988;
}




form { margin: 0px; }

#page-content input, #page-content textarea, #page-content select {
	padding-left: 2px;
	background-color: #c1cdd6;
	border: 2px solid #c1cdd6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#page-content input[type="button"], #page-content input[type="submit"], #page-content input[type="reset"] {
	padding: 3px 10px 3px 10px;
	background-image: url('images/button-bg.gif');
	border: none;
}
#page-content input[type="file"] {
	border: none;
}
#page-content input[type=checkbox] {
	width:15px;
	height:15px;
	margin: 3px 3px 1px 2px;
	vertical-align: bottom;

	background-color: #93a1b0;
	white-space: nowrap;
	overflow:hidden;
	
	-webkit-appearance:button;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#page-content input[type=checkbox]:checked {
	background-color: #ffce66;
	background-image: url('images/check.gif');
}
#page-content input[readonly] {
	color: #888888;
}
#page-content textarea {
	font-family: 'Verdana', 'Geneva', sans-serif;
}
.table-note {
	font-size: 11px;
}
.form-note {
	color: #ffce66;
}
.form-alert {
	font-weight: bold;
	color: #ff8033;
}
.expander-icon {
	vertical-align: bottom;
	margin-bottom: 1px;
	margin-right: 3px;
	cursor: pointer;
}





#page-content table.paper-form {
	color: #264361;
	background-color: white;
	font-size: 13px;
	font-weight: normal;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 15px 0px 25px 0px;
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid #cccccc;
}
#page-content table.paper-form tbody td {
	vertical-align: top;	
}
#page-content table.paper-form thead td {
	background-color: #eeeeee;
	border-bottom-color: #cccccc;
	vertical-align: bottom;
}
#page-content table.paper-form thead td.title {
	font-weight: bold;
	text-transform: uppercase;
}
#page-content table.paper-form tbody+thead td {
	background-color: #eeeeee;
	border-bottom-color: #cccccc;
}
#page-content table.paper-form table {
	color: #264361;
	background-color: white;
	font-size: 13px;
	font-weight: normal;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 15px 0px 25px 0px;
	padding: 0px;
	border-collapse: collapse;
	border: none;
}


#page-content form.paper-form input  {
	padding-left: 2px;
	background-color: white;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #c1cdd6;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#page-content form.paper-form textarea {
	padding-left: 2px;
	background-color: white;
	border: 1px solid #c1cdd6;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#page-content form.paper-form select {
	padding-left: 2px;
	background-color: white;
	border: 1px solid #c1cdd6;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#page-content form.paper-form input[type="button"], #page-content form.paper-form input[type="submit"], #page-content form.paper-form input[type="reset"] {
	padding: 3px 10px 3px 10px;
	background-image: url('images/button-bg.gif');
	border: 1px solid #999999;
}
#page-content form.paper-form input[type=checkbox] {
	width:15px;
	height:15px;
	margin: 3px 3px 1px 2px;
	vertical-align: bottom;

	background-color: white;
	white-space: nowrap;
	overflow:hidden;
	
	-webkit-appearance: button;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #c1cdd6;
}
#page-content form.paper-form input[type=checkbox]:checked {
	background-image: url('images/check-paper.gif');
}
#page-content form.paper-form input[type=checkbox][disabled]:checked {
	background-image: url('images/check-paper-disabled.gif');
}
#page-content form.paper-form input[type=radio] {
	width:15px;
	height:15px;
	margin: 3px 3px 1px 2px;
	vertical-align: bottom;

	background-color: white;
	white-space: nowrap;
	overflow:hidden;
	
	-webkit-appearance: button;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #c1cdd6;
}
#page-content form.paper-form input[type=radio]:checked {
	background-image: url('images/check-paper.gif');
}
#page-content form.paper-form input[disabled] {
	background-color: #c2c2c2;
}
#page-content form.paper-form input[type=radio][disabled]:checked {
	background-image: url('images/check-paper-disabled.gif');
}




#hazard-bar {
	clear: both;
}
#hazard-bar table {
	color: white;
	background-color: #006988;
	font-size: 13px;
	font-weight: normal;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	border-collapse: collapse;
}
#hazard-bar thead td{
	padding: 10px 18px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #00849b;
}
#hazard-bar tbody td {
	padding: 3px 18px;
}
#hazard-bar tbody tr:first-child td {
	padding: 12px 2px 3px 2px;
}
#hazard-bar tbody tr:last-child td {
	padding: 3px 2px 15px 2px;
}
#hazard-bar form {
	margin: 0px;
}
#hazard-bar input, #hazard-bar select {
	padding-left: 2px;
	background-color: #c1cdd6;
	border: 2px solid #c1cdd6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#hazard-bar input[type="button"], #hazard-bar input[type="submit"], #hazard-bar input[type="reset"] {
	padding: 3px 10px 3px 10px;
	background-image: url('images/button-bg.gif');
	border: none;
}
#hazard-bar input[type=checkbox] {
	width:15px;
	height:15px;
	background-color: #93a1b0;
	white-space: nowrap;
	overflow:hidden;
	
	-webkit-appearance:button;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#hazard-bar input[type=checkbox]:checked {
	background-color: #ffce66;
	background-image: url('images/check.gif');
}

.popup {
	background: white url('images/globe-bg.jpg') no-repeat left top;
	min-width: 400px;
	color: #264361;
	font-size: 13px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

#page-content table.vanilla {
    margin: 0;
    border-radius: 0;
}

div.add-remove-table {
    width:45%;
    display: inline-block;
    background-color:transparent;
    background-color:rgba(0,0,0,0.2);
}

div.scrolling-table {
    height: 250px;
    overflow-y: auto;
}

span.highlight {
    background-color: lemonchiffon;
    color: black;
}

#page-content form.paper-form input.user-search{
    min-width: 300px; 
    background-color: #eee; 
    margin-top: 20px; 
    padding-left: 5px; 
    height: 30px; 
    border: 1px solid #c1cdd6;
    display: block;
}

#page-content form.paper-form .business-search{
    min-width: 300px; 
    background-color: #eee; 
    margin-top: 20px; 
    padding-left: 5px; 
    height: 30px; 
    border: 1px solid #c1cdd6;
    display: block;
}

#user-search-admin {
    position: relative;
    min-height: 450px;
}

#user-search-admin ul {
    width: 550px;
    overflow: hidden;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}

#user-search-admin a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
}

#user-search-admin .active a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

#page-content form.paper-form input.user-select{
    position: absolute;
    top: 39px;
    left: 350px;
    height: 30px;
    background-size: contain; 
    border: 1px solid #c1cdd6;
}

#page-content form.inline input { margin-right: 1em; }

.training-plan-v1 {
    margin-top: 20px;
}


@media only screen and (min-device-width: 925px){
    #mobile-notice {
        display: none;
    }

    body { margin: 0; }
}
@media only screen and (max-device-width: 924px){
    body.mobile-banner { margin-top: 20em; }
}

#mobile-notice {
position: absolute;top: 0;left: 0;
z-index: 9999;
min-width: 1021px;
width: 100%;
border: solid 4px #297584;
border-radius: 10px;
margin: 2em;
}
#mobile-notice div {
padding: 44px;
}
a.access-mobile {
display: block;
position: relative;
width: 100%;
color: #297584;
font-size: 3em;
font-weight: bold;
text-decoration: none;
text-align: center;
padding: 44px 0;
border-radius: 20px;
margin: 0;
-webkit-text-size-adjust: none;
}

.show-search-table {
    margin-left: 150px;
}

.task-status {
    float: left;
    margin: 3px 8px 3px 20px;
}

form#frmSend p { margin: 1em 0 0 0; }
form#frmSend p input { margin-right: 0.5em; }

p.link-item span.icon { margin-right: 1em; }
p.link-item span.icon img { margin-bottom: -5px; width: 20px; height: 20px; }
form p.link-item span.delete-link { float: right; }

#rcc-complete-container {
    position: relative;
}
#rcc-complete-container input#rcc {
    position: absolute;
    right: 2em;
    top: 0.5em;
}
