.ui-content {
	padding: .5em;
}

#trailsContent {
	padding: 1em;
}

h2#mainHeader.ui-title {
	margin: 0 10px;
	text-align: left;
}

.trailHeading {
	padding:5px;
	width:98%;
	font-weight:bold;
	color:#FFFFFF;
	text-shadow: 0 1px 0 #000000;
}

.trailBar {
	padding: 0.1em 0.9em;
}

#map {
    position: absolute;
    top: 44px; /* if you have a 200px block at the top */
    left: 0;
    right: 0;
    bottom: 0;
}


.leaflet-label {
    border-width: 1px;
    margin-top: 0;
    padding: 2px;
    background: rgba(245, 162, 8, 0.8);;
    color: #fff;
}

.leaflet-label::before {
    border-right-style: none;
}

.leaflet-label-right {
    margin-left: -15px;
}

.trailLi {
    padding-left:25px;
    font-size:0.7em;
    margin-top:-10px;
}
a.ui-link-inherit {
    font-size: 0.9em;
}
.status {
    right: 100px;
    position: absolute;
    color: black;
    font-size: 11px;
    top: 35%;
}
.status-blue {
    color: blue;
}
.status-black {
    color: black;
}
.status-red {
    color: red;
}
.trailName {
    font-size: 14px;
    display: inline-block; /* so height and width actually take affect */
    max-width: 65%;
    height: 1.2em; /* so overflow hidden works and keeps text on one row */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; /* important to show ellipsis, or words will just be broken off */    
}
.trailNameSr {
    font-size: 14px;
    display: inline-block; /* so height and width actually take affect */
    max-width: 85%;
    height: 1.2em; /* so overflow hidden works and keeps text on one row */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; /* important to show ellipsis, or words will just be broken off */    
}
#headerBar {
	background-color: #38c; 
	color: #fff;
	text-shadow: none;
}
.headerText {
    padding-top:10px;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px;    
    /* margin: 0 auto; */
    margin-left: 65px;
}
#mapHeader {
    height:42px;
}
#listHeader {
    height:35px;
}
#searchListBtn, #searchNameBtn, #mapBtn, #editButton, #submitBtn, #galleryBtn, #commentButton, #submitCommentBtn, #searchPlaceBtn, #detailBtn {
	background-color: #38c; 
	color: #fff;
	text-shadow: none;
	font-size: 13px;
}
.ct-series-a .ct-line,
.ct-series-a .ct-point {
  stroke: #38c;
}
.ct-series-a .ct-area {
    fill: #38c;
}
.custom-corners .ui-bar {
  -webkit-border-top-left-radius: inherit;
  border-top-left-radius: inherit;
  -webkit-border-top-right-radius: inherit;
  border-top-right-radius: inherit;
}
.custom-corners .ui-body {
  border-top-width: 0;
  -webkit-border-bottom-left-radius: inherit;
  border-bottom-left-radius: inherit;
  -webkit-border-bottom-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

#loginButton {
	background-color: #38c;
	border-color: #38c;
}

.qq-uploader {
	min-height: 0px;
}
.qq-uploader:before {
	display: none;
}

.qq-upload-button {
	width: 150px;
}

.qq-upload-list {
	max-width: 95%;
}

[data-role="footer"] {
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 0.7em;
    font-weight: 300;
}

.posHelp {
    font-size: 0.7em; 
    font-style: italic;
    color: gray;
    text-align: center;
}

.cb {
    clear:both; 
    height:10px;
}

.cb2 {
    clear:both; 
    height:20px;
}