body {
	width: 700px;
	margin: 0 auto;
	font-family: PT Sans;
    color: #2e2e2e;
    font-size: 18px;
    line-height: 1.5;
}
h1	{
	font-weight: 400;
    font-size: 50px;
    width: 700px;
    margin: 0;
    padding: 54px 0;
    color: #2f84ed;
    word-break: break-word;
}
h2 {
	font-weight: 400;
    margin: 0;
    font-size: 32px !important;
    color: #2f84ed !important;
    line-height: 40px !important;
}
.clr {
	clear: both;
}
.small-f {
	font-size: 12px;
	margin-top: 3px;
}

.center {
	margin: 0 auto;
	text-align: center;
}
.center img {
	width: 100%;
}
pre {
	word-wrap: break-word;
    padding: 8px 10px!important;
    line-height: 1.4;
    font-family: monospace,monospace;
    font-size: 14px!important;
    color: #66737c!important;
}
.wrap-right {
	float: right;
	margin-left: 40px;
}
.float-right {
	float: right;
	width: 215px;

}
.float-right img {
	width:100%;
}
.float-left {
	float: left;
	width: 480px;
}
.code {
	word-wrap: break-word;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #eff1f2;
    border-radius: 4px;
    position: relative;
    font-size: 13.5px!important;
    color: #868585!important;
    font-family: monospace,monospace;
    background-color: #f9f9f9;
}
.code.scroll {
	height: 130px;
    overflow-y: scroll;
}
.copy_btn {
	font-weight: 700;
    color: rgba(47,132,237,0.75);
    border: solid 1px rgba(47,132,237,0.75);
    padding: 15px 20px;
    cursor: pointer;
    border-radius: 2px;
    margin-top: 15px;
    text-transform: uppercase;
}
.prodcut_ids_placeholder {

}
.prodcut_ids_placeholder input {
    border: 1px solid #eff1f2;
    padding: 6px 12px;
    width: 300px;
    margin-top: 5px;
}
#load_products {
	font-weight: bold;
    color: rgba(47,132,237,0.75);
    border: solid 1px rgba(47,132,237,0.75);
    cursor: pointer;
    border-radius: 2px;
    padding: 6px 10px;
}