table {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 20px auto;
    padding: 20px 0 20px 0;
    border-spacing: 0;
    border-collapse: collapse;
}
table, thead th, td {
    border: 1px solid #999999;
}
table, tbody td {
    border: 1px solid #999999;
}
table, tbody th {
    border: 1px solid #999999;
}
th {
    text-align: left;
    padding: 6px 8px;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
    color: #000000;
    vertical-align: middle;
}
tr {
    text-align: left;
    padding: 6px 8px;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
    color: #000000;
    vertical-align: middle;
}
td {
    text-align: left;
    padding: 6px 8px;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.4em;
    text-decoration: none;
    color: #000000;
    vertical-align: middle;
}
td sup {
    font-size: 9px;
    padding: 0 0 0 2px;
    vertical-align: super;
}
thead th {
    white-space: nowrap;
}
.table-container {
    width: 100%;
    max-width: 1100px;
    padding: 0 0 15px 0;
    margin: 0 auto 0 auto;
    position: relative;
    overflow: auto;
    display: block;
}
.table-container > .product-table-cell ol li {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-size: 12px;
    text-align: left;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0 0 .25em 0;
    list-style-type: none;
    color: #000000;
    text-decoration: none;
}
.table-container > .product-table-cell p {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-size: 11px;
    text-align: left;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0 0 .25em 0;
    color: #000000;
    text-decoration: none;
}
.table-container > .product-table-cell p sup {
    font-size: 9px;
    padding: 0 0 0 2px;
    vertical-align: super;
}
/*Align Top*/
.top table {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 20px auto;
    padding: 20px 0 20px 0;
    border-spacing: 0;
    border-collapse: collapse;
}
.top table, .top thead th, .top td {
    border: 1px solid #999999;
}
.top table, .top tbody td {
    border: 1px solid #999999;
}
.top th {
    text-align: left;
    padding: 6px 8px;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
    color: #000000;
    vertical-align: top;
}
.top tr {
    text-align: left;
    padding: 6px 8px;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
    color: #000000;
    vertical-align: top;
}
.top td {
    text-align: left;
    padding: 6px 8px;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.4em;
    text-decoration: none;
    color: #000000;
    vertical-align: top;
}
.top td sup {
    font-size: 9px;
    padding: 0 0 0 2px;
    vertical-align: super;
}
.top thead th {
    white-space: nowrap;
}
.top tr ul {
    margin: 0 0 0 0;
}
.top tr ul li {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-size: 13px;
    text-align: left;
    font-weight: 400;
    margin: 0 0 2px 16px;
    list-style-type: disc;
    color: #000000;
}
.top tr ol {
    margin: 0 0 0 -16px;
}
.top tr ol li {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-size: 13px;
    text-align: left;
    font-weight: 400;
    margin: 0 0 2px 16px;
    list-style-type: decimal;
    color: #000000;
}
.top-table-container {
    width: 100%;
    max-width: 1100px;
    padding: 0 0 15px 0;
    margin: 0 auto 0 auto;
    position: relative;
    overflow: auto;
    display: block;
}
.top-table-container > .top-product-table-cell ol li {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-size: 13px;
    text-align: left;
    font-weight: 400;
    margin: 0 0 0 0;
    list-style-type: decimal;
    color: #000000;
}
.top-table-container > .top-product-table-cell p {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-size: 11px;
    text-align: left;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0 0 .25em 0;
    color: #000000;
    text-decoration: none;
}
.top-table-container > .top-product-table-cell p sup {
    font-size: 9px;
    padding: 0 0 0 2px;
    vertical-align: super;
}
/* Scrollable table styling */
.scrollable.has-scroll {
    position: relative;
    overflow: hidden; /* Clips the shadow created with the pseudo-element in the next rule. Not necessary for the actual scrolling. */
}
.scrollable.has-scroll:after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 50px;
    height: 100%;
    border-radius: 10px 0 0 10px / 50% 0 0 50%;
    box-shadow: none;
    content: '';
}
/* This is the element whose content will be scrolled if necessary */
.scrollable.has-scroll > div {
    overflow-x: auto;
}

	/* Style the scrollbar to make it visible in iOS, Android and OS X WebKit browsers (where user preferences can make scrollbars invisible until you actually scroll) */
	.scrollable > div::-webkit-scrollbar {
 height:12px;
}
 .scrollable > div::-webkit-scrollbar-track {
 box-shadow:0 0 2px rgba(0,0,0,0.15) inset;
 background:#f0f0f0;
}
 .scrollable > div::-webkit-scrollbar-thumb {
 border-radius:6px;
 background:#ccc;
}

@media only screen and (max-width: 480px) {
table {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 10px auto;
    padding: 10px 0 20px 0;
    border-spacing: 0;
    border-collapse: collapse;
}
.table-notes {
    margin: 20px 0 0 0;
}
.table-container > .product-table-cell p {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-size: 11px;
    text-align: left;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0 0 .25em 0;
    color: #000000;
    text-decoration: none;
}
.top table {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 10px auto;
    padding: 10px 0 20px 0;
    border-spacing: 0;
    border-collapse: collapse;
}
.top-table-notes {
    margin: 20px 0 0 0;
}
.top-table-container > .top-product-table-cell p {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-size: 11px;
    text-align: left;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0 0 .25em 0;
    color: #000000;
    text-decoration: none;
}
}
