table {
    table-layout: auto;
}
/*
.container {
    overflow:auto;
}*/

#progressbar {
    /*background-color: black;*/
    border:1px solid #000;
    padding:2px;
    /* (height of inner div) / 2 + padding */
    padding: 3px;
  }

  #progressbar>div {
    background-color: limegreen;
    text-align: center;
    width: 0;
    /* Adjust with JavaScript */
    height: 15px;
  }

ul.title-area li {float:left;}


body {
    transition: margin 0.3s;
}

.ind {
    margin-left: 237px;
    width:100%;
    left:0;
    top:0;
    z-index:2;
    overflow:hidden
}

.ind .swipe {
    left:0;
}

a.swipe-control {
    line-height: 2.8rem;
    color: #fff;
    padding-right:5px;
}

/* Swipe Menu */
.swipe {
    display:block;
    background-color:#323232;
    position:fixed;
    color:#fff;
    height:100%;
    width:237px;
    left:-237px;
    z-index:100;
    overflow:auto;
    z-index:101;
    transition: left 0.3s;
}

.swipe ul {
    list-style:none;
    margin:0;
    padding:0;
}

.swipe li a:hover {
	color:#ff5400
}
.swipe li a {
	color:#7E7E7E
}
.swipe ul li a {
	font-weight:bold;
	display:block;
	font-size:16px;
	line-height:26px;
	color:#fff;
	padding:10px 20px 11px;
	border-bottom:1px solid #000;
	position:relative;
}

#qr-code {float:right;}
tr.priority {background-color:#fff59d !important;}
span.priority {color:red;font-weight:bolder;}