/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
td {
 border-width:0px;
}
table {

 border-width:0px;

}
.has-text-align-center{
text-align: center;
	}
	.mWrap {}
.mMove {opacity:0; white-space:nowrap;}
.mWrap.mIni .mMove {opacity:1}
.mWrap,
.mWrap *{
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;      
}
.grab {
	cursor: -moz-grab;
	cursor: -webkit-grab;
	cursor: grab;
}
.grabbing { 
	cursor: -moz-grabbing !important;
	cursor: -webkit-grabbing !important;
	cursor: grabbing !important; 
}
.strTools *,
.strTools *:after,
.strTools *:before {
	box-sizing:border-box !important;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;   
}
.mWrap img {
	max-width:none !important;
}
.comItem {
    display: inline-block;
    padding-top:0px;
	padding-bottom:0px;
	padding-left:40px;
    vertical-align: top;
    color:#ffffff;
    margin:0px;
}
.comName {

	padding-top:0px;
	color:#640000;
   	margin:0px;
    
	
}
.comTitle {

    
    
	text-transform: none;
}
.strHtml  {

height:45px;
background-color: #be953e;
}
.comTitle img {
padding-bottom:7px;
}