/*
Copyright (c) 2016 GearGrams LLC 
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl.html
*/

.geargrams .gg_header h3{
	margin-bottom: 0px;
	font-weight:normal;
}

.geargrams .gg_header{
	margin-bottom:10px;
}

.geargrams ul{
	list-style-type: none;
	margin-bottom:10px;
}

.geargrams .gg_unit{
	font-size: .8em;
	padding-left: 3px;
	padding-right: 4px;
}

.geargrams .gg_gategory{
 font-size:1em;
}

.geargrams .gg_gategory:first-letter `{
    text-transform: uppercase;
}

.svg .gg_weight{
	 font-size:.7em;
}

.geargrams .gg_gategory .gg_weight, .geargrams .gg_gategory .gg_qty{
 font-size:.7em;
}

.geargrams .gg_item{
 font-size:.8em;
}

.geargrams .gg_item a{
	box-shadow: none;
}

.geargrams .gg_header .gg_label{
	padding-right: 5px;
}

.geargrams .gg_gear_table h4{
	white-space: nowrap;
	margin-bottom:5px;
	display:inline-block;
	font-size:1.5em;
}

.geargrams .gg_gear_table h4{
	text-decoration: none;
}

.geargrams .gg_gear_table td{
	padding:5px;
}

.geargrams .gg_gear_table .gg_weight{
	
}

.gg_gear_table table{
	width:100%;
	border:none;
	table-layout: auto;
}

.gg_gear_table tr.gg_item:nth-child(even) {
    background-color: #F9F9F9;
}

.gg_gear_table tr.gg_item:nth-child(odd) {
    background-color: #FDFDFD;
}

tr.gg_category{
	margin-top: 10px;
}

.gg_gear_table td{
	border: none;
}

.gg_gear_table td a{
	text-decoration: none;
	box-shadow: none;
}

.gg_gear_table tr td:last-child{
	text-align: right;
}

.geargrams .gg_legend1{
	border:none;
	width: auto ;
}

.geargrams .gg_legend1 .gg_colorBox {
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-right: 4px;
	vertical-align: middle;
}

.geargrams .gg_legend1 tr:first-child td{
	padding-bottom: 5px;
	text-decoration: underline;
	font-size: 1.1em;
}

.geargrams .gg_legend1 tr{
	line-height: 1.1em;
	padding-top: 0px;
	padding-bottom: 0px;
}

.geargrams .gg_legend1 td{
	border: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 15px;
}

.geargrams .gg_legend1 tr td:first-child{
	text-align: left;
}

.geargrams .gg_legend1 tr td:last-child{
	text-align: right;
}