.demo-template-main div {
    text-align: center;
    margin: 0px;
    padding: 20px;
}
.demo-template-main.left div {
    width: 180px;
    text-align: center;
    margin: 0px;
    padding: 20px 20px 20px 0px;
}

.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.left .demo-template-btn {
    display: inline-block;
    width: 100%;
    height: 215px;
    border-radius: 5px;
    border: #4D90FE 2px solid;
    background-color: #f9f9f9;
    transition: .15s linear;
}

.demo-template-main .demo-template-btn:hover, .demo-template-main.left .demo-template-btn:hover {
    border: #4D90FE 3px solid;
    background-color: #e7e7e7;
}
.demo-template-main .demo-template-btn:disabled, .demo-template-main.left .demo-template-btn:disabled {
    border: #e7e7e7 1px solid;
    background-color: #c9c9c9;
    cursor: wait;
}
.demo-template-main .demo-template-btn span, .demo-template-main.left .demo-template-btn span {
    margin-bottom: 5px;
}
.demo-template-main img, .demo-template-main.left img {
    width: 110px;
    padding-top: 10px;
}
.demo-template-main p, .demo-template-main.left p{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.file-invisible-path {
    font-size: 0 !important;
    height: 0;
}