
img.flex {
    max-width:100% !important;
    height:auto;
    display:block;
}



.table-stripe tbody tr.varning:nth-child(odd) th,
.table-stripe tbody tr.varning:nth-child(odd) td,
.table-stripe tbody tr.varning:nth-child(even) th,
.table-stripe tbody tr.varning:nth-child(even) td {
    background-color: #FEE5E5;
    background-color: rgba(255,0,0,0.1);
}

#guidevisuals{
 margin-top: 10px;
 position: relative;
 height:30px;
 border-top: solid 3px #333;
}

#top{
  position: absolute;
  top:0;
  width: 2px;
  height:7px;
  background-color: #000; 
}

.guide{
  position: absolute;
  top:0;
  width: 1px;
  height:10px;
  background-color: #000;
}


.ferule{
  position: absolute;
  top:-3px;
  left: -1000px;
  width: 100px;
  height:3px;
  background-color: #ccc; 

}

#reelseat{
  position: absolute;
  top:-4px;
  right: 0;
  width: 0px;
  height:6px;
  background-color: #5e4403; 
}

#grip{
  position: absolute;
  top:-6px;
  right: 0;
  width: 0px;
  height:10px;
  background-color: #bf962f; 

}




.ferolecenter{
 position: absolute;
  top:-5px;
  left: -1000px;
  width: 1px;
  height:7px;
  background-color: #f00; 
  z-index: 1000;

}



.bg1{
	background-color: #ebf7fd;

}


.bg2{
	background-color: #fafafa;
}


.infobox{
	border: solid 1px #ccc;
	overflow: hidden;

}

.inforow span{
	width:50%;
	display: block;
	float: left;
	overflow: hidden;
}


.inforow span.label{
	background-color: #ccc;
	font-weight: bold;

}


.inforow span.value{
	
}

.inforow span.value span{
	padding:5px;
}

.inforow span.label span{
	padding:5px;

}




/* Basic styles */
.rwd-example .ui-body {
    text-align: left;
    border-color: #ddd;
}
.rwd-example p {
    color: #777;
    line-height: 140%
}
/* Stack all blocks to start */
.rwd-example .ui-block-a,
.rwd-example .ui-block-b,
.rwd-example .ui-block-c {
    width: 100%;
    float: none;
}
/* Collapsing borders */
.rwd-example > div + div .ui-body {
    border-top-width: 0;
}





  @media (max-width: 800px) {
  .ui-responsive > .ui-block-a,
  .ui-responsive > .ui-block-b,
  .ui-responsive > .ui-block-c,
  .ui-responsive > .ui-block-d,
  .ui-responsive > .ui-block-e {
    width: 100%; 
    float: none; 
  }
}







/* Red button theme for JQuery Mobile
 * - Use data-theme="r" for red versions of the default JQuery Mobile Buttons.
 ******************************************************************************************/
 
.ui-btn-up-r {
    border: 1px solid #721414;
    background: #AB2525;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 -1px 1px #000;
    background-image: -moz-linear-gradient(top, #C54E4E, #AB2525);
    background-image: -webkit-gradient(linear,left top,left bottom,
        color-stop(0, #C54E4E),
        color-stop(1, #AB2525));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#C54E4E', EndColorStr='#AB2525')";
}
.ui-btn-up-r a.ui-link-inherit {
    color: #fff;
}
.ui-btn-hover-r {
    border: 1px solid #6E0000;
    background: #B64B4B;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 -1px 1px #000;
    background-image: -moz-linear-gradient(top, 
        #D47272, 
        #B64B4B);
    background-image: -webkit-gradient(linear,left top,left bottom,
        color-stop(0, #D47272),
        color-stop(1, #B64B4B));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#D47272', EndColorStr='#B64B4B')";
}
.ui-btn-hover-r a.ui-link-inherit {
    color: #fff;
}
.ui-btn-down-r {
    border: 1px solid #772222;
    background: #C54E4E;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 -1px 1px #000;
    background-image: -moz-linear-gradient(top, #9E3939, #C54E4E);
    background-image: -webkit-gradient(linear,left top,left bottom,
        color-stop(0, #9E3939),
        color-stop(1, #C54E4E));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#9E3939', EndColorStr='#C54E4E')";
}
.ui-btn-down-r a.ui-link-inherit {
    color: #fff;
}
.ui-btn-up-r,
.ui-btn-hover-r,
.ui-btn-down-r {
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
}