.img-fluid { 
    display: block;
    width: 100%;
}
.adm-tickets-left { 
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px #cfcfcf;
    padding: 15px;
    margin-bottom: 15px;
}
.adm-tickets-left h2 { 
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: 600;
    margin: -15px -15px 15px;
    padding: 15px;
}
.adm-tickets-left-body p { 
    margin-bottom: 15px;
}
.adm-tickets-left-body ul { 
    list-style: none;
    padding: 0;
    margin: 0;
}
.adm-tickets-left-body ul li { 
    margin-bottom: 15px;
}
.adm-tickets-left-body ul li p { 
    margin-bottom: 0;
}
.adm-tickets-left-body ul li label { 
    font-weight: 700;
}
.adm-tickets-left-body ul li:last-child { 
    margin-bottom: 0;
}

.adm-tickets-right { 
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px #cfcfcf;
}
.adm-tickets-head { 
    border-bottom: 1px solid #ddd;
    padding: 15px;
}
.adm-tickets-head h1 { 
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}
.adm-tickets-head p { 
    margin-bottom: 0;
}
.adm-tickets-content { 
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.adm-tickets-content .adm-ticket-item { 
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.adm-tickets-content .adm-ticket-item:last-child { 
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.adm-ticket-thumb { 
    float: left;
    width: 84px;
}
.adm-ticket-thumb img { 
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.adm-ticket-excerpt { 
    margin-left: 100px;
}
.adm-ticket-excerpt-head { 
    margin-bottom: 10px;
}
.adm-ticket-excerpt-head h3 { 
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}
.adm-ticket-excerpt-head small { 
    float: right;
}

.adm-tickets-footer { 
    padding: 15px;
}