/* CSS changes made by Rob McDonald 29 August 2020 */

.content {
    padding: 15px;
}

.container {
    width: 1300px !important;
}

.btn {
    font-size: 15px;
    background: #663399;
color: #ffffff !important;
    margin: 3px 3px 3px 3px;
}

.btn-link {
    color: #FFFFFF !important;    
}

a {
    color: #000000 !important;
    text-decoration: none;
    padding-bottom 1px;
    border-bottom: 2px #663399 solid;

}

a:hover {
   color: #663399 !important;
    text-decoration: none;
    
}

div.grid .grid-header {
    
    margin:  0px 0px 35px 0px ;
}

div.grid > .grid-header + .form-wrapper {
    margin-bottom: 60px;
}


body {
background-repeat: repeat;
}

header .widgetContent img {
padding:30px;
max-width: 700px;
height:auto !important;
}