/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

.green-header {background:none repeat scroll 0 0 #155a00; color:#fff; text-align:center; font-size: 25px;font-weight:bold; padding:10px;}
.yellow-header {background:none repeat scroll 0 0 #fec901; color:#155a00; text-align:center; font-size: 20px;font-weight:bold; padding:10px;}
.gray-header {background-color: #ddd; font-size: 18.3px}
.sub-header {font-size: 15.5px;font-weight:normal;}
.clickingButton {cursor:pointer;}
#sidemiddle {text-align: center; border-bottom: 1px solid #777;}
#suburbs {border-bottom: 1px solid #777; padding: 20px 10px 0 10px; margin-bottom: 40px;}
#suburbs li {list-style:none; margin-left:0px;}
#expandDiv {display:none;}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}