.warrant_wrapper {
    width: 100%;
    margin: 0 auto;
}
.warrant_wrapper h1 {
    display: block;
    text-align: center;
    margin: 1rem auto;
}
.entry-content table.warrant_detail_table {
    width: 70%;
    text-align: left;
    float: left;
}
.entry-content table.warrant_detail_table, 
.entry-content table.warrant_detail_table th, 
.entry-content table.warrant_detail_table td {
    border: 1px solid;
    border-collapse: collapse;
    table-layout: fixed;
}
.entry-content table.warrant_detail_table th, 
.entry-content table.warrant_detail_table td {
    padding: 10px;
}
.warrant_wrapper aside {
    width: 30%;
    float: left;
}
.warrant_photo img {
    height: 200px;
    width: auto;
    display: block;
    margin: 0 auto;
}
#warrantDetailMap {
    width: 100%;
    height: 185px;
}
.infoBtn {
    text-align: center;
    margin: 0 auto;
}