body {
    font-family: arial;
}

.pii-programme {
    width: 100%;
}

.logout-img {
    position: absolute;
    cursor: pointer;
}

.footerSpaceDiv {
    width: 100%;
    height: 30px;
    clear: both;
}

.footer img {
    width: 100%;
}

.button-gray {
    background-color: #999999;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    display: block;
    width: 200px;
    height: 36px;
    line-height: 30px;
    font-weight: bold;
    font-style: italic;
    font-family: arial;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px; /*边框圆角*/
}

.button-gray1 {
    background-color: #999999;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    width: 200px;
    height: 28px;
    line-height: 28px;
    font-style: italic;
    font-family: arial;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px; /*边框圆角*/
}