.thirty {
    text-align: center;
}

.thirty h2 {
    margin-bottom: 0px;
    text-align: left;
}

#full_pallet, #half_pallet {
    display: none;
}

#full_pallet .detail_container, #half_pallet .detail_container {
    padding-top: 0;
}

#full_pallet ul , #half_pallet ul {
    text-align: left;
    margin-top: -15px;
    margin-bottom: 25px;
}

#full_pallet_trigger, #half_pallet_trigger {
    font-size: 1.25em;
    font-weight: 700;
    color: #4d4d4d;
    text-align: left;
}

#spec_intro {
    margin-bottom: 60px;
}

#spec_intro p {
    text-align: left;
    font-weight: 300;
}

.spec_red_gray {
    padding: 0;
    margin: 0;
    line-height: 1em !important;
    padding-bottom: 5px;
}

.spec_line {
    padding: 0;
    margin: 0;
    line-height: 1em !important;
    padding-top: 5px;
}

.spec_red_title {
    color: #ca1029;
}

.download_link {
    color: #4d4d4d;
    cursor: pointer;
}

.download_link:hover, #full_pallet_trigger:hover, #half_pallet_trigger:hover {
    color: #ca1029;
    text-decoration: underline;
}

table {
    border-collapse: collapse;
    border: 1px solid #000000;
    width: 100%;
}

th {
    border: 1px solid #000000;
    word-break: break-word;
     font-size: 14px;
     min-width: 70px;
}

td {
    border-right: 1px solid #000000;
    text-align: left;
    vertical-align: top;
    padding-left: 2%;
    word-break: break-word;
}

.red {
    text-align: left;
    color: #ca1029;
}

.gray {
    text-align: left;
}

.detail_column .dl_print_spec {
    font-weight: 700 !important;
    line-height: 1em;
    margin: 50px 0;
    text-align: center !important;
}

.dl_print_spec img {
    width: 15px;
    transform: rotate(90deg);
}

#full_pallet h4, #half_pallet h4 {
    margin-bottom: 5px;
    margin-top: 36px;
}

@media screen and (max-width: 605px) {
    .spec_phone_fix {
        width: 90%;
    }
}


