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


#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;
	 width: 40px;     
	 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;
}
.tws-infobox-image {
	display:inline-block;
	width:120px;
	max-width:120px;
}
.tws-infobox-content {
	width:300px;
	display:inline-block;
	
}