/*  SECTIONS  */
.stepsTable {
    clear: both;
    padding: 20px 0 20px 0;
    margin: 0px;
    border-radius: 10px;
    /* background-color: #ece5d2; */
    /* padding: 33px 30px; */
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 1% 0 1% 0.3%;
    font-size: 15px;
    color: #666666;
    /* line-height: 1.2; */
    /* font-weight: unset !important; */
    background-color: #ece5d2;
    padding-top: 20px;
    padding-bottom: 20px;
    /* border-bottom: 1px solid #f2f2f2; */
    border-radius: 10px;

}

.col span {
    font-weight:bolder;
    font-size:18px;
    color:#b5a572;
    display:block;
    padding-bottom:5px;
}
/*
.col:first-child { 
    margin-left: 0;
}
    */

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF SEVEN  */
.span_7_of_7 {
	width: 100%;
}

.span_6_of_7 {
  	width: 85.7%;
}

.span_5_of_7 {
  	width: 71.4%;
}

.span_4_of_7 {
  	width: 57.1%;
}

.span_3_of_7 {
  	width: 42.8%;
}

.span_2_of_7 {
  	width: 28.5%;
}

.span_1_of_7 {
  	/*width: 14.2%;*/
    width: 13.8%;
    padding: 20px;
    min-height: 120px;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_7, .span_2_of_7, .span_3_of_7, .span_4_of_7, .span_5_of_7, .span_6_of_7, .span_7_of_7 { width: 100%; }
}



.shareTable {
	background: #f5f5f5;
	border-collapse: separate;
	box-shadow: inset 0 1px 0 #fff;
	font-size: 15px;
	line-height: 24px;
	margin: 10px auto 30px;
	text-align: left;
	width: 90%;
}	

.shareTable th {
	/*background: linear-gradient(#777, #444);*/
    	background: linear-gradient(#9d6e42, #b18a63);
/*	border-left: 1px solid #b18a63;
	border-right: 1px solid #9d6e42;
	border-top: 1px solid #b18a63;
	border-bottom: 1px solid #b18a63;
	box-shadow: inset 0 1px 0 #b18a63;*/
	color: #fff;
    font-weight: bold;
	padding: 10px 15px;
	position: relative;
    text-align: center;
	/*text-shadow: 0 1px 0 #000;	*/
}
.shareTable tr strong {
    font-weight: bold;
    color: #9d6e42 !important;
}

.shareTable tr strong:after{
    padding-left:5px;
    content:url(/images/crown1.png);
}

.shareTable th:after {
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
	content: '';
	display: block;
	height: 25%;
	left: 0;
	margin: 1px 0 0 0;
	position: absolute;
	top: 25%;
	width: 100%;
}

.shareTable th:first-child {
/*	border-left: 1px solid #777;	
	box-shadow: inset 1px 1px 0 #999;*/
}

.shareTable th:last-child {
	box-shadow: inset -1px 1px 0 #999;
}

.shareTable td {
	border-right: 1px solid #fff;
	border-left: 1px solid #e8e8e8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 15px;
	position: relative;
	transition: all 300ms;
}

.shareTable td:first-child {
	box-shadow: inset 1px 0 0 #fff;
}	

.shareTable td:last-child {
	border-right: 1px solid #e8e8e8;
	box-shadow: inset -1px 0 0 #fff;
}	

.shareTable tr {
    text-align: center;
}

.shareTable tr:nth-child(odd) td {
	background: #f1f1f1 ;	
}

.shareTable tr:last-of-type td {
	box-shadow: inset 0 -1px 0 #fff; 
}

.shareTable tr:last-of-type td:first-child {
	box-shadow: inset 1px -1px 0 #fff;
}	

.shareTable tr:last-of-type td:last-child {
	box-shadow: inset -1px -1px 0 #fff;
}	
/*

tbody:hover td {
	color: transparent;
	text-shadow: 0 0 3px #aaa;
}

tbody:hover tr:hover td {
	color: #444;
	text-shadow: 0 1px 0 #fff;
}*/