.demo-template-main div {
    text-align: center;
    margin: 0px;
    padding: 20px;
}
.demo-template-main .demo-template-btn {
    display: inline-block;
    width: 215px;
    height: 215px;
    border-radius: 5px;
    border: #4D90FE 2px solid;
    background-color: #f9f9f9;
    transition: .15s linear;
}
.demo-template-main .demo-template-btn:hover {
    border: #4D90FE 3px solid;
    background-color: #e7e7e7;
}
.demo-template-main .demo-template-btn:disabled {
    border: #e7e7e7 1px solid;
    background-color: #c9c9c9;
    cursor: wait;
}
.demo-template-main .demo-template-btn span {
    margin-bottom: 5px;
}
.demo-template-main img {
    width: 110px;
    padding-top: 10px;
}
.demo-template-main p {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}