#article-content #buttons { 
    margin: 0px auto 25px; 
    width: 400px; 
}
#article-content #buttons button span span {
    width: 70px; 
}
#article-content #buttons :last-child { 
    float: right; 
}
#article-content .collapsible {
    border: 0px !important; 
    margin-left: 16px; 
    margin-bottom: 25px; 
}
#article-content .collapsible > :first-child { 
    background: gray url('//battle.net/support/static/images/buttons/default.gif') repeat scroll 0px 0px; 
    height: 32px; 
    width: 240px; 
    cursor: pointer; 
    padding: 0px 0px 0px 0px; 
    margin-bottom: 10px; 
    border-radius: 4px; 
    overflow: hidden; 
    line-height: 32px; 
    font-size: 12px; 
    font-weight: normal; 
    text-transform: uppercase; 
    color: white; 
}
#article-content .collapsible div:first-child span { 
    background: url('/cms/kb_media/SAQKH6HO8CXH1358378180033.png') repeat scroll 0 0 transparent; 
    display: inline-block; 
    height: 32px; 
    width: 32px; 
    overflow: hidden; 
    vertical-align: middle; 
    position: relative; 
    top: -2px; 
}
#article-content .collapsible.active > :first-child,
#article-content .collapsible.active > :first-child span,
#article-content .collapsible > :first-child:hover,
#article-content button.active span { 
    background-position: 0px -32px; 
}
#article-content .error-message { 
    background: url('/cms/kb_media/SLSKWQQPLUFQ1351208723397.png') no-repeat scroll 8px center #CCCCCC; 
    border: 1px dashed gray; 
    border-radius: 2px 2px 2px 2px; 
    box-shadow: 0 5px 5px -5px gray; 
    color: #333333; 
    font-weight:bold; 
    margin: 0 20px 20px; 
    padding: 10px 10px 10px 40px; 
}
#article-content .error-message hr { 
    margin-bottom: 5px; 
    margin-top: 5px; 
}
#article-content .small { 
    font-size: 80%; 
}
#article-content .hover > span { 
    border-bottom: 1px dotted #777777; 
    color: #444444; 
}
#article-content .hover > span:hover { 
    cursor:help; 
}
#article-content .windows-key { 
    display: inline-block; 
    padding-right: 20px; 
    background: url('//bnetcmsus-a.akamaihd.net/cms/kb_media/f9/F9SLKCXG18TA1405536530829.png') no-repeat scroll center right; 
}
#article-content .border-5 {
    width: 250px;
    border: 3px solid #D4D3D1;
    padding: 4px;
    margin: 0px 0px 25px 25px;
    float: right;
}

/* General */

.article-body {
    margin-bottom: 100px;
}

/* Collapsibles */

.article-body .collapsible {
    margin: 10px 20px 20px 0;
}
.article-body .collapsible > :first-child {
    min-width: 120px;
    cursor: pointer;
    border-radius: 0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 0.8em;
    padding: 0 20px 0 0;
    color: #fff;
    background-color: #0e86ca;
    border: 1px solid #10a1de;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: inherit;
    max-width: 100%;
    display: inline-block;
    line-height: 3em;
}

.article-body .collapsible > :first-child:hover {
    background-color: #00aeff;
    border: 1px solid transparent;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.article-body .collapsible-toggle + div {
    margin-left: 20px;
}

.article-body .collapsible div:first-child span { 
    background: url("../images/icons/expand-chevron.2365ab50.png") repeat scroll 0 0 transparent;
    display: inline-block;
    height: 32px;
    width: 32px;
    overflow: hidden;
    vertical-align: middle;
    position: relative;
    top: -2px;
    left: 0;
}

.article-body .collapsible.active > :first-child,
.article-body .collapsible.active > :first-child span,
.article-body .collapsible > :first-child:hover,
.article-body button.active span { 
    background-position: 0px -32px; 
}

/* List Items and Paragraphs */

.article-body ul, .article-body ol {
    line-height: 1.4em;
    margin: 1em 0;
    list-style-position: inside;
}

.article-body li {
    line-height: 1.4em;
    margin: 0.3em 0;
    list-style-position: inside;
}

.article-body li > ul > li {
    list-style: circle;
    list-style-position: inside;
    margin-left: 30px;
}

.article-body li > ol > li {
    list-style-position: inside;
    margin-left: 30px;
}

.article-body p { 
    margin: 1.4em 0;
    line-height: 1.6em;
}

/* Select Dropdown */

.article-body select {
    font-family: 'Blizzard';
    -webkit-appearance:none;
    -moz-appearance:none;
    -o-appearance:none;
    appearance:none; 
    -webkit-transition: border-color .2s;
    transition: border-color .2s;
    height: 36px;
    padding: 0 20px 0 10px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 15px;
    line-height: 20px;
    border: 1px solid rgba(255,255,255,0.3);
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 200px;
}

.article-body select:hover {
    -webkit-transition: border-color .2s !important;
    transition: border-color .2s !important;
    border: 1px solid rgba(255,255,255,0.4) !important;
}

.article-body select:focus {
    -webkit-transition: border-color .2s !important;
    transition: border-color .2s !important;
    border: 1px solid rgba(30,95,153,1) !important;
}

.article-body .input-select:after {
    content: "";
    background-image: url('/cms/kb_media/zj/ZJ5WL1TOWXKW1454713824783.png');
    background-position: -1px -9px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px;
    right: 6px;
    pointer-events:none;
}

.article-body option {
    background-color: #272e3b;
    height: 36px;
}

.article-body select::-ms-expand{
  display:none;
}

.article-body .input-select {
    position: relative;
}

/* Button Styling */

.article-body button {
    color: #fff;
    background-color: #0e86ca;
    border: 1px solid #10a1de;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    font-size: 1em;
    min-width: 120px;
    padding: 8px 20px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.article-body button:hover {
    background-color: #00aeff;
    border: 1px solid transparent;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}

.article-body button:active {
    color: rgba(255,255,255,0.8);
    background-color: #095386;
    border: 1px solid transparent;
    box-shadow: none;
}

.article-body button:disabled {
    color: rgba(0,174,255,0.5);
    background-color: rgba(27,30,39,0.8);
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: none;
    cursor: default;
}

.article-body button.active {
    color: rgba(255,255,255,0.8);
    background-color: #095386;
    border: 1px solid transparent;
    box-shadow: none;
}

/* Headers & Text Treatment */

.article-body h1 {
    font-size: 1.6em;
    line-height: 1.2em;
    text-transform: uppercase;
    text-shadow: 0 0 0.6em #FFF;
    clear: both;
}

.article-body h2 {
    font-size: 1.5em;
    line-height: 1.2em;
    text-transform: uppercase;
}

.article-body h3 {
    font-size: 1.4em;
    line-height: 1.2em;
}

.article-body h4 {
    font-size: 1.3em;
    line-height: 1.2em;
}

.article-body h5 {
    font-size: 1.2em;
    line-height: 1.2em;
}

.article-body h6 {
    font-size: 1.1em;
    line-height: 1.2em;
}

.small {
    font-size: 0.9em;
    line-height: 1em;
}

.underline {
    font-size: 0.9em;
    line-height: 1.4em;
    font-style: italic;
}

/* Error State */

.article-body .error-message {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 40px 10px 20px;
    font-size: 14px;
    min-height: 38px;
    line-height: 20px;
    margin: 0 0 -1px 0;
    text-shadow: none;
    position: relative;
    color: #D8000C;
    border:1px solid rgba(255,0,0,0.3);
    background-color: #FFBABA;
    box-shadow: 0 3px 5px rgba(0,0,0,0.75);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-appearance: none;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.error-message:last-of-type {
    margin-bottom: 20px;
}

.article-body .error-message hr {
    background-color: rgba(255,0,0,0.15);
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
}

/* Image Styling */

.article-body img {
    max-width: 100%;
    height: auto;
}

/* Table Styling */

.article-body table {
    border-collapse: collapse;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    min-width: 648px;
}

.article-body th { 
    background-color: rgba(255,255,255,0.15); 
    color: #fff; 
    font-weight: bold;
    padding: 6px; 
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); 
    text-align: left; 
}

.article-body td { 
    padding: 6px; 
    border: 1px solid rgba(255, 255, 255, 0.3); 
    text-align: left; 
}

/* Misc Changes */

.article-body .border-5 table {
    width: inherit !important;
    border: none !important;
    padding: 0 !important;
    float: none !important;
    margin: 0 !important;
    overflow-x: auto !important;
}

/* Media Queries */

@media (max-width: 767px)  {

	/* Add overflow to parent container to allow traditional tables to scroll */
    
	.article-body #option1, .article-body #option2, .article-body #option3, .article-body #option4, .article-body #option5, .article-body #option6, .article-body #option7 {
        overflow-x: auto;
	}
    
	.article-body #button1_section, .article-body #button2_section, .article-body #button3_section, .article-body #button4_section, .article-body #button5_section, .article-body #button6_section, .article-body #button7_section {
        overflow-x: auto;
	}
    
    .article-body #table-wrapper {
        overflow-x: auto;
    }
    
	/* Future proof for when we want to launch new mobile table layout class */
    
    .article-body .mobtable {
        width: 100% !important;
        min-width: 0;
    }
    
	.article-body .mobtable ~ #option1, .article-body .mobtable ~ #option2, .article-body .mobtable ~ #option3, .article-body .mobtable ~ #option4, .article-body .mobtable ~ #option5, .article-body .mobtable ~ #option6, .article-body .mobtable ~ #option7 {
        overflow-x: visible;
	}
    
	.article-body .mobtable ~ #button1_section, .article-body .mobtable ~ #button2_section, .article-body .mobtable ~ #button3_section, .article-body .mobtable ~ #button4_section, .article-body .mobtable ~ #button5_section, .article-body .mobtable ~ #button6_section, .article-body .mobtable ~ #button7_section, {
        overflow-x: visible;
	}
    
	.article-body .mobtable table, .article-body .mobtable thead, .article-body .mobtable tbody, .article-body .mobtable th, .article-body .mobtable td, .article-body .mobtable tr {
        width: 100% !important;
		display: block;
        float: left;
	}
	
	.article-body .mobtable thead tr { 
        /* Hide table headers (but not display: none;, for accessibility) */
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.article-body .mobtable tr { 
        border: none; 
    }
	
	.article-body .mobtable td { 
		/* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-left: 6px;
        position: relative;
        float: left;
        min-height: 50px;
        font-size: 0.9em;
        padding-left: 45%;
	}
	
	.article-body .mobtable td:before { 
		/* Now like a table header */
        content: attr(data-label);
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        /* min-height: 50px; */
        padding-right: 10px;
	}
    
    /* Prevents select inputs from spanning past mobile width */
    
    .article-body select {
        min-width: 280px;
        width: inherit;
        max-width: 100%;
    }
    
    /* Video scaling for mobile */
    
    .article-body iframe ~ div, .article-body object ~ div, .article-body embed ~ div {
        position:relative;
        padding-bottom:56.25%;
        padding-top:30px;
        height:0;
        overflow:hidden;
    }
    
    .article-body iframe, .article-body object, .article-body embed {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
    }
}