/*******************************************************************
Template
*******************************************************************/

.main-frame {
	max-width: 1100px;
	min-width: 740px;
	margin: 0px auto;
	padding-bottom: 30px;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #cecece;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;

    background: url('/attachments/1/ozeki_main_background.png') center center;
    background-color: white;
    background-repeat: no-repeat;
    background-size: 100% 100%;

    -webkit-box-shadow: 8px 8px 8px #888888;
    -ms-box-shadow: 8px 8px 8px #888888;
    box-shadow: 8px 8px 8px #888888;
    min-height: calc(100%-25px);
}



.flex-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.flex-container > div {
  margin: 0 auto;
}
.flex-container_cam_sdk {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.flex-container_cam_sdk > div {
    margin-left: 10px;
}

.flex-container-tab-table {
  display: flex;
  flex-direction: row;
  
}
.flex-container-tab-table > div {
    padding-top: 40px;
    padding-right: 15px;
}

.td-image{
    
}
.td-text{
  display: flex;
  flex-direction: column;
  
}

.td-text-text{
	margin-top: -35px;
	margin-left: 5px;
}

.td-text-DownloadButton{
	margin-top: 30px;
}


/*******************************************************************
Template / Fejlec
*******************************************************************/
.main-top {
	/*margin: 0px auto 0px;
	width: 1016px;*/
	margin-left:8px;
	margin-right:8px;
	height: 135px;
}

.main-top-titlebar {
	margin: 0px auto 0px;
}


.main-top-productname{
	float:left;
	/*width:700px;*/
	margin-top:5px;
	margin-left:10px;
}

.main-top-logo {
	float: left;
	text-align: left;
	padding-top: 0px;
}

.main-top-logo-icon {
    padding-top: 5px;
    padding-right: 0px;
    float: left;
}

.main-top-logo-text {
    margin-top: 3px;
    margin-left: 10px;
    float: left;
    border: 1px;
}
.main-top-logo-text:hover {
	text-decoration: none;
}

.main-top-logo-red {
	color: red;
	font-weight: bold;
}
.main-top-logo-red:hover {
	text-decoration: none;
}

.main-top-logo-black {
	color:black;
	margin-left: 5px;
	font-weight: bold;
}
.main-top-logo-black:hover {
	text-decoration: none;
}

.main-top-logo-subtitle {
	color:black;
	padding-left: 4px;
	line-height: 24px;
	font-size: 15px;
	margin-top: 3px;
	font-weight: bold;
}
.main-top-logo-subtitle:hover {
	text-decoration: none;
}

.main-top-phonenumber {
	margin-top: 25px;
	font-size: 40px;
	font-weight: bold;
}

.main-top-logo-cluster > a:hover{
	color:black;
}

.main-top-right {
	float:right;
	margin-top:0px;
	width: 260px;
}

.main-top-right-company {
	float:right;
    padding: 13px 0px 5px 10px;
    font-size: 14px;
    font-weight: bold;
    cursor: default;
    text-decoration: none;
    text-align: right;
}

.main-top-right-search {
	float:right;
}

.main-top-right-search-input {
    float: left;
    width: 200px;
    height: 32px;
    padding-left: 10px;
    padding-right: 25px;
    color: #939598;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #c0bfbe;
}

.main-top-right-search-submit {
	width: 31px;
    height: 27px;
    border: none;
    cursor: pointer;
    margin-left: -33px;
    margin-top: 2px;
    padding: 0px;
    background-image: url('/attachments/1/magnifier.png');
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
}

/*******************************************************************
Template / Tabs
*******************************************************************/

.main-top-icons{
	float:right;
	padding-right:20px;
	padding-top:8px;
}
.main-top-menu {
	margin: 0px auto;
	float: left;
	width: 100px;
}

.main-top-menu-icon {
	margin: auto;
    text-align: center;
	padding-top: 13px;
	width: 76px;
	height: 80px;
}

.main-top-menu-text {
   text-align: center;
   font-size: 15px;
   font-weight: bold;
}

.main-top-menu-text > a{
	color:black;
}

.main-bottom-text {
   text-align: center;
   font-size: 15px;
}

.main-bottom-text > a{
	color:black;
}

.learn:hover {

}

.top-separator {
	background-image: linear-gradient(to right, #ccc, #333, #ccc);
	border: 0;
	paddign-botton: 0px;
	margin: 0px 0px 0px 0px;
	height: 1px;
}

/**********MAIN-TOP-END************/

.main-container {
	margin: 0px 8px;
	display: flex;
	/*display:inline-block;*/
}

.mainhome{
	margin-left:20px;
}

.main-container-sitemap {
	float: left;
    min-width: 200px;
    padding: 10px 0px 0px 10px;
}

.main-container-sitemap-hidden {
    display: none;
	float: left;
	min-width: 200px;
	padding: 10px 0px 0px 10px;
}

.main-container-content {
	float: right;
	margin-left:auto;
	margin-right:auto;
}

.main-container-content-left {
	float: left;
	min-height: 300px;
}

.main-container-content-right {
	float: right;
	width: 400px;
	min-height: 300px;
}

.main-container-content-left-gif {
	width: 300px;
	height: 300px;
	margin-top:0px;
	margin-left:80px;
}

.main-container-content-right-gif {
	width: 300px;
	height: 300px;
	margin-top:0px;
	float: right;
	margin-right:80px;
}

.main-container-content-right-text {
	font-size: 16px;
	font-weight: normal;
}

.main-container-content-right-text-top {
	font-size: 26px;
	font-weight: normal;
}

.main-container-content-right-text-bottom {
	font-size: 21px;
	font-weight: normal;
}

.main-container-content-right-box {
	padding-top: 20px;
	height: 180px;
}


.main-container-content-right-download {
    width: 319px;
    height: 76px;
    background-color: #c1001f;
    cursor: pointer;
}

.main-container-content-right-download-blue {
    width: 319px;
    height: 76px;
    background-color: #16489c;
    cursor: pointer;
}


.main-container-content-right-download:hover{
	background-color:#E60025;
}

.main-container-content-right-download-text {
	font-family: Arial, sans-serif;
    color: #ffffff;
	font-size: 30px;
    padding-top: 32px;
    padding-left: 10px;
}

.main-container-content-right-download-text > a:hover{
	color:white;
}

.main-container-content-right-download-text > a:link{
	color:white;
}

.main-container-content-right-download-text > a:active{
	color:white;
}

.main-container-content-right-download-text > a:visited{
	color:white;
}

.main-container-content-right-install {
    width: 319px;
    height: 76px;
    background-color: #9b9c9e;
    cursor: pointer;
    margin-top: 10px;
}
.main-container-content-right-install:hover {
	background-color:#BDBDBD;
	}

.main-container-content-right-install-text {
	font-family: Arial, sans-serif;
	color: #58595b;
	font-size: 30px;
    padding-top: 32px;
    padding-left: 10px;
}

.main-container-content-text {
	font-family: Arial, sans-serif;
	/*color: #58595b;*/
	color: black;
	font-size: 27px;
}

.main-container-content-text-under{
	font-family: Arial, sans-serif;
	/*color: #58595b;*/
	color: black;
	font-size: 20px;
}

.main-container-content-text > a{
	font-family: Arial, sans-serif;
	color: #58595b;
	font-size: 30px;
}


/*******************************************************************
Template / Tabs
*******************************************************************/

.main-top-icons{
	float:right;
	padding-right:20px;
	padding-top:8px;
}
.main-top-menu {
	margin: 0px auto;
	float: left;
	width: 100px;
}

.main-top-menu-icon {
	margin: auto;
    text-align: center;
	padding-top: 13px;
	width: 76px;
	height: 80px;
}

.main-top-menu-text {
   text-align: center;
   font-size: 15px;
   font-weight: bold;
}

.main-top-menu-text > a{
	color:black;
}

.main-bottom-text {
   text-align: center;
   font-size: 15px;
}

.main-bottom-text > a{
	color:black;
}

.learn:hover {

}

.top-separator {
	background-image: linear-gradient(to right, #ccc, #333, #ccc);
	border: 0;
	paddign-botton: 0px;
	margin: 0px 0px 0px 0px;
	height: 1px;
}


/**********TABS-START************/
.tabs-menu-div {
    height: 40px;
    margin-top: -5px;
    float: left;
    width: 100%;
}

#menu {
    list-style: none;
    background: #ECECED;
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100%;
    -webkit-padding-start:0px;
}

li.top-menu-home {
    cursor: pointer;
    /*margin-left: 10px;*/
    height: 100%;    
}

#menu li.top-menu-home:hover 
{
    background-color: #9B9C9E;
} 

#menu > .menuitem {
    float: left;
    text-align: center;
    border: none;
}

#menu > .menuitem:hover {
    background: #9B9C9E;
}

#menu > .menuitem a {
    font-size:20px;
    color: #414042;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 100%;
    /*padding-left: 0.3em;*/
    padding-right: 0.3em;
}

#menu > .menuitemdownload a {
    font-size:20px;
    color: #cb1c21;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 100%;
    /*padding-left: 0.3em;*/
    padding-right: 0.3em;
}

#menu > .menuitemhowtobuy a {
    font-size:20px;
    color: blue;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 100%;
    /*padding-left: 0.3em;*/
    padding-right: 0.3em;
}

.menuitemlogin
{
	display: flex; 
	justify-content: right; 
	width: 100%;
}

.menuitemsignin a {
    font-size:20px;
    color: #414042 !important;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    height: 100%;
    padding-right: 0.3em;    
}

#menu > .menuitem:hover a {
    color:#ffffff;
}

#menu > .menuitemIcon {
    text-align: center;
}

#menu > .menuitemIcon a {
    color: #414042;
    text-decoration: none;
}

.menuitemCatIcon {
	width:20px;
	height:20px;
    padding: 0.3em;
}

.menuitemCatIconResp {
	width:20px;
	height:20px;
    padding: 0;
}

/***********TABS-END*************/

/**********MAIN-BOTTOM-BEGINNING************/

.main-bottom {
	margin: 20px auto 0px;
	max-width: 1014px;
}

.bottom-left {
	width: 215px;
	float: left;
	padding-left: 60px;
}

.bottom-right {
	float: left;
}

.bottom-right-top-left {
	width: 375px;
	float: left;
	border-right: 1px solid #cecece;
	border-left: 1px solid #cecece;
}

.bottom-right-top-left-border {
	padding: 0px 15px 0px 20px;
}

.bottom-right-top-right {
	width: 320px;
	float: left;
	margin: 0px 0px 0px 20px;
}

.bottom-title {
	text-align:left;
	font-size:20px;
	font-weight: bold;
}

.bottom-list-blue {
	text-align:left;
	font-size:16px;
	color: #00aef0;
}

.bottom-list-center {
	text-align:left;
	font-size:16px;
	font-weight: bold;
}

.bottom-right-bottom-continue {
	text-align: right;
	padding-right: 30px;
	padding-top: 75px;
}

.flex-container-footer{
	max-width:1040px;
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.flex-container-copyright {
  	display: flex;
  	flex-direction: column;
  
}
.flex-container-copyright > div {
  	text-align: left;

}

.flex-container-legal {
  display: flex;
  flex-direction: column;
  float:right;
}
.flex-container-legal > div {
    display: flex;
    justify-content: flex-end;
}

/**********MAIN-BOTTOM-END************/

/********************************************************
*  Mobil view / button
*********************************************************/
.main-top-right-mobile {
	display:none;
}

.mobile-menu-button-toggle{
	display: none
}

.mobile-menu-button {
	width: 50px;    
    position: relative;
    padding: 10px;
    margin: 8px 0px 0 -10px;
    display: none;
}
.mobile-menu-button span {
	display: block;
	height: 10px;
	background: #606060;
	margin: 0 0 6px 0;
	border-radius: 2px
}

#mobile-menu:checked ~ .main-container-sitemap {
   display:block;
}

#mobile-menu:checked ~ .main-container-sitemap-hidden {
   display:contents;
}

/********************************************************
*  Mobil view / narrow css
*********************************************************/

@media only screen and (max-width: 1030px) {

#menu li.toggle-button:hover {
	display: flex;
}

.main-top-right-mobile {
	float:right;
	display:block;
	margin-top:0px;
	width: 40px;
}


.main-container-sitemap {
   display:none;
   margin-top:10px;
}

.main-container {
	/*display: block;*/
}

.main-container-content{
	float: unset;
	margin-top: 25px;
	overflow-wrap: break-word;
}

.mobile-menu-button{
	display: block;
	width: 35px;
    position: relative;    
    padding: unset;
    padding-left: 10px;
    padding-top: 20px;
    margin: 0px 0px 0 -20px;
}

.main-top-right
{
	display: none;
}

#menu > .menuitem
{
	margin-left:0px;
}

}

}

body {
	margin: 0px;
	background: #d7ebff;
}

h2 {
    display: block;
    font-size: 24px;
    margin-block-start: 20px;
    margin-block-end: 7px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

p {
	 font-family: 'Open Sans', sans-serif;
     font-size: 16px;
     font-weight: normal;
     margin-inline-start: 5px;
     margin-inline-end: 5px;
     margin-left: 0px;
}

body,div,span,th,td {
	 font-family: 'Open Sans', sans-serif;
     font-size: 14px;
     font-weight: normal;
}

table, th, td {
	vertical-align:top;
}

.tablegraytitle
{
	background-color:#cecece;
	font-size:16px;
	font-weight:bold;
}

.bigprice
{
	font-color:black;
	font-size:36px;
	font-weight:bold;
}

.ularrow {
   list-style-type:none;
   margin: 8px 0;
}

.ularrow li {
   background:url(/attachments/1/bal_nyil.gif) 0 4px no-repeat;
   padding:0 0 0 17px;
   margin:6px 8px;
}

/*******************************************************************
 A href
*******************************************************************/
/* unvisited link */
a:link {
	text-decoration: none;
    color: blue;
}

/* visited link */
a:visited {
	text-decoration: none;
    color: blue;
}

/* mouse over link */
a:hover {
	text-decoration: underline;
    color: blue;
}

/* selected link */
a:active {
    color: blue;
}

.bluelink {
	color:blue;
	text-decoration:underline;
}




/**********CONTACT******************/

.contactmain{
	padding-bottom:40px;
	margin-left:32px;
}


.contact-left {
	min-width: 550px;
	float:left;
}

.contact-left h1 {
	margin: 0px;
}

.contact-left p {
	line-height: 150%;
	margin: 0px;
}

.contact-right {
	margin: 0px;
	width: 400px;
	float:right;
	padding-right: 20px;
}

.contact-right p {
	margin: 0px;
	line-height: 166%;
	text-align: justify;
}

/******************LEARN************************/

.sidemenu {
	margin-top: 0px;
	margin-left: 0px;
}

.sidemenu > ul {
	padding:0px;
}

.sidemenu > ul li {
	list-style-type: none;
	padding: 5px 0px 5px 3px;
}

.menutxt {
	font-weight:bold;
	color:#888888;
	font-size:16px;
	display: inline-block;
    vertical-align: middle;
    margin-left:10px;
}

.menutxt:hover {
	color: black;
}

.menutxt-bold {
	font-weight: bold;
	color: black;
	font-size: 16px;
	display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.menutxt-bold-underline{
	font-weight: bold;
	text-decoration: underline;
	color: black;
	font-size: 16px;
	display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

img
{
    vertical-align: middle; /* | top | bottom */
}

.fancimg {
	/*margin-bottom:40px;*/
}

.failover-table {
	width: 100%;
	padding-bottom: 0px;
}


.downloadlink {
	text-decoration: underline;
	color: blue;
}

.article-list-item{
    padding-left: 35px;
}

.opening {
    font-size: 1.17em;
    font-weight: bold;
    text-align: justify;
}

/* Ezek a szoftveres es sliceres bemutato kepek parameterei*/
.imgbemutato{
width: 162px;
height: 100px;
padding: 10px;
float: right;
}

.bemutatoszoveg{
text-align: justify;
}


.info_main {
	height: 35px;
}
.info_left {
	float: left;
	width: 200px;
	margin-left: 40px;
}
.info_right {
	float: left;
	width: 400px;
}
.info_input {
	width: 300px;
}
.info_title {
	margin-left: 30px;
	font-weight: bold;
}
.info_main_submit {
	width: 545px;
	text-align: right;
}

#download_div_2 {
    display:none;
}



.download-button-frame {
	width: 300px;
	height: 76px;
	background-color: red;
	color: #ffffff;
	cursor: pointer;
}
.download-button-frame:hover {
	background-color: #A11D1D;
}
.download-button-text {
	padding-left: 10px;
	padding-top: 32px;
	font-size: 28px;
	font-weight: normal;
}

.small-feature-box {
    width: 318px;
    height: 76px;
    cursor: pointer;
    margin: 20px 0px;
    border: 4px solid #ffffff;
}

.small-feature-box:hover{
    border: none;
} .addressbook-list-type {
	vertical-align: middle;
	width: 125px;
}

.addressbook-list-text {
	vertical-align: middle;
	width: 550px;
}

.download-button-frame-resp {
	width: 100%;
	height: 76px;
	background-color: red;
	color: #ffffff;
	cursor: pointer;
	border: 1px solid white;
	margin: 3px 0px;
}
.download-button-frame-resp:hover {
	background-color: #A11D1D;
}
.download-button-text-resp {
	padding-left: 10px;
	padding-top: 32px;
	font-size: 28px;
	font-weight: normal;
}

.gray-button-frame-resp {
	width: 100%;
	height: 76px; 
	background-color: #dedede; 
	color: #ffffff; 
	cursor: pointer;
	border: 1px solid white;
	margin: 3px 0px;
}
.gray-button-frame-resp:hover {
	background-color: #aaaaaa;
}
.gray-button-text-resp {
	padding-left: 10px; 
	padding-top: 32px; 
	font-size: 28px; 
	font-weight: normal;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 10px;
font-size: 30px;
}

.largefonts
{
font-size:20px;
text-align:justify;
}

.instructions
{
font-size:15px;
text-align:justify;
}

/***************topic_selection***********/

.topic_selection_item
{
margin-bottom: 30px;
}

.topic_selection_item_left
{
margin-right: 30px; 
float: left;
}

.topic_selection_item_right
{
margin-left: 120px;
font-size:16px;
}

/***************topic_selection-end***********/
.mobileonly{
	display:none
}

.desktoponly{
	display:block
}

.mobiletable{
	display:flex
}

.displayPrevNext {
	width:100%; 
	display:flex;
}

.displayPrevNextLinks
{
margin-left:auto;
margin-right:0px;
}

.main-top-logo-red-mobile {
display:none
}

/*  GO FULL WIDTH BELOW 500 PIXELS */
@media only screen and (max-width: 500px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
/*----------------------------------------------------------------------------------*/
	
	.topic_selection_item_left
	{
	margin-right: 10px; 
	float: left;
	}

	.topic_selection_item_right
	{
	margin-left: unset;
	font-size:16px;
	}
	
	.flex-container {
  	display: flex;
  	flex-direction: column;
  	margin-top: 15px;
	}
	
	.flex-container-footer{
	display: contents;
	}
	
	.flex-container-copyright {
  	flex-direction: column;  
  	width: 100%;
    text-align: center;
	}
	
	.flex-container-copyright > div {
    text-align: center;
	}
	
	.flex-container-legal {
  	width: 100%;
    text-align: center;
	}
	.flex-container-legal > div {
    display: block;
	}
	
	.flex-container_cam_sdk {
    display: block;
    flex-direction: row;
    justify-content: center;
    text-align: center;
	}
    
    .flex-container_cam_sdk > div {
    margin-left: 0px;
    margin-bottom: 10px;
	}
	
	body {
    margin: 0px;
    background: #ffffff;
	}
	
	.main-frame {  
	width: unset;	
    max-width: unset;
    min-width: unset;
    margin: unset;
    padding-bottom: unset;
    -moz-box-sizing: unset;
    -webkit-box-sizing: unset;
    box-sizing: unset;
    border: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    border-radius: unset;
    background: unset;
    background-color: white;
    background-repeat: unset;
    background-size: unset;
    -webkit-box-shadow: unset;
    -ms-box-shadow: unset;
    box-shadow: unset;
    min-height: unset;
	}
	
	#menu {
    display: grid;
    height: unset;
    border-top: 1px solid;
    border-bottom: 1px solid;
	}
	
	.menuitemlogin
	{	
	flex-direction: column;
	width: unset;
	}
	
	.main-top {
    height: 230px;   
    width: 100%;
    margin: unset;
	}
	
	.main-bottom {
    margin: 20px auto 0px;
    width: 100%;
	}
	.read-more{
	display: none;
	}
	
	li.top-menu-home {    
    display: none;
   }
   
   h2 {    
    font-size: 30px;
    text-align: center;
    color: white;
    background: #003493;
    border-top: 1px solid;
    border-color: red;
    padding-top: 8px;
    padding-bottom: 8px;    
    margin-left: 5px;
    margin-right: 5px;
    margin-block-start: 0px;
   }
		
	.tabs-menu-div {    
    margin-top: -10px;
    }
    
    .tablinks-text {
     display: none;
	}

	.tabcontent {    
    padding: 6px 0px;
    }
    
    .td-text-DownloadButton {
    margin-top: 30px;
    width: 100%;
    text-align: center;
	}
	
	.flex-container-tab-table > div {
      padding-right: 0px;
      text-align: unset;
    }
    
    .main-top-logo-text {   
    margin-top: 3px;
    margin-left: 2px;
    float: left;
    border: 1px;
	}
	
	.main-top-logo-red-mobile {
    display: block;
    color: red;
    font-weight:bold;
    font-size: 55px;
    line-height: 45px;
    margin-top:10px;
	}
	
	.main-top-logo-red {
    display: none;
	}
		
	.main-top-logo-black {
    display: none;
	}
	
	
	.main-top-logo-subtitle{
    display: none;
	}
	
	.main-top-right-mobile {
    float: right;
    display: block;
    margin-top: 0px;
    width: 30px;
	margin-right: 5px;
	}
	
	.mobile-menu-button {
    width: 35px;
    position: relative;    
    padding: 20px 0px 0px 0px;
    margin-left: -5px;
    margin: 0px 0px 0 -5px;
	}
	
	.main-top-productname {
    float: left;
    margin-top: 5px;
    margin-left: 0px;
	width: unset;
	}
	
	.w300 {
    text-align: center;
	}
	
	.likeitbutton
	{
 	margin-left: 30px;
	}
	
	#mobile-menu:checked ~ .main-container-content {
    float: unset;
    display: inline-block;
    
	} 	
	
	figure {
    margin-inline-start: unset;
    margin-inline-end: unset;
	}
	
	.video::after {
    display: none;
	}
	
	.mobiletable{
	display:contents
	}
	
	.OzekiRobotMiddle {
    margin-bottom: 10px; 
     margin-left: 0px;
     width: unset; 
	}

	.OzekiRobotMiddleLeft {
    width: 100%;
    float: unset; 
	}

	.OzekiRobotMiddleRight {
    margin-left: 0px;
    width: 100%;
    float: unset;
	}

	OzekiRobotMiddle-top{
    display: contents;
	}
	
		
	.OzekiRobotMiddleRightRow {
     display: flex;
	}
	
	.OzekiRobotMiddleRightRowLeft {
     float: unset; 
     }
     
	.OzekiRobotMiddleRightRowRight {
    float: unset;
    text-align: unset; 
    width: unset;
    margin-left: 0px;
	}
	
	.displayPrevNext{
	padding-top: 5px;
display:flex;
flex-direction:column;
	}

.displayPrevNextLinks
{
margin-left:0px;
margin-right:auto;
}
	
	pre {    
    white-space: pre-wrap;
	}	
	
	.syntaxhighlighter .line {
    white-space: pre-wrap !important;
	}

	.syntaxhighlighter .gutter {
    display: none !important;
	}
	
}

/*  GO FULL WIDTH BELOW 785 PIXELS */
@media only screen and (max-width: 785px) {
	.main-container {
    width: unset;	  
    margin: 0px 0px; 
    display: block;
	}	

	.flex-container-tab-table {   
    flex-direction: column;
	}
	
	.flex-container-tab-table > div {
      padding-right: 0px;
      text-align: center;
    }
    
    .screenshot {
    width: 100%;
	}
	
	video {
    width: 100%;    
	}
	
	iframe {
    width: 100%;    
	}
	
	.preview img {    
    width: 100% !important;
	}
	
	.mobileonly{
	display:contents
	}
	
	.desktoponly{
	display:none
}
}


@media only screen and (max-width: 500px) {
	.main-container {
    width: unset;	  
    margin: 90px 0px; 
    display: block;
	}	

}


/*  GO FULL WIDTH BELOW 374 PIXELS */
@media only screen and (max-width: 374px) {
	
	
	.td-image-image{
	width: 75%;
	}
}

.blue-button {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.yellow-button {
	width: 32%; 
	margin-right: 5px; 
	margin-left: 7px;
    text-align: center;
    line-height: 1.43;
    font-size: 1.2rem;
    border: 1px solid;
    border-radius: 3px;
    border-color: #e76d0c #e15500 #e15500;
    color: #fff;
    text-shadow: rgb(0 0 0 / 5%) 0 1px 0;
    background-color: #ec7211;
    background-image: linear-gradient(180deg,#f67c1b 0,#e15500);
    box-shadow: inset 0 1px 0 hsl(0deg 0% 100% / 20%);
}

@media only screen and (max-width: 500px) {
	.yellow-button 
	{
		width: 100%;
		margin-bottom: 5px;
	}
	
}
