/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 07 August 2025 08:29:36
*/


/*playgrounds css*/

.playground {
    float: left;
    padding: 1%;
    font-size:14px;
}
.playground:first-child {
    margin-left: 1%; 
}
.playground-listing * {
    box-sizing: border-box;
    margin-bottom: 1%;
}
.playground-listing {
    width:100%;
    box-sizing: border-box;
    border-bottom: solid 1px #edecec;
}
.playground-listing:after {
    content: '';
    clear: both;
    display: block;
}
@media (min-width:320px) { 
.playground {
    width: 100%;
    margin-left: 0%;
}
/* smartphones, iPhone, portrait 480x320 phones */ }
@media (min-width:641px) {
.playground {
    width: 50%;
}
/* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) {
 .playground {
    margin-left: 1.4%;
}
.playground-image {
    width: 40%;
    height:auto;
    margin-top: 1.4%;
}

.playground-summary {
    width: 55%;
}


img.playground-listing-image{width:400px !important; height:auto;}

/*search form */

/*table.searchForm {border: 0px solid #000; border-collapse:collapse;}
table.searchForm td{padding:3px; border: 0px solid #000;padding-left:5px; }*/

.playground-searchform * {
    box-sizing: border-box;
    margin-bottom: 1%;
}
.playground-searchform {
    width:100%;
    box-sizing: border-box;
}
.playground-searchform:after {
    content: '';
    clear: both;
    display: block;
}

.tooltip {
    display: none;
    position: absolute;
    border: 1px solid #333;
    background-color: #161616;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    font-size: 12px Arial;
}


