.openbadge-content h4 {
    margin: 50px 0 0;
}
.badge-image-unit {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 20px 0 0;
}
.badge-image-box {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}
.badge-image-box-inbox {
	display: table;
    table-layout: fixed;
    width: 100%;
}
.badge-image {
	display: table-cell;
    width: 35%;
    vertical-align: top;
}
.badge-image-box p {
    display: table-cell;
    width: 65%;
    vertical-align: middle;
    padding: 0 0 0 20px;
}
.badge-image-box p strong {
    display: block;
    padding: 0 0 1em;
}
table.badge-table {
    width: 100%;
    margin: 20px 0 0;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}
table.badge-table th,table.badge-table td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    text-align: center;
}
table.badge-table td:first-child {
    width: 60%;
    text-align: left;
}
.openbadge-content #nav_area .nav_box {
    width: 48%;
    margin-top: 20px;
}
@media only screen and (max-width : 736px){
.badge-image-box {
    display: block;
    width: 100%;
}
.badge-image-unit-last {
	padding: 0;
}
table.badge-table td:first-child {
    width: 50%;
}
.openbadge-content #nav_area .nav_box {
    width: 100%;
}
.openbadge-content #nav_area .nav .st a {
    padding: 0 50px 0 15px;
    font-size: 0.7rem;
}
}