﻿/* 首頁專用樣式 */

/* 案件查詢按鈕 */
.btn-caseSearch {
    padding: 1px 10px 1px 10px;
    background: #FFF;
    border-radius: 10px;
    font-size: 1.3rem;
    border: 2px solid #3153ba;
    color: #000;
}

    .btn-caseSearch:hover {
        background: #3153ba;
        color: #FFF;
    }

.adv {
    max-width: 85% !important;
    height: auto !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto !important;
    border: 2px solid #6B8AE0 !important;
    border-radius: 8px !important;
    background-color: #fff8f8 !important;
