.my-centre {
    margin: auto;
    width: 50%;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
    footer {
        margin-top: 550px!important;
    }
}

section {
    width: calc(100% - 20px);
    /*overflow: hidden;
    /*text-transform: uppercase;*/
    border-bottom: 2px solid #DDD;
    padding: 10px;
}

section:last-of-type {
    border-bottom: none;
}

section#ul {
    margin: 0;
}

section:last-child {
    border-bottom: 0;
}

.h1PCAccesee {
    font-size: 1.2em;
    width: 100%;
    margin-top: 0em;
    margin-bottom: 0em;
    font-family: "Encode Sans Expanded", sans-serif;
}

.pPCAccesee {
    font-family: "Open Sans", sans-serif;
}

section h1 span {
    margin-right: 2%;
}

section h1 span a {
    text-decoration: none;
    background: #ccc;
    color: #000;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    padding: 5px;
}

section .bar {
    overflow: hidden;
    height: 10px;
    margin: 5px 0;
    width: 100%;
    background: #DFDFDF;
    /*-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;*/
}

section .pcs,
section .lt {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 47%;
}

section .pcs {
    margin-right: 4%;
}

section .percent {
    height: 10px;
    background: #313131;
    width: 0%;
}

#ul .percent {
    -webkit-transition: width .25s 0s;
    transition: width .25s .0s;
}

#pk .percent {
    -webkit-transition: width .25s .25s;
    transition: width .25s .25s;
}

#po .percent,
#bb .percent {
    -webkit-transition: width .25s .75s;
    transition: width .25s .75s;
}

#ag .percent {
    -webkit-transition: width .25s 1s;
    transition: width .25s 1s;
}

.pPCAccesee {
    color: #535353;
    font-size: 0.8em;
    margin-top: 0em;
    margin-bottom: 0em;
}

section .lt p {
    float: right;
}

.mapSpan {
    margin-top: .5em;
    float: right;
    font-weight: 200;
    font-size: .5em;
    color: #8F8F8F;
}