/*Removing top line from tables*/
tr td {border-top:none!important;}

/*Menu bar all uppercase*/
.uber-header.highlight-color .navbar-default .navbar-nav > li > a {
    color:#fff!important;
    font-weight:700;
}
.uber-header.highlight-color .navbar-default .navbar-nav > li {
    text-transform:uppercase;
    color:#fff!important;
    font-weight:700;
}

/*Removed carousel indicators*/
.carousel-indicators .active {
  background-color: transparent;
}
.carousel-indicators li {
  border: transparent;
}

/*Social media icon alignment*/
div.itemTwitterButton {    
       float:left;
       margin:2px 24px 0 0;
       padding: 0 0 0 0;
}
div.itemFacebookButton [style]{
     vertical-align: top!important;
}
div.itemFacebookButton {
    float:left;
    margin:2px 24px 0 0;
    padding: 0 0 0 0;
    width: 60px;  
}
div.itemGooglePlusOneButton {
    float:left;
    margin:2px 24px 0 0;
    padding: 0 0 0 0;   
}
div.itemSocialSharing {
            padding:0px 0;			
}

/*Hide K2 email icon*/
div.itemToolbar ul li a.itemEmailLink {
  display: none!important;
}

/*Header section re-coloured*/
.section-inner {
  background-color: #FFFFFF !important;
}

/*Contact form send button re-coloured*/
ul.form-list #ac-submit {
	background-color: #f68b1e;
}
ul.form-list #ac-submit:hover, ul.form-list #ac-submit:focus, ul.form-list #ac-submit:active {
  background-color: #f68b1e;
}

/*Background image picture*/
body {
	background-image: url(/images/Background.jpg);
    background-repeat: repeat-y; 
    background-size: 100%;
}

/*Text content background re-coloured white*/
div.t3-content {
  background-color: #fff!important;
}

/*Article/item background image*/
div.t3-content {
  background-image: url(/images/Background.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 640px 480px;
}

/*Header re-size*/
.uber-header {
  height: auto !important;
}

/*Message field resized*/
ul.form-list li .input-box textarea {
  height: 100px;  
}

/*Mathguard spacing*/
ul.form-list li label {
  padding-right: 5px;
}