.showme{display: block;}
.showme:hover{display : none;}


div.title, .techTitle {
    font: "Lato", small Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
	font-size: 15px;
    min-height: 40px;
    background-color: white;
    color: black;
    }
/* Styling for the footer */
div.footer, techFooter {
    font: small Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    }
/* Styling for the overall table */
.techTable {
	font-size:12px;
    font: Verdana, Arial, Helvetica, sans-serif;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
	border="1"; 
	background-repeat: no-repeat;    
    }
/* Styling for the column headers (days of the week) */
 .techTable th {
    padding: 0 0.5em;
    text-align: center;
    background-color:#ff5a01;
    color:white;
    }
.techTable td{
	valign:top !important;
}

/* Styling for the individual cells (days) */

@media screen and (max-width: 720px) {
   .techTable .mediaText {
        font-size: 0px;
    }
}


/* Styling for the date numbers */
.techDate {     
    font-size: large;
    padding: 0.25em 0.25em;   
    text-align: left;
    vertical-align: top;
    }
/* Class for individual days (coming in future release) */
.techSun {
     color:red;
     }
/* Hide the month element (coming in future release) */
.techThMonth {
    visibility: hidden;
    display:none;
}
		
							

/*Below CSS is for images to flip - this is being used on the SoTech homepage (CDW-20140925)
						/* entire container, keeps perspective */
							

/*.flip-container, .techFlipContainer {
	perspective: 1000;
}
	/* flip the pane when hovered */
/*	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}*/

/*.flip-container,  .front, .back, .techFlipContainer, .techFrong, .techBack {
	width: 320px;
	height: 480px;
}*/

/* flip speed goes here */
/*.flipper, .techFlipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}*/

/* hide back of pane during swap */
/*.front, .back, .techFront, .techBack {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}*/

/* front pane, placed above back */
/*.front, .techFront {
	z-index: 2;
	/* for firefox 31 */
/*transform: rotateY(0deg);
}*/

/* back, initially hidden pane */
/*.back, .techBack {
	transform: rotateY(180deg);
					}*/
	
/*@media screen and (max-width: 720px) {
tr span{visibility: hidden;}
	
}*/
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
