/*
 Description:    Trail Data Manager CSS File
 Author:         Scott Lewis, Trail Websites
 Author URI:     http://trailwebsites.com
 Version:        1.0.2
*/

#map {height:600px;width:80%;}
.tws-map-icon {background-color:#5C4033;color:#ffffff;}
.tws-map-span {background-color:#5C4033;font-size:12px;padding:3px;text-align:center;width:80px;}
.tws-infobox-image {text-align:center;vertical-align:top;}
.tws-infobox-image img {width:100%;vertical-align:top;}
.tws-infobox-content {padding:5px;}
.tws-numbered-icon {
	background-color:#5C4033;
	background-size: 40px 40px;
	background-repeat: no-repeat;
	width:24px;
	height:24px;
	margin: 0 auto;
	text-align:center;
	color:#ffffff;
	font-weight: bold;
}

#tws_general_list {
	font-weight: 500;
	list-style: square;
}
/* Nav style buttons for trails and other lists as needed */

.list_buttons li {
	float: left;
	list-style: none;
	text-align: center;
	background-color: #1e73be;
	color: #fff !important;
	margin-bottom: 5px;
	font-weight: 600;
	width: 90%;
	line-height: 32px; 
}

.list_buttons li a {
	text-decoration: none;
	color: #fff !important;
	display: block;
}

.list_buttons li a:hover {
	text-decoration: none;
	background-color: #3892e0;
	display: block;	
}

.tws_icon {
	width:32px;
	margin-right: 15px;
}

.tws_markers {
	 color: white;
	 background-color: rgb(132, 146, 119);
	 font-family: "Arial", sans-serif;
	 font-size: 10px;
	 font-weight: bold;
	 text-align: center;
	 padding:5px;
	 border: 2px solid black;
	 white-space: nowrap;
}
.tws-img {
	height: auto;
	width: 50%;
}
.tws-img.expanded {
	width: 100%;
	max-width: none;;
}
.tws-row {
	margin-bottom:15px;
}