#main_content {
  margin-left: 15px;
  margin-right: 10px;
  float: left;
  width: 695px;
}
#main_content p,
#main_content h2,
#main_content h3,
#main_content h4 {
  padding-left: 0px;
  padding-right: 0px;
}
#main_content .info > p {
  margin: 0;
}
#main_content ul {
  margin-bottom: 0px;
}
#content {
  padding: 0px 15px;
}
#right_region {
  width: 225px;
  float: left;
}
#footer ul {
    -webkit-padding-start: 0px;
}
#footer ul li {
    padding-left: 0px;
}
.no-left-padding.column-width.no-border,
.column-width.no-border.left-space {
  padding-top: 20px;
}
.tabs {
  margin-bottom: 20px;
}
.tabs .navigation {
  margin: 0;
  padding: 0 0 1px;
  position: relative;
}
.tabs .navigation ul {
  list-style-type: none;
}
.tabs .navigation li {
  display: inline-block;
  font-family: 'barmeno', Trebuchet MS, Verdana, sans-serif;
}
.tabs .navigation li {
  margin: 0;
  border: 1px solid #d5d5d5;
  padding: 5px 10px;
  background-color: #d5d5d5;
  font-size: 14px;
  margin-right: 5px;
}
.tabs .navigation li a {
  text-decoration: none;
  color: #4d4d4d;
}
.tabs .navigation li:hover {
  background-color: #B6B6B6;
}
.tabs .navigation li.selected {
  background-color: #ffffff;
  padding-bottom: 7px;
  margin-bottom: -2px;
  border-bottom: 1px solid #ffffff;
}
.tabs .disclaimer {
  font-size: 10px;
  font-style: italic;
}
.tabs .canvas {
  border: 1px solid #d5d5d5;
  padding: 20px 10px 10px;
}
.tabs .canvas #seperator {
  left: 51%;
  position: relative;
  display: inline-block;
}
.tabs .canvas #two-column {
  position: relative;
  /* left: -51%; */
  border-right: 1px solid #d5d5d5;
}
.tabs .canvas li {
  padding: 0;
  margin: 0;
}
.tabs .canvas input[type="text"],
.tabs .canvas textarea {
  display: block;
  width: 200px;
  padding-left: 10px;
}
.tabs .canvas input[type="text"] {
  height: 42px;
}
.tabs .canvas input[type="checkbox"] {
  width: auto;
  display: inline-block;
  border: none;
}
.tabs .canvas input[type='submit'] {
  padding: 15px 20px 15px 20px;
  background: #CC0000;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'open sans', 'sans serif';
  border-radius: 3px;
  min-width: 148px;
}
.tabs .canvas input[type='submit']:hover {
  background-color: #efefef;
  border-color: #3c3c3c;
  color: #3c3cc3c;
}
.tabs .maps {
  border: 1px solid #d5d5d5;
}
.tabs .maps .controller {
  float: left;
  width: 50%;
}
.tabs .maps .controller .info {
  padding: 5px 10px;
}
.tabs .maps .controller .info p {
  margin: 0;
}
.tabs .maps ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tabs .maps li {
  padding: 10px;
  background: transparent url("http://www.murdoch.edu.au/_image/Semester-1-2015/Arrow.png/") no-repeat scroll 90% 50%;
  background-color: #e9e9e9;
  border-bottom: 1px solid #FFFFFF;
}
.tabs .maps li.selected {
  background-color: #d5d5d5;
}
.tabs .maps li:hover {
  cursor: pointer;
  background-color: #f3f3f3;
}
.tabs .maps li:last-of-type {
  border-bottom: none;
}
.tabs .maps #map-canvas {
  float: left;
  width: 50%;
  height: 270px;
}
.tabs .column-width {
  width: 40%;
  float: left;
  padding-right: 10px;
}
.tabs .column-width:first-child {
  border-right: 1px solid #d5d5d5;
}
@media screen and ( max-width: 840px ) {
  .tabs .column-width {
     width: 100%;
     margin-botom: 20px;
  }
  .tabs .column-width:first-child {
     border-right: none;
  }
}
.tabs .column-width.left-space {
  padding-left: 10px;
}
.tabs .column-width.no-left-padding {
  padding-left: 0px;
}
.tabs .dbl-column-width {
  max-width: 695px;
}
.tabs .spacer {
  float: left;
  width: 15px;
}
.tabs .spacer .ruler {
  width: 50%;
  float: left;
  border-left: 1px solid #d5d5d5;
  height: 100%;
}

.hide_first_element {
display:none !important;
}

#two-column #content div.promo {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    float: none;
    margin-right: 0px;
}
#content div.promo div {
    min-height: auto!important;
}
@media screen and ( max-width: 639px ) {
  .tabs .navigation li {
    width: 48%;
    margin-bottom: 5px;
  }
  .tabs .navigation li.selected {
    background: #B6B6B6;
   }
  .tabs .navigation li.selected a {
    color: #000;
  }
  .tabs .navigation {
    padding: 0 0 1px 5px;
  )
}