body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

#header{
    margin: 0 auto;
    background: transparent url(http://www.cm-barcelos.pt/bg-header.png) center top no-repeat;
    padding: 0;
    height: 220px;
    width: 100%;
}

h1{
    font-size: 20px;
    padding-top: 60px;
    padding-bottom: 20px;
    color: #4E94AE;
    width: 500px;
    margin: 0 auto;
}

h2, .h2 {
    display: none;
}

center img{
margin: 0 auto;
}

a {
    color: #4E94AE;
    text-decoration: none;
}

#accordian{
    padding:30px;
    text-align: center;
}

#test1-header{
    display: none;

    
}

.accordion_child p:first-child a {

    background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);        border-color: #ccc;
    border-color: #3e8f3e;
    color: #FFF;
    background-color: #fff;
    display: inline-block;
    padding: 12px 12px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 4px;
}

.accordion_child p:last-child a {

    background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
    border-color: #b92c28;
    color: #FFF;
    background-color: #fff;
    display: inline-block;
    padding: 12px 12px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 4px;
}

table{
    margin: 0 auto;
}

table tr td:first-child{
    float: left;

        padding-top: 5px;
        text-align: right;
        display: block;
            margin-bottom: 5px;
            font-size: 18px;
                font-weight: normal;
                line-height: 20px;
}

input{
    margin: 0;
    font-weight: normal;
    width: 206px;
    margin-left: 0;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    height: 20px;
    padding: 4px 6px;
    
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #ffffff;
    border: 1px solid #cccccc;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

input[type="button"]{
    background-image: linear-gradient(to bottom,#ccc 0,#eee 100%);        border-color: #ccc;
    border-color: #ccc;
    color: #333;
    background-color: #fff;
    display: inline-block;
    padding: 10px 12px 30px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 4px;
    margin: 10px;

}

input[type="checkbox"]{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    line-height: normal;
    width: 50px;
    box-shadow: none;

}

input[type="submit"] {
    background-image: linear-gradient(to bottom,#3a7f9b 0,#065d7f 100%);
    border-color: #ccc;
    border-color: #dbe8ed;
    color: #FFF;
    background-color: #fff;
    display: inline-block;
    padding: 12px 40px 30px 40px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 4px;
    width: 100%;
}

font{
    display: none;
}

.required{
    color: #b92c28;
}

ul{
    list-style: none;
    margin: 0 auto;
    width: 100%;
}

ul li{
    padding: 5px;
    color: #4E94AE;
    width: 100%;
    margin-left:30%;
    text-align: left;

}

.listdescription{
    margin-left:50px;
}

table{
    margin-top: 20px;
    margin-bottom: 20px;
}
#footer{
    padding: 20px;
    background: #f5f5f5;
    text-align: center;
}

.poweredby{
    display: none;
}
