#gPage #gPageStudentBlock .studentHeadBlock .fieldBlock .actionBlock {
    display: block;
    text-align: center;
    clear: both;
    margin-top: 20px;
}
@media (max-width:480px) {
    #gPage #gPageStudentBlock .studentHeadBlock .fieldBlock .actionBlock .action {
        width: 100%;
    }
}
#gPage #gPageStudentBlock .studentHeadBlock .fieldBlock .actionBlock .action {
    padding: 20px 20px 20px 30px;
    line-height: 1;
    border-radius: 60px;
    background-color:#ff7600;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    min-width: 240px;
    font-size: inherit;
    font-weight: bold;
    color: #fff;
}
.orderListBlock .orderList .entryBlock .headBlock .theme {
  cursor: default;
}
