.uberTest_overview{
	margin: 20px 0;
	padding: 20px;
	background-color: #cccccc ;
    box-shadow: 0px 0px 3px #dddddd;
}

.uberTest_overview:hover {
    box-shadow: 0px 0px 3px #aaaaaa;
}
/*
.uberTest_media{
	float: left;
	width: 20%;
	height: 100%;
}

.uberTest_rightWrapper{
	float: left;
	width: 80%;
}

.uberTest_name{
	font-size: 20px;
	font-weight: bold;
	padding: 2px 10px;
}
*/
.uberTest_shortDescription{
	padding: 2px 10px;
	
}
/*
.uberTest_metadata{
	float: left;
	width: 70%;
	padding: 2px 10px;
}
*/
.uberTest_startBt{
	float: right;
	margin-top: 10px;
    color: #ffffff;
    background: #999;
    font-weight:900;
    padding: 10px 20px;
    text-decoration: none;
    border: none;    
}

.uberTest_startBt a {
    color: #ffffff;
    text-decoration: none;
}

.uberTest_startBt a:hover {
    color: #000000;
    text-decoration: none;
}

@media (max-width: 768px) {
  /* for the template image-overlay-text.html */
  div.imageOverlayTextWrapper {
    float: left;
    /* important */
    position: relative;
    /* important(so we can absolutely position the description div */ }
  div.imageOverlayTextDescription {
    /* let the text appear below the image */
    width: 100%;
    font-size: 10px;
    margin-bottom: 24px; }
  div.imageOverlayTextDescriptionRight {
    /* let the text appear below the image */
    width: 100%;
    font-size: 10px;
    margin-bottom: 24px; }
  div.imageOverlayTextDescriptionLeft {
    /* let the text appear below the image */
    width: 100%;
    font-size: 10px;
    margin-bottom: 24px; }
  div.imageOverlayDark {
    background-color: black;
    color: white;
    font-weight: 400;
    opacity: 0.75;
    /* transparency */
    filter: alpha(opacity=75);
    /* IE transparency */ }
  div.imageOverlayLight {
    background-color: white;
    color: black;
    font-weight: 300;
    opacity: 0.9;
    /* transparency */
    filter: alpha(opacity=90);
    /* IE transparency */ }
  div.imageOverlayTextDescriptionContent {
    padding: 24px;
    margin: 0px;
    font-weight: 400;
    opacity: 1;
    /* transparency */
    filter: alpha(opacity=100);
    /* IE transparency */ } }

@media (min-width: 768px) {
  /* for the template image-overlay-text.html */
  div.imageOverlayTextWrapper {
    float: left;
    /* important */
    position: relative;
    /* important(so we can absolutely position the description div */ }
  div.imageOverlayTextDescription {
    position: absolute;
    /* absolute position (so we can position it where we want)*/
    bottom: 0px;
    /* position will be on bottom */
    left: 0px;
    width: 100%;
    font-size: 15px; }
  div.imageOverlayTextDescriptionRight {
    position: absolute;
    /* absolute position (so we can position it where we want)*/
    bottom: 0px;
    /* position will be on bottom */
    left: 45%;
    height: 100%;
    width: 55%;
    font-size: 15px; }
  div.imageOverlayTextDescriptionLeft {
    position: absolute;
    /* absolute position (so we can position it where we want)*/
    bottom: 0px;
    /* position will be on bottom */
    left: 0px;
    height: 100%;
    width: 66%;
    font-size: 15px; }
  div.imageOverlayDark {
    background-color: black;
    color: white;
    font-weight: 400;
    opacity: 0.75;
    /* transparency */
    filter: alpha(opacity=75);
    /* IE transparency */ }
  div.imageOverlayLight {
    background-color: white;
    color: black;
    font-weight: 300;
    opacity: 0.8;
    /* transparency */
    filter: alpha(opacity=80);
    /* IE transparency */ }
  div.imageOverlayTextDescriptionContent {
    padding: 24px;
    margin: 0px;
    font-weight: 400;
    opacity: 1;
    /* transparency */
    filter: alpha(opacity=100);
    /* IE transparency */ } }