.vip-table-wrapper {
    margin: 30px auto;
    background: #fff;
    padding: 20px; 
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
@media(max-width:599px){
    .vip-table-wrapper {
        width:700px;
    }
}
@media(min-width:600px){
    .vip-table-wrapper {
        width:100%;
    }
}
.vip-table-title {
    padding-bottom: 10px;
    margin: 0 0 10px;
}
.vip-table-title h2 {
    margin: 6px 0 0;
    font-size: 22px;
}
.vip-table-title .add-new {
    height: 30px;
    font-weight: bold;
    font-size: 12px;
    text-shadow: none;
    min-width: 100px;
    border-radius: 50px;
    line-height: 13px;
}
.vip-table-title .add-new i {
    margin-right: 4px;
}
.vip-table-input-text {
 min-height: 0px !important;
}
.vip-table {
    table-layout: fixed;
 width: 100%
}
.vip-table tr th, .vip-table tr td {
    border-color: #e9e9e9;
}
.vip-table th i {
    font-size: 13px;
    margin: 0 5px;
    cursor: pointer;
}
.vip-table th:first-child {
    width: 100px;
}
.vip-table td a {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    min-width: 24px;
}    
.vip-table td a.add {
    color: #4BA840;
}
/*.vip-table td a.edit {
    color: #FFC107;
}*/
.vip-table td a.delete {
    color: #f50000;
}
.vip-table td i {
    font-size: 19px;
}
.vip-table td a.add i {
    font-size: 24px;
    margin-right: -1px;
    position: relative;
    top: 3px;
}    
.vip-table .form-control {
    height: 32px;
    line-height: 32px;
    box-shadow: none;
    border-radius: 2px;
}
.vip-table .form-control.error {
    border-color: #f50000;
}
/*.vip-table td .add {
    display: none;
}*/
.vip-pettype {
}
.vip-petbreed {
}
.vip-petname {
}
.vip-petdob {
}
.vip-temperament {
}
