#topicContent {
    padding-right: 1vw;
}

.objTypeIndex {
    display: none;
}

section#topic {
    margin-bottom: 24px;
}

p {
    margin-top: 0;
    margin-bottom: 8px;
}

.nobr {
    white-space: nowrap;
}

#topicContent[layout="Get Started"] .object {
    /*margin-bottom: 0px;*/
}

/*
 * Body text *
 */
section.objTypePictureText, section.objTypePictureText dfn {
    font-style: italic;
    margin-top: 0.2em;
}

/*
 * Lists *
 */
section#topic ul {
    list-style-type: none;
    position: relative;
    margin: 0;
}

    section#topic ul li ul,
    section#topic ol li ul {
        list-style-type: none;
        position: relative;
        counter-reset: item;
        /* Bugs in step-lists --Emil margin-top: -24px; */
    }

section#topic li {
    list-style-position: inside;
}

    section#topic li::before {
        content: "\2022";
    }

section#topic ol li ul li::before,
section#topic ul li ul li::before {
    content: "\2022";
    margin-right: 58px;
}

/*
 * Headers *
 */
.hideCaption {
    display: none !important;
}

#topicContent > h2 {
    font-weight: normal;
    margin-bottom: 8px;
    margin-block-start: 0px;
}

section.objTypeText > h2 {
    font-size: 1rem;
    margin-bottom: 0.3em;
}

section.objTypeAbstract > h2 {
    display: none;
    margin-block-start: 0;
}

section.objTypePicture > h2,
vcdk-typography.objTypeMedia > h2,
vcdk-typography.objTypeMedia,
section.objTypePictureText > h2 {
    display: none;
}

section.objTypeSub-Section > h2 {
    font-size: 18px;
    margin-bottom: 0.1em;
    font-weight: 500;
    line-height: 1.1;
}

section.objTypeCluster > h2 {
    font-size: 0.85rem;
}

section.objTypeSub-Section {
    clear: left;
}

/*
 * Table stuff
 */
table#tblObj {
    width: 100%;
    table-layout: fixed;
}

div.tblFormat table,
div.tblFormatGridTable table,
div.tblFormatTextTableUnderlined table { /*found in /topic/113057 */
    border-collapse: collapse;
    border-spacing: 0px;
}

    div.tblFormat table td,
    div.tblFormatGridTable table td,
    div.tblFormattblFormatTextTableUnderlinedGridTable table td {
        border: 1px solid #ddd;
        padding: 4px;
    }

div.tblFormat thead td,
div.tblFormatGridTable thead td,
div.tblFormatTextTableUnderlined thead td {
    background-color: #555;
    color: #fff;
}

section.objTypeSteplist section.TableTypeE-Pub #tblObj {
    width: unset;
}

/*
 * Media
*/
img.picTypeDefault {
    max-width: 100%;
    margin-right: 1vw;
}

img.picTypeFullWidth {
    max-width: 100%;
    max-height: 488px;
}

img.picType2-Column {
    max-width: 100%;
}

img.picTypeE-Pub_Small {
    max-width: 104px;
}

img.picTypeChapter_Front {
	display: none;
}

img.wbTopicThumbnail {
    display: none;
}
/* Table pictures */
div.tblFormatGridTable img {
    max-width: 20%;
}

section.objTypeHotSpot img {
    max-width: 100%;
    float: none;
    margin-right: inherit;
}

/*
 * Admonitions
*/
section.objTypeAdmonition {
    padding: 1vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
    clear: left;
}

span.AdmonitionIcon {
    margin-right: 0.5vw;
}

div.AdmonitionTitle {
    font-size: 1.2rem;
    margin-bottom: 0.4vw;
}

/*
 * Relaterad information
*/

#topicRelated > section.topicLink {
    font-size: 0.6rem;
    color: #f0a;
}


/*
 * Stuff we dont want
 */
img[src="../images/Xref.gif"] {
    display: none;
}

img[src="https://volvotrucksdh.elanders.se/Webbase_VTEU/images/Xref.gif"] {
    display: none;
}
/*section.objTypePictureText { display: none; }*/
section#topicSiblings {
    display: none;
}

section.objTypeSeeAlso {
    display: none;
}

section.objTypeAdmonition > h2 {
    display: none;
}

/*
 * Screen size
 */
@media only screen and (min-width: 900px) {
    img.picTypeDefault {
        max-width: 50%;
        margin-right: 1vw;
    }

    img.picTypeE-Pub_Small {
        max-width: 25%;
    }

    section.objTypeHotSpot img {
        max-width: 100%;
        float: none;
        margin-right: inherit;
    }
}

/*
 * Hot spots
 */
section.objTypeHotSpot {
    position: relative;
    width: fit-content;
}

section.objTypeHotSpot h2 {
    display: none;
}

section.objTypeHotSpotLink {
    position: absolute;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    background: #758BA1 none repeat scroll 0 0;
    display: block;
}

section.objTypeHotSpotLink .topicLink {
    display: none;
}

section.objTypeHotSpotLink h2 {
    display: none;
}

section.TableTypeDisplay {
    width: 100%;
}

/*
 *  Speech synthesis
 */

 .speechHighlight {
     border: solid 3px rgba(231, 231, 231, 0.966);
     padding: 15px;
     position: relative;
 }

 .firstHeader #speechStopBtn {
     position: absolute;
     background-color: #fff;
     right: -3px;
     bottom: -41px;
     top: unset;
     padding: 5px;
     height: 25px;
     margin-top: 25px;
     border: solid 3px rgba(231, 231, 231, 0.966);
     cursor: pointer;
 }

#speechStopBtn img {
    height: 26px;
}
 
 #speechStopBtn {
    position: absolute;
    background-color: #fff;
    right: -3px;
    top: -66px;
    bottom: unset;
    padding: 5px;
    height: 25px;
    margin-top: 25px;
    border: solid 3px rgba(231, 231, 231, 0.966);
    cursor: pointer;
}