@charset "UTF-8";

dd.qa_howto div:first-child {
    width: 100%;
}
dd.qa_howto div:first-child img {
    width: auto;
}
dd.qa_howto img {
    margin: 0.5em 1em;
    height: auto;
}
dd.qa_howto div p {
    display: block;
    margin: 1em;
}
#oneCol dd.qa_howto .qa_howto_flow {
    background: #e9ecf4;
    padding: 1em;
    border-radius: 10px;
    margin: 0.5em 0;
}
#oneCol dd.qa_howto .qa_howto_flow h4 {
    color: #2f5597;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-top: 1em;
}
#oneCol dd.qa_howto div ol {
    counter-reset: listnum;
}
#oneCol dd.qa_howto .qa_howto_flow ol li {
    width: auto;
    position: relative;
}
#oneCol dd.qa_howto .qa_howto_flow ol li p.qa_howto_flow_txt {
    width: 100%;
}
#oneCol dd.qa_howto .qa_howto_flow ol li p.command {
    border: solid 3px #fff;
    padding: 1em;
    background: #252525;
    color: #fff;
    border-radius: 10px;
}
#oneCol dd.qa_howto .qa_howto_flow ol li:before {
	position: absolute;
	content: "";
	background: #005294;
}
#oneCol dd.qa_howto .qa_howto_flow ol li:after {
	counter-increment: listnum;
	content: counter(listnum);
	position: absolute;
	padding: 0;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0;
	top: 10px;
}
button#copy-command {
    margin: 0.25em 1.5em 0.25em 0;
    padding: 10px;
    background: #fdc935;
    border-radius: 5px;
    border: none;
	font-weight: bold;
	box-shadow: inset 0 2px 0 rgb(255 255 255 / 20%), 0 2px 2px rgb(0 0 0 / 19%);
}
button#copy-command:hover {
    opacity: 0.75;
}
#mar .mar_faq dl dd div div.success-msg {
    display: none;
    position: absolute;
    background-color: #005294;
    color: #fff;
    margin: auto;
    text-align: center;
    border-radius: 5px;
}

@media print, screen and (min-width: 641px) {
    dd.qa_howto div:first-child img {
        float: left;
    }
    dd.qa_howto img {
        float: right;
        width: 50%;
    }
    dd.qa_howto div p {
        float: right;
        width: 70%;
    }
    #oneCol dd.qa_howto .qa_howto_flow ol li:before {
        left: 20px;
        height: 20px;
        width: 20px;
        border-radius: 10px;
    }
    #oneCol dd.qa_howto .qa_howto_flow ol li:after {
        width: 25px;
        left: 17px;
    }
    #oneCol dd.qa_howto .qa_howto_flow ol li p {
        width: 42%;
        float: left;
        padding: 0 0 0 2.5em;
    }
    #oneCol dd.qa_howto .qa_howto_flow ol li img {
        float: left;
        margin: 0 1em;
    }
	#oneCol dd.qa_howto .qa_howto_flow ol li p.command {
		width: 90%;
	}
	#mar .mar_faq dl dd div div.success-msg {
		width: 100px;
        height: 25px;
        top: 95px;
        left: 26%;
	}
}

@media only screen and (max-width: 640px) {
    dd.qa_howto div:first-child img {
        margin: 1em auto;
        display: block;
    }
    #oneCol dd.qa_howto .qa_howto_flow h4 {
        line-height: 1.5;
    }
    #oneCol dd.qa_howto .qa_howto_flow ol li:before {
        left: 46%;
        height: 25px;
        width: 25px;
        border-radius: 20px;
    }
    #oneCol dd.qa_howto .qa_howto_flow ol li:after {
        width: 32px;
        left: 45%;
        top: 12px;
    }
    #oneCol dd.qa_howto .qa_howto_flow ol li p {
        padding: 1.75em 0 0.5em;
    }
    #oneCol dd.qa_howto .qa_howto_flow ol li img {
        margin: 0.5em 0;
    }
	#oneCol dd.qa_howto .qa_howto_flow ol li p.command {
		width: 90%;
	}
	button#copy-command{
		display: block;
		margin: 0.25em;
	}
	#mar .mar_faq dl dd div div.success-msg {
		width: 25%;
		bottom: 5px;
		right: 5%;
		padding: 0.5em;
	}
}