html, body {
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #323A45;
}

.skinny {
	/* For easier readability */
	max-width: 640px;
}

.text-thin {
	font-weight: 200;
}

.no-leading {
	line-height: 100%;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}

.spaced {
	padding-top: 30px;
	padding-bottom: 30px;
}

.header-container {
	width: 100%;
	padding: 0;
	margin: 0;
	color: #e7a125;
}

.header-container a {
	color: #e7a125;
}

.header-container .agency-name a {
	color: #fff;
	text-decoration: none;
}

.header-container .agency-name a:hover {
	color: #fff;
	text-decoration: underline;
}

.header-container .row {
	padding: 0;
	margin: 0;
}

.app-name {
	font-variant: small-caps;
}

.header-logo img {
	margin: 1em 0em .5em 0em;
	padding: 0;
}

.container {
	max-width: 1130px;
}

.transparent-header {
	background:  url('../img/transparent.png');
	padding-bottom:5px;
	border-bottom:1px #ffa300 solid;
	height:80px;
}

.branding-image div {
	padding: 0;
	margin: 0;
	padding-top:4px;
	 padding-left:6px;
}

.agency-name {
	margin: 1.5em .5em 0em 0em;
	font-size: 200%;
	color: white;
	text-align: right;
	text-shadow: 1px 1px #000000;
	line-height: 110%;
}

.agency-logo {
	max-width: 200px;
	margin-top: .5em;
	margin-bottom: .5em;
}

.row.agency-row .pull-right, .row.agency-row .pull-left {
	padding: 0 .0em 0 .0em;
}

.content {
	background-color: #ffffff;
	padding: 0 0 2em;
}
.content.no-min-height {
	min-height: 0;
}

.page-header {
	font-weight: 300;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}

.page-title {
	font-weight: 300;
}

@media (min-width: 768px) {
  .page-title {
		margin-bottom: 30px;
    }
  }

.ie8message {
  display: none;
}

.ie8message {
  *display: block;
}

.navbar {
	margin-bottom: 0;
	border-radius: 0;
}

.form-actions {
	padding: 40px 0;
	background-color: #ecf0f1;
	/*border-top: 1px solid #bdc3c7;*/
}

img[src="/base/e_mau/img/nebraska-logo.png"] {
	padding-top:0px;
	padding-left:2px;
}

.form-group {
	/*margin-top: 5px;
	margin-bottom: 5px;*/
}

.alert-global p {
	display: inline;
}

.dollars::before {
	content: "$";
}

.bold {
	font-weight: bold;
}

.underline{
	text-decoration: underline;
}

.small-margin-top {
	margin-top: .75em;
}

.label-margin-top {
	margin-top: 2.75em;
}

label.control-label {
	padding-top: .0em;
}

.large {
	font-size: 120%;
}

.larger {
	font-size: 140%;
}

.inline {
	display: inline;
}

.inline-block {
	display: inline-block;
}

.block {
	display: block;
}

/*.navbar-form a.btn.btn-default {
	background-color: white;
	background-image: none;
	color: gray;
	border-radius: .25em;
}

.navbar-form a.btn.btn-default:hover {
  background-color: light-gray;
	color: black;
  background-image: none;
  border-radius: .25em;
}*/

.normal {
	font-weight: normal;
}

.italic {
	font-style: italic;
}

.table > tfoot > tr > td {
	border-color: transparent;
	padding: 20px 0;
}

.table .form-group,
.table .btn-group {
	margin: 5px 0;
	vertical-align: middle;
}

/*.table-hover tbody tr.danger td, .table-hover tbody tr.danger td.danger
{
  background-color: #FFE1E1;
	border-color: #ffa1a1;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th
{
  background-color: #E8E8E8;
}

.table-hover tbody tr.danger:hover td.danger{
	background-color:#ffa1a1;
	border-color: #ff6666;
}*/

.table th.header:hover {
	cursor: pointer;
	cursor: hand;
}

.none {
	display: none;
}

.text-middle {
	vertical-align: center;
}

[egov-dependent] {
	cursor: pointer;
	cursor: hand;
}

.hidden-xs-inline { display: inline; }

legend { font-size: 150%; margin-bottom: .5em; }

/*.has-error .form-control.nohighlight {
	border: 1px solid rgb(204, 204, 204);
}*/

span.input-group-addon .radio-inline {
	padding-top: 6px;
	padding-bottom: 0;
	margin-bottom: 0;
}

span.input-group-addon {
	padding: 0px 6px;
}

.ui-datepicker { position: relative; }

.footer {
	padding: 1.5em 0;
	color: #ffffff;
}

.footer .dim-header {
	text-transform: uppercase;
	color: #667386;
	letter-spacing: 0.085em;
}

.footer a:hover {
	color: #fff;
	box-shadow: 0 2px 0 0 #667386;
}

.footer .phone-btn {
	color: inherit;
}

.footer a.ni-logo {
	display: inline-block;
	position: relative;
	margin-top: 10px;
	background-image: url("../img/ni-logo-sprite.png");
	background-size: 182px 96px;
	height: 48px;
	width: 182px;
	background-position: 0 48px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.footer a.ni-logo:after {
	content: '';
	display: block;
	position: absolute;
	top: 0; left:0; right: 0; bottom: 0;
	background-image: url("../img/ni-logo-sprite.png");
	background-size: 182px 96px;
	height: 48px;
	width: 182px;
	background-position: 0 0;
	opacity: 0;

	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.footer a.ni-logo:hover {
	box-shadow: none;
}

.footer a.ni-logo:hover:after {
	opacity: 1;
}

.footer-links {
	padding: 0;
	margin: 0;
   list-style: none;
}

.footer-links li {
	font-size: 0.85em;
}

.footer-links li a {
	display: inline-block;
	padding: 0;
	margin-bottom: 16px;
	line-height: 115%;
}

.footer .preline {
	display: block;
	text-transform: uppercase;
	color: #667386;
	font-size: 0.75em;
	letter-spacing: 0.075em;
	margin-bottom: 5px;
}

.footer .footer-end {
	margin-top: 8px;
	border-top: 1px solid #3F4A5A;
	padding-top: 24px;
}

.footer .footer-end img {
	max-width: 100%;
}

/* All Views that aren't desktop */
@media (max-width: 1199px){

	.container {
		width: 100%;
		margin: 0;
		max-width: 100%;
	}

}

/* GENERAL LAYOUTS */

@media (max-width: 480px){
	.header-logo, .negov-logo, .branding-image {
		display: none;
	}
	.form-actions .row .pull-right, .form-actions .row .pull-left {
		float: none;
	}

}

/* All Phone Views */
@media (max-width: 767px){

	body {
		font-size: 14px;
	}

  .form-actions .row .pull-right, .form-actions .row .pull-left {
    float: none;
  }

	.header-container {
		background: url('/base/e_mau/img/background-phone-small.jpg');
		background-size: cover;
		overflow: hidden;
	}
	.agency-name a {
		display: block;
		position: relative;
		padding: 8px 16px;
		margin: 0 -30px;
		z-index: 1;
	}
	/*.agency-name a:after {
		content: '';
		position: absolute;
		top: 0; left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(39, 31, 26, 0.625);
		z-index: -1;
	}*/

	.negov-logo, .branding-image {
		display: none;
	}

	.left-header, .right-header {
		display: none;
	}

	.agency-name {
		margin: 1em 0.5em 1em 0em;
		text-align: center;
	}

	.transparent-header {
		min-height: 0;
		text-align: center;
		height:auto;
	}

	.left-footer, .right-footer {
		text-align: center;
		margin-bottom: .75em;
	}

	.form-actions .btn, .form-actions .row .pull-right, .form-actions .row .pull-left, .form-actions .btn-group {
		width: 100%;
	}

	.form-actions .btn {
		margin-bottom: .5em;
	}

	.footer [class^="col-"] {
		border-bottom: 1px solid #3F4A5A;
    	padding-bottom: 8px;
    	margin-bottom: 24px;
	}

	.footer [class^="col-"]:last-child {
		border-bottom: none;
		margin-bottom: 8px;
	}

	.footer-links li {
		font-size: 1em;
	}

	.footer .footer-end {
		border-top: none;
		margin-top: 0;
		padding-top: 0;
	}

	.phone-btn {
		display: inline-block;
		color: #fff;
		border: 2px solid;
		padding: 0.5em 2em;
		margin: 10px 0;
	}

	.hidden-xs-inline { display: none; }

	.text-xs-left { text-align: left; }
	.text-xs-right { text-align: right; }
	.text-xs-center { text-align: center; }
	.text-xs-justify { text-align: justify; }

}

@media (min-width: 480px) and (max-width: 767px){

	.header-logo {
		text-align: center;
	}

	.header-logo img {
		margin: -1em 0 2em 0;
	}

	.agency-logo {
		max-width: 75px;
	}

}

/* All Tablet Views */
@media (min-width: 768px) and (max-width: 991px){

	body {
		font-size: 14px;
	}

	.header-container {
		background: url('/base/e_mau/img/background-tablet.jpg');
		background-size: cover;
	}

	.content {
		min-height: 350px;
	}

	.branding-text {
		display: none;
	}

	.transparent-header {
		min-height: 0;
	}

	.agency-logo {
		max-width: 150px;
	}

	.text-sm-left { text-align: left; }
   .text-sm-right { text-align: right; }
   .text-sm-center { text-align: center; }
   .text-sm-justify { text-align: justify; }

}

/* All Desktop Views */
@media (min-width: 992px){
	.header-container {
		background: url('/base/e_mau/img/background-desktop.jpg') top center;
		background-attachment: local;
		background-size: cover;
		min-height: 250px;
	}

	.content {
		min-height: 500px;
	}

	.branding-text {
		display: none;
	}

	.text-md-left { text-align: left; }
   .text-md-right { text-align: right; }
   .text-md-center { text-align: center; }
   .text-md-justify { text-align: justify; }
}
/* Big Desktop Views */
@media (min-width: 1200px) {
	.text-lg-left { text-align: left; }
   .text-lg-right { text-align: right; }
   .text-lg-center { text-align: center; }
   .text-lg-justify { text-align: justify; }
}

/*
@media print {
	.noprint { display: none; }
	.form-actions { display: none; }
	img[src=*'http://www.nebraska.gov/images/html-email-images/']{
		display: none;
	}
}
*/

.small-caps { font-variant: small-caps; }

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

/* Chrome fix for no input:number spinner arrows */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*! Tablesaw - v2.0.2 - 2015-10-28
   * https://github.com/filamentgroup/tablesaw
   * Copyright (c) 2015 Filament Group; Licensed  */

   table.tablesaw {
     empty-cells: show;
     max-width: 100%;
     width: 100%;
   }

   .tablesaw {
     border-collapse: collapse;
     width: 100%;
   }

   /* Structure */

   /*.tablesaw {
     border: 0;
     padding: 0;
   }*/

   /*.tablesaw th,
   .tablesaw td {
     box-sizing: border-box;
     padding: .5em .7em;
   }*/

   /*.tablesaw thead tr:first-child th {
     padding-top: .9em;
     padding-bottom: .7em;
   }*/

   .tablesaw-enhanced .tablesaw-bar .btn {
     border: 1px solid #ccc;
     background: none;
     background-color: #fafafa;
     box-shadow: 0 1px 0 rgba(255,255,255,1);
     color: #4a4a4a;
     clear: both;
     cursor: pointer;
     display: block;
     font: bold 20px/1;
     margin: 0;
     padding: .5em .85em .4em .85em;
     position: relative;
     text-align: center;
     text-decoration: none;
     text-transform: capitalize;
     text-shadow: 0 1px 0 #fff;
     width: 100%;
     /* Theming */
     background-image: -webkit-linear-gradient(top, rgba( 255,255,255,.1 ) 0%, rgba( 255,255,255,.1 ) 50%, rgba( 170,170,170,.1 ) 55%, rgba( 120,120,120,.15 ) 100%);
     background-image: linear-gradient( top, rgba( 255,255,255,.1 ) 0%, rgba( 255,255,255,.1 ) 50%, rgba( 170,170,170,.1 ) 55%, rgba( 120,120,120,.15 ) 100% );
     -webkit-appearance: none !important;
     -moz-appearance: none !important;
     box-sizing: border-box;
     -webkit-font-smoothing: antialiased;
     border-radius: .25em;
   }

   /*.tablesaw-enhanced .tablesaw-bar a.btn {
     color: #1c95d4;
   }*/

   /*.tablesaw-enhanced .tablesaw-bar .btn:hover {
     text-decoration: none;
   }*/

   /* Default radio/checkbox styling horizonal controlgroups. */

   /*.tablesaw-enhanced .tablesaw-bar .btn:active {
     background-color: #ddd;
     background-image: -webkit-linear-gradient(top, rgba( 100,100,100,.35 ) 0%, rgba( 255,255,255,0 ) 70%);
     background-image: linear-gradient( top, rgba( 100,100,100,.35 ) 0%, rgba( 255,255,255,0 ) 70% );
   }*/

   /*.tablesaw-enhanced .tablesaw-bar .btn:hover,
   .tablesaw-enhanced .tablesaw-bar .btn:focus {
     color: #208de3;
     background-color: #fff;
     outline: none;
   }*/

   /*.tablesaw-bar .btn:focus {
     box-shadow: 0 0 .35em #4faeef !important;
   }*/

   .tablesaw-bar .btn-select select {
     background: none;
     border: none;
     display: block;
     position: absolute;
     font-weight: inherit;
     left: 0;
     top: 0;
     margin: 0;
     width: 100%;
     height: 100%;
     z-index: 2;
     min-height: 1em;
   }

   .tablesaw-bar .btn-select select {
     opacity: 0;
     filter: alpha(opacity=0);
     display: inline-block;
     color: transparent;
   }

   .tablesaw-bar .btn select option {
     background: #fff;
     color: #000;
   }

   .tablesaw-enhanced .tablesaw-bar .btn.btn-select {
     color: #4d4d4d;
     padding-right: 2.5em;
     min-width: 7.25em;
     text-align: left;
     text-indent: 0;
   }

   .tablesaw-bar .btn.btn-small,
   .tablesaw-bar .btn.btn-micro {
     display: inline-block;
     width: auto;
     height: auto;
     position: relative;
     top: 0;
   }

   .tablesaw-bar .btn.btn-small {
     font-size: 1.0625em;
     line-height: 19px;
     padding: .3em 1em .3em 1em;
   }

   .tablesaw-bar .btn.btn-micro {
     font-size: .8125em;
     padding: .4em .7em .25em .7em;
   }

   .tablesaw-enhanced .tablesaw-bar .btn-select {
     text-align: left;
   }

   .tablesaw-bar .btn-select:after {
     background: #e5e5e5;
     background: rgba(0,0,0,.1);
     box-shadow: 0 2px 2px rgba(255,255,255,.25);
     content: " ";
     display: block;
     position: absolute;
   }

   .tablesaw-bar .btn-select.btn-small,
   .tablesaw-bar .btn-select.btn-micro {
     padding-right: 1.5em;
   }

   .tablesaw-bar .btn-select:after {
     background: none;
     background-repeat: no-repeat;
     background-position: .25em .45em;
     content: "\25bc";
     font-size: .55em;
     padding-top: 1.2em;
     padding-left: 1em;
     left: auto;
     right: 0;
     margin: 0;
     top: 0;
     bottom: 0;
     width: 1.8em;
   }

   .tablesaw-bar .btn-select.btn-small:after,
   .tablesaw-bar .btn-select.btn-micro:after {
     width: 1.2em;
     font-size: .5em;
     padding-top: 1em;
     padding-right: .5em;
     line-height: 1.65;
     background: none;
     box-shadow: none;
     border-left-width: 0;
   }

   /* Column navigation buttons for swipe and columntoggle tables */

   .tablesaw-advance .btn {
     -webkit-appearance: none;
     -moz-appearance: none;
     box-sizing: border-box;
     text-shadow: 0 1px 0 #fff;
     border-radius: .25em;
   }

   .tablesaw-advance .btn.btn-micro {
     font-size: .8125em;
     padding: .3em .7em .25em .7em;
   }

   .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
     display: inline-block;
     overflow: hidden;
     width: 1.8em;
     height: 1.8em;
     background-position: 50% 50%;
     margin-left: .5em;
     position: relative;
   }

   .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
   .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before,
   .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before,
   .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
     content: "\0020";
     overflow: hidden;
     width: 0;
     height: 0;
     position: absolute;
   }

   .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before {
     left: .5em;
     top: .65em;
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     border-top: 5px solid #808080;
   }

   .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
     left: .5em;
     top: .65em;
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     border-bottom: 5px solid #808080;
   }

   .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
   .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
     top: .45em;
     border-top: 5px solid transparent;
     border-bottom: 5px solid transparent;
   }

   .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before {
     left: .6em;
     border-right: 5px solid #808080;
   }

   .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
     left: .7em;
     border-left: 5px solid #808080;
   }

   .tablesaw-advance a.tablesaw-nav-btn.disabled {
     opacity: .25;
     filter: alpha(opacity=25);
     cursor: default;
     pointer-events: none;
   }

   /* Table Toolbar */

   .tablesaw-bar {
     clear: both;
     /*font-family: sans-serif;*/
   }

   .tablesaw-toolbar {
     display: none;
     font-size: .875em;
     float: right;
   }

   .tablesaw-toolbar label {
     padding: .5em 0;
     clear: both;
     display: block;
     color: #888;
     margin-right: .5em;
     text-transform: uppercase;
   }

   .tablesaw-bar .btn,
   .tablesaw-enhanced .tablesaw-bar .btn {
     margin-top: .5em;
     margin-bottom: .5em;
   }

   .tablesaw-bar .btn-select,
   .tablesaw-enhanced .tablesaw-bar .btn-select {
     margin-bottom: 0;
   }

   .tablesaw-bar .tablesaw-toolbar .btn {
     margin-left: .4em;
     margin-top: 0;
     text-transform: uppercase;
     border: none;
     box-shadow: none;
     background: transparent;
     font-size: 1em;
     padding-left: .3em;
   }

   .tablesaw-bar .tablesaw-toolbar .btn-select {
     min-width: 0;
   }

   .tablesaw-bar .tablesaw-toolbar .btn-select:after {
     padding-top: .9em;
   }

   .tablesaw-bar .tablesaw-toolbar select {
     color: #888;
     text-transform: none;
     background: transparent;
   }

   .tablesaw-toolbar ~ table {
     clear: both;
   }

   .tablesaw-toolbar .a11y-sm {
     clip: rect(0 0 0 0);
     height: 1px;
     overflow: hidden;
     position: absolute;
     width: 1px;
   }

   @media (min-width: 24em) {
     .tablesaw-toolbar .a11y-sm {
       clip: none;
       height: auto;
       width: auto;
       position: static;
       overflow: visible;
     }
   }

   table.tablesaw tbody th {
     font-weight: bold;
   }

   table.tablesaw thead th,
   table.tablesaw thead td {
     font-size: .9em;
   }

   .tablesaw th,
   .tablesaw td {
     line-height: 1em;
     text-align: left;
     vertical-align: middle;
   }

   .tablesaw td,
   .tablesaw tbody th {
     vertical-align: middle;
     font-size: 1em;
     /* 19px */
   }

   .tablesaw td .btn,
   .tablesaw tbody th .btn {
     margin: 0;
   }

   /*.tablesaw thead {
     border: 1px solid #e5e5e4;
     background: #e2dfdc;
     background-image: -webkit-linear-gradient(top, #fff, #e2dfdc);
     background-image: linear-gradient(to bottom, #fff, #e2dfdc);
   }*/

   /*.tablesaw thead th {
     font-weight: 100;
     color: #777;
     text-transform: uppercase;
     text-shadow: 0 1px 0 #fff;
     text-align: left;
   }*/

   .tablesaw thead tr:first-child th {
     font-weight: normal;
     border-right: 1px solid #e4e1de;
   }

   /* Table rows have a gray bottom stroke by default */

   .tablesaw tbody tr {
     border-bottom: 1px solid #dfdfdf;
   }

   .tablesaw caption {
     text-align: left;
     margin-bottom: 0;
     opacity: .5;
     filter: alpha(opacity=50);
     line-height: 2.4;
   }

   @media (min-width: 25em) {
     .tablesaw caption {
       margin-bottom: .6em;
       line-height: 1.2;
     }
   }

   /* Stack */

   .tablesaw-cell-label-top {
     text-transform: uppercase;
     font-size: 0.9em;
     font-weight: normal;
   }

   .tablesaw-cell-label {
     font-size: 0.8em;
     text-transform: uppercase;
     color: #888;
	  letter-spacing: 0.025em;
   }

   @media (min-width: 768px) {
     .tablesaw td {
       line-height: 2em;
     }

	  .tablesaw td,
     .tablesaw tbody th {
       font-size: 0.9em;
     }
   }

   @media only all {
     .tablesaw-swipe .tablesaw-cell-persist {
       border-right: 1px solid #e4e1de;
     }

     .tablesaw-swipe .tablesaw-cell-persist {
       box-shadow: 3px 0 4px -1px #e4e1de;
     }
   }

   /* Table rows have a gray bottom stroke by default */

   .tablesaw-stack tbody tr {
     border-bottom: 1px solid #dfdfdf;
   }

   .tablesaw-stack td .tablesaw-cell-label,
   .tablesaw-stack th .tablesaw-cell-label {
     display: none;
   }

   /* Mobile first styles: Begin with the stacked presentation at narrow widths */

   @media only all {
     /* Show the table cells as a block level element */

     .tablesaw-stack td,
     .tablesaw-stack th {
       text-align: left;
       display: block;
     }

     .tablesaw-stack tr {
       clear: both;
       display: table-row;
     }

     /* Make the label elements a percentage width */

     .tablesaw-stack td .tablesaw-cell-label,
     .tablesaw-stack th .tablesaw-cell-label {
       display: block;
       padding: 0 .6em 0 0;
       width: 30%;
       display: inline-block;
     }

     /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */

     .tablesaw-stack th .tablesaw-cell-label-top,
     .tablesaw-stack td .tablesaw-cell-label-top {
       display: block;
       padding: .4em 0;
       margin: .4em 0;
     }

     .tablesaw-cell-label {
       display: block;
     }

     /* Avoid double strokes when stacked */

     .tablesaw-stack tbody th.group {
       margin-top: -1px;
     }

     /* Avoid double strokes when stacked */

     .tablesaw-stack th.group b.tablesaw-cell-label {
       display: none !important;
     }
   }

   @media (max-width: 767px) {

     .tablesaw-toolbar {
        display: block;
     }

     .tablesaw-stack thead td,
     .tablesaw-stack thead th {
       display: none;
     }

     .tablesaw-stack tbody td,
     .tablesaw-stack tbody th {
       clear: left;
       float: left;
       width: 100%;
     }

     /* Bootstrap Fix for Mobile */
        .tablesaw.table-bordered>tbody>tr>td,
        .tablesaw.table-bordered>tbody>tr>th,
        .tablesaw.table-bordered>tfoot>tr>td,
        .tablesaw.table-bordered>tfoot>tr>th,
        .tablesaw.table-bordered>thead>tr>td,
        .tablesaw.table-bordered>thead>tr>th {
           border: none;
           border-top: 1px solid #ddd;
        }

     .tablesaw-cell-label {
       vertical-align: top;
     }

     .tablesaw-cell-content {
       max-width: 67%;
       display: inline-block;
     }

     .tablesaw-stack td:empty,
     .tablesaw-stack th:empty {
       display: none;
     }


   }

   /* Media query to show as a standard table at 560px (35em x 16px) or wider */

   @media (min-width: 768px) {
     .tablesaw-stack tr {
       display: table-row;
     }

     /* Show the table header rows */

     .tablesaw-stack td,
     .tablesaw-stack th,
     .tablesaw-stack thead td,
     .tablesaw-stack thead th {
       display: table-cell;
       margin: 0;
     }

     /* Hide the labels in each cell */

     .tablesaw-stack td .tablesaw-cell-label,
     .tablesaw-stack th .tablesaw-cell-label {
       display: none !important;
     }
   }

   .tablesaw-fix-persist {
     table-layout: fixed;
   }

   @media only all {
     /* Unchecked manually: Always hide */

     .tablesaw-swipe th.tablesaw-cell-hidden,
     .tablesaw-swipe td.tablesaw-cell-hidden {
       display: none;
     }
   }

   .btn.tablesaw-columntoggle-btn span {
     text-indent: -9999px;
     display: inline-block;
   }

   .tablesaw-columntoggle-btnwrap {
     position: relative;
     /* for dialog positioning */
   }

   .tablesaw-columntoggle-btnwrap .dialog-content {
     padding: .5em;
   }

   .tablesaw-columntoggle tbody td {
     line-height: 1.5;
   }

   /* Remove top/bottom margins around the fieldcontain on check list */

   .tablesaw-columntoggle-popup {
     display: none;
   }

   .tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
     display: block;
     position: absolute;
     top: 2em;
     right: 0;
     background-color: #fff;
     padding: .5em .8em;
     border: 1px solid #ccc;
     box-shadow: 0 1px 2px #ccc;
     border-radius: .2em;
     z-index: 1;
   }

   .tablesaw-columntoggle-popup fieldset {
     margin: 0;
   }

   /* Hide all prioritized columns by default */

   @media only all {
     .tablesaw-columntoggle th.tablesaw-priority-6,
     .tablesaw-columntoggle td.tablesaw-priority-6,
     .tablesaw-columntoggle th.tablesaw-priority-5,
     .tablesaw-columntoggle td.tablesaw-priority-5,
     .tablesaw-columntoggle th.tablesaw-priority-4,
     .tablesaw-columntoggle td.tablesaw-priority-4,
     .tablesaw-columntoggle th.tablesaw-priority-3,
     .tablesaw-columntoggle td.tablesaw-priority-3,
     .tablesaw-columntoggle th.tablesaw-priority-2,
     .tablesaw-columntoggle td.tablesaw-priority-2,
     .tablesaw-columntoggle th.tablesaw-priority-1,
     .tablesaw-columntoggle td.tablesaw-priority-1 {
       display: none;
     }
   }

   .tablesaw-columntoggle-btnwrap .dialog-content {
     top: 0 !important;
     right: 1em;
     left: auto !important;
     width: 12em;
     max-width: 18em;
     margin: -.5em auto 0;
   }

   .tablesaw-columntoggle-btnwrap .dialog-content:focus {
     outline-style: none;
   }

   /* Preset breakpoints if "" class added to table */

   /* Show priority 1 at 320px (20em x 16px) */

   @media (min-width: 20em) {
     .tablesaw-columntoggle th.tablesaw-priority-1,
     .tablesaw-columntoggle td.tablesaw-priority-1 {
       display: table-cell;
     }
   }

   /* Show priority 2 at 480px (30em x 16px) */

   @media (min-width: 30em) {
     .tablesaw-columntoggle th.tablesaw-priority-2,
     .tablesaw-columntoggle td.tablesaw-priority-2 {
       display: table-cell;
     }
   }

   /* Show priority 3 at 640px (40em x 16px) */

   @media (min-width: 40em) {
     .tablesaw-columntoggle th.tablesaw-priority-3,
     .tablesaw-columntoggle td.tablesaw-priority-3 {
       display: table-cell;
     }

     .tablesaw-columntoggle tbody td {
       line-height: 2;
     }
   }

   /* Show priority 4 at 800px (50em x 16px) */

   @media (min-width: 50em) {
     .tablesaw-columntoggle th.tablesaw-priority-4,
     .tablesaw-columntoggle td.tablesaw-priority-4 {
       display: table-cell;
     }
   }

   /* Show priority 5 at 960px (60em x 16px) */

   @media (min-width: 60em) {
     .tablesaw-columntoggle th.tablesaw-priority-5,
     .tablesaw-columntoggle td.tablesaw-priority-5 {
       display: table-cell;
     }
   }

   /* Show priority 6 at 1,120px (70em x 16px) */

   @media (min-width: 70em) {
     .tablesaw-columntoggle th.tablesaw-priority-6,
     .tablesaw-columntoggle td.tablesaw-priority-6 {
       display: table-cell;
     }
   }

   @media only all {
     /* Unchecked manually: Always hide */

     .tablesaw-columntoggle th.tablesaw-cell-hidden,
     .tablesaw-columntoggle td.tablesaw-cell-hidden {
       display: none;
     }

     /* Checked manually: Always show */

     .tablesaw-columntoggle th.tablesaw-cell-visible,
     .tablesaw-columntoggle td.tablesaw-cell-visible {
       display: table-cell;
     }
   }

   .tablesaw-columntoggle-popup .btn-group > label {
     display: block;
     padding: .2em 0;
     white-space: nowrap;
   }

   .tablesaw-columntoggle-popup .btn-group > label input {
     margin-right: .8em;
   }

   .tablesaw-sortable,
   .tablesaw-sortable thead,
   .tablesaw-sortable thead tr,
   .tablesaw-sortable thead tr th {
     position: relative;
   }

   .tablesaw-sortable thead tr th {
     padding-right: 1.6em;
     vertical-align: middle;
   }

   .tablesaw-sortable th.tablesaw-sortable-head,
   .tablesaw-sortable tr:first-child th.tablesaw-sortable-head {
     padding: 0;
   }

   .tablesaw-sortable th.tablesaw-sortable-head button {
     padding-top: .9em;
     padding-bottom: .7em;
     padding-left: .6em;
     padding-right: 1.6em;
   }

   .tablesaw-sortable .tablesaw-sortable-head button {
     min-width: 100%;
     color: inherit;
     background: transparent;
     border: 0;
     padding: 0;
     text-align: left;
     font: inherit;
     text-transform: inherit;
     position: relative;
   }

	.tablesaw-sortable .tablesaw-sortable-head button:after {
		content: "\e150";
		font-family: 'Glyphicons Halflings';
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 1;
		position: absolute;
		color: #9CA3AF;
		right: .5em;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

   .tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after,
   .tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
     height: 10px;
     content: "\0020";
     position: absolute;
     right: .5em;
	  color: #323A45;
   }

   .tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
     content: "\e093";
   }

   .tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
     content: "\e094";
   }

   .tablesaw-sortable .not-applicable:after {
     content: "--";
     display: block;
   }

   .tablesaw-sortable .not-applicable span {
     display: none;
   }

   .tablesaw-advance {
     float: right;
   }

   .tablesaw-advance.minimap {
     margin-right: .4em;
   }

   .tablesaw-advance-dots {
     float: left;
     margin: 0;
     padding: 0;
     list-style: none;
   }

   .tablesaw-advance-dots li {
     display: table-cell;
     margin: 0;
     padding: .4em .2em;
   }

   .tablesaw-advance-dots li i {
     width: .25em;
     height: .25em;
     background: #555;
     border-radius: 100%;
     display: inline-block;
   }

   .tablesaw-advance-dots-hide {
     opacity: .25;
     filter: alpha(opacity=25);
     cursor: default;
     pointer-events: none;
   }
