@charset "UTF-8";

p {
    display: block;
    -webkit-margin-before: 1em !important;
    -webkit-margin-after: 1em !important;
    -webkit-margin-start: 0 !important;
    -webkit-margin-end: 0 !important;
	margin-top:1em !important;
	margin-bottom:1em !important;
}

figure.image {
	/* Changed from inline-block to block, so the output is one image per line */
    display: block;
    border: 0 solid gray;
    margin: 0 2px 8px 1px;
    background: transparent;
}

figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

figure.image img {
    margin: 0;
	max-width:99%;
}
img {
	max-width:99%;
}

figure.image figcaption {
    margin: 3px 8px 2px 2px;
    text-align: left;
	font-size:9pt;
}

img.v2-tripphoto {
	max-width:99% !important;
	height: auto !important;
}

img.v2-tripborder1 {
	border:3px solid var(--photo-featured-bdr-color) !important;
	border-radius:3px !important;
}

img.v2-tripborder1.v2-thumbnail {
	max-width:100px;
	max-height:100px;
	border-radius:2px !important;
	border-width:2px !important;
}

td ul {
	list-style:none;
	margin:0 0 0 15px;
	padding: 0;
}
td ol {
	margin:0 0 0 15px;
	padding: 0;
}
td ul li {
	line-height:1.1em;
	margin: .25em 0;
	padding: 0 0 0 17px;
	background-repeat:no-repeat;
	background-position:0 3px;
	background-size:10px 10px;
	background-image:url('/images/icon_bullet1_medium.png');
}
td ol li {
	line-height:1.1em;
	margin:.25em 0 .25em 18px;
}

iframe {
	max-width:100%;
}

table.v3-table {
	width:100%;
	table-layout:fixed;
	max-width:100%;
	border-spacing:0;
}
.v3-table th {
	cursor:auto;
	height:30px;
	vertical-align:middle;
}
.v3-table tr td {
	padding:5px;
	white-space:normal;
	height:25px;
	overflow:hidden;
}
.v3-table td a {
	line-height:normal;
	display:inline;
}

.statsBox {
	margin-left:0;
	float:left;
	clear:left;
	text-align:left;
	vertical-align:top;
	margin-bottom:10px;
}