@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700&subset=latin,latin-ext);

/* Default
***********************************************************************************************************************/
*{margin: 0; padding: 0;}
html{
    padding: 0 10px;
}
body{
    background: url("/assets/img/bg.jpg") repeat left top;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #000;
}
input{vertical-align: top;}
:focus{outline: 0 none;}
ul{list-style: none;}
img{border: 0;}
a{
    color: #3b639e;
    text-decoration: none;
}
a:hover{text-decoration: underline;}
.center{
    color: #000000;
	font-family: "Courier New";
    font-size: 18px;
}
.center2{
    color: #3b639e;
	font-weight: 300;
}
.center3{
    color: #000000;
    font-weight: 400;
}
.center4{
    color: red;
	font-size: 18px;
}
.btn{
	background-color: #6d7b8e;
	padding: 4px 8px;
    text-align: center;
    font-size: 16px;
	color: #fff;
	font-weight: 210;
	border-radius: 3px;
    -webkit-border-radius: 3px;
}
.btn.disabled,
.btn[disabled]{
	background-color: #6d7b8e;
    padding: 4px 8px;
    text-align: center;
    font-size: 16px;
	color: #fff;
	font-weight: 210;
	border-radius: 3px;
    -webkit-border-radius: 3px;
	cursor:default;
	background-image:none;
	opacity:0.50;
	filter:alpha(opacity=50);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.btn-2{
	background-color: #6d7b8e;
	padding: 4px 4px;
    text-align: center;
    font-size: 12px;
	color: #fff;
	font-weight: 300;
	border-radius: 3px;
    -webkit-border-radius: 1px;
}

/* General
***********************************************************************************************************************/
.clear:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.clear {*min-height:1px;}
#wrapper{
    max-width: 1214px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 10px;
}


/* Header
***********************************************************************************************************************/
#header{
    padding: 7px 0;
    background: url("/assets/img/header.jpg") repeat-x bottom left;
    margin-bottom: 6px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.head{
    width: 100%;
    display: table;
    border-collapse: collapse;
}
.head-item{
    display: table-cell;
    vertical-align: middle;
}
.logo{
    padding: 0 20px;
    white-space: nowrap;
}
.logo, .logo h1{
    font-size: 36px;
    color: #484848;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -2px;
    line-height: 1;
}
.logo a{
    color: #484848;
    text-decoration: none;
}
.logo a span{
    color: #828fa2;
}
.search-box{
    width: 100%;
    padding: 0 18px 0 6px;
}
.search-block{
    padding: 3px 27px;
    background: url("/assets/img/search.jpg") repeat-x left top;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.search{
    position: relative;
    padding: 0 50px 0 18px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #ededed;
    background: -ms-linear-gradient(top, #ededed 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
    background: -moz-linear-gradient(top, #ededed, #fff);
    background: gradient(linear, top, #ededed, #fff);
    background: -o-linear-gradient(top, #ededed, #fff);
    -moz-box-shadow: inset 3px 3px 10px rgba(0,0,0,0.25);
    -webkit-box-shadow: inset 3px 3px 10px rgba(0,0,0,0.25);
    box-shadow: inset 3px 3px 10px rgba(0,0,0,0.25);
}
.search-words{
    width: 100%;
    height: 38px;
    background: none;
    border: 0;
    font-size: 18px;
    color: #000;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}
.search-words::-webkit-input-placeholder{
    color: #000;
    opacity: 1;
}
.search-words:-moz-placeholder{
    color: #000;
    opacity: 1;
}
.search-words::-moz-placeholder{
    color: #000;
    opacity: 1;
}
.search-words:-ms-input-placeholder{
    color: #000;
    opacity: 1;
}
.search-block .search-btn{
    width: 32px;
    height: 32px;
    position: absolute;
    top: 4px;
    right: 7px;
}
    /* WebKit browsers */
input:focus::-webkit-input-placeholder { color:transparent; }

    /* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder { color:transparent; }

    /* Mozilla Firefox 19+ */
input:focus::-moz-placeholder { color:transparent; }

    /* Internet Explorer 10+ */
input:focus:-ms-input-placeholder { color:transparent; }

.socials{
    padding: 0 12px;
    font-size: 0;
    white-space: nowrap;
    text-align: right;
}
.socials a{
    width: 32px;
    height: 32px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    margin-left: 3px;
}
.socials a:first-child{
    margin-left: 0;
}
.socials a span{
    width: 100%;
    height: 100%;
    display: block;
    background-image: url("/assets/img/socials.png");
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.socials a span:first-child{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.fb-btn span{
    background-position: 0 0;
}
.fb-btn span:first-child{
    background-position: 0 -32px;
}
.tw-btn span{
    background-position: -32px 0;
}
.tw-btn span:first-child{
    background-position: -32px -32px;
}
.googleplus-btn span{
    background-position: -64px 0;
}
.googleplus-btn span:first-child{
    background-position: -64px -32px;
}
.linkedin-btn span{
    background-position: -96px 0;
}
.linkedin-btn span:first-child{
    background-position: -96px -32px;
}
.socials a:hover span{
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.socials a:hover span:first-child{
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
#description{
    height: 192px;
    overflow: hidden;
    padding: 35px 20px 0;
    background: url("/assets/img/descr.jpg") repeat-x left top;
    margin-bottom: 8px;
    text-align: center;
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
#description .search{
    max-width: 604px;
    margin: 15px auto;
    padding: 0 67px 0 18px;
    text-align: left;
}
#description .search-words{
    height: 58px;
    font-size: 22px;
}
#description .search-btn{
    position: absolute;
    top: 10px;
    right: 10px;
}
.statistic{
    font-size: 0.67em;
}


/* Middle
***********************************************************************************************************************/
#middle{
    position: relative;
}
.container-bg{
    top: 0;
    position: absolute;
    height: 100%;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.container-content{
    position: relative;
}
.container-content-process{
    width: 300px;
	margin: 0px auto;
}

#sidebar{
    width: 385px;
    font-size: 14px;
    text-align: center;
    font-weight: 300;
    float: right;
    margin-left: -385px;
}
#sidebar .container-content{
    padding: 20px 18px;
}
#sidebar .container-bg{
    width: 385px;
}
#content{
    margin-right: 393px;
    overflow: hidden;
}
#content .container-bg{
    left: 0;
    right: 393px;
}
#content .container-content{
    color: #484848;
    padding: 15px 25px;
}
.search-options{
    padding: 10px 0;
    font-size: 0;
    font-weight: 400;
}
.search-options li a{
    height: 35px;
    display: inline-block;
    margin-top: 2px;
    line-height: 35px;
    padding: 0 30px;
    background: #6b798c;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.search-options li:first-child a{
    margin-top: 0;
}
#sidebar .banner{
    display: inline-block;
    margin-top: 20px;
}
#sidebar .banner img{
    display: block;
}
.aside-item{
    padding-top: 30px;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
}
.aside-item:first-child{
    padding-top: 0;
}
.aside-item .title{
    background: #6d7b8e;
    padding: 9px 16px;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.aside-item ul{
    padding: 0 15px;
}
.aside-item li{
    padding: 5px 0;
}
.aside-item ul.aside-tags{
    padding: 0 25px;
    font-size: 18px;
}
.aside-item .aside-tags li{
    padding: 3px 0;
}
.aside-nav a:hover{
    border-bottom: 1px dotted #3b639e;
    text-decoration: none;
}
.aside-countries li{
    padding-left: 33px;
    line-height: 1.2;
}
.aside-countries li img{
    float: left;
    margin: 1px 0 0 -33px;
}

.keywords-list{
    padding: 20px 6% !important;
}
.keywords-list ul{
    width: 46%;
    float: left;
    margin: 0 1%;
    font-size: 18px;
}
.keywords-list li{
    margin-bottom: 5px;
}
.keywords-list a:hover{
    text-decoration: none;
    border-bottom: 2px dotted #3b639e;
}
.keywords-list-2{
    padding: 0px 0% !important;
}
.keywords-list-2 ul{
    width: 100%;
    font-size: 18px;
}
.keywords-list-2 li{
	width: 100%;
    margin-bottom: 5px;
}
.keywords-list-2 li > div:first-child{
    font-weight: 400;
	width: 50%;
    white-space: nowrap;
}
.keywords-list-2 li > div:second-child{
    font-weight: 400;
	width: 50%;
    white-space: nowrap;
}
.blocks-list{
	padding: 0 50% 0 50%;
}
.blocks-list ul{
    width: 46%;
    float: left;
    margin: 0 1%;
    font-size: 18px;
	text-align: center;
}
.blocks-list li{
    margin-bottom: 5px;
}
.blocks-list a:hover{
    text-decoration: none;
    border-bottom: 2px dotted #3b639e;
}
.blocks-list-2{
	padding: 0 50% 0 50%;
}
.blocks-list-2 ul{
    width: 100%;
}
.blocks-list-2 li:first-child{
	width: 50%;
}
.blocks-list-2 li:second-child{
	width: 50%;
}

.list-list{
    padding: 20px 6% !important;
}
.list-list ul{
    width: 92%;
    float: left;
    margin: 0 1%;
    font-size: 15px;
}
.list-list li{
    margin-bottom: 5px;
}
.list-list a:hover{
    text-decoration: none;
    border-bottom: 2px dotted #3b639e;
}
#content .title{
    font-size: 30px;
}
#content .title a{
    display: inline-block;
    vertical-align: middle;
    border-bottom: 2px dotted #3b639e;
    line-height: 1;
}
#content .title a:hover{
    text-decoration: none;
    border: 0;
    padding-bottom: 2px;
}
.box-title{
    min-width: 315px;
    vertical-align: top;
    padding: 10px 15px;
    background: #6d7b8e;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 23px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.more{
    padding: 10px 15px 15px 0;
    text-align: right;
    font-size: 14px;
    font-weight: 300;
}

.sites-list{
    padding: 40px 0 30px;
}
.sites-list li{
    padding-top: 18px;
    border-top: 1px solid #e0e0e0;
    margin-top: 18px;
}
.sites-list li:first-child{
    margin-top: 0;
    padding-top: 0;
    border: 0;
}
.similar-sites-list{
	display: table;
	border-collapse: collapse;
}
.similar-sites-list li{
    padding-top: 8px;    
    display: table-row;
    border-bottom: 1px dashed #e0e0e0;
    margin-top: 8px;
}
.ellipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 5px;
}
.ellipsis:first-child{
    margin-top: 0;
}
.site-name{
    color: #3b639e;
    font-size: 0;
}
.site-name h2{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 400;
}
.site-name img{
    vertical-align: middle;
    margin-right: 5px;
}
.site-descr{
    font-size: 18px;
    font-weight: 300;
}
.site-meta{
    font-size: 0;
    color: #3b639e;
}
.site-meta span, .site-meta a, .site-meta img{
    margin-left: 7px;
    vertical-align: middle;
    font-size: 11px;
}
.site-meta span:first-child{
    color: #484848;
    margin-left: 0;
}
.site-meta-rate{
    width: 50px;
    height: 5px;
    display: inline-block;
    border: 1px solid #308be4;
    position: relative;
}
.site-meta-rate-val{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #9cd8ff;
}
.site-meta-tags img{
    margin: 0 4px 0 4px;
}
.site-meta-tags a{
    margin-left: 0;
}
.pagination{
    font-size: 0;
    text-align: center;
}
.pagination li{
    display: inline-block;
    vertical-align: top;
    margin: 1px;
}
.pagination a{
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: 1;
    padding: 5px 8px;
    background: #6d7b8e;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.pagination .active a{
    text-decoration: underline;
}

.item-info{
    width: 100%;
    display: table;
    border-collapse: collapse;
    margin: 30px 0 25px;
    font-size: 18px;
    font-weight: 300;
    color: #000;
}
.item-info li{
    display: table-row;
}
.item-info li > div{
    display: table-cell;
    vertical-align: top;
    padding: 3px 0;
}
.item-info li > div:first-child{
    font-weight: 400;
    padding-right: 80px;
    white-space: nowrap;
}
.item-info li img{
    vertical-align: middle;
    margin-right: 5px;
}
.item-info li a{
    border-bottom: 1px dotted #3b639e;
}
.item-info li a:hover{
    text-decoration: none;
    border: 0;
}

.item-info-2{
    width: 100%;
    display: table;
    border-collapse: collapse;
    margin: 30px 0 25px;
    font-size: 18px;
    font-weight: 300;
    color: #000;
}
.item-info-2 li{
    display: table-row;
	border-bottom: 1px dashed #e0e0e0;
}
.item-info-2 li > div{
    display: table-cell;
    vertical-align: top;
    padding: 3px 0;
}
.item-info-2 li > div:first-child{
    font-weight: 400;
	width: 50%;
    white-space: nowrap;
}
.item-info-2 li > div:second-child{
    font-weight: 400;
	text-align: center;
	width: 50%;
    white-space: nowrap;
}
.item-info-2 li img{
    vertical-align: middle;
    margin-right: 5px;
}
.item-info-2 li a{
    border-bottom: 1px dotted #3b639e;
}
.item-info-2 li a:hover{
    text-decoration: none;
    border: 0;
}

.keywords-box{
    width: 100%;
    display: table;
    border-collapse: collapse;
    font-size: 18px;
    color: #000;
    font-weight: 300;
}

.keywords-box li{
    display: table-row;
    border-bottom: 1px dashed #e0e0e0;
}
.keywords-box li:first-child{
    border-bottom-style: solid;
}
.keywords-box li > div{
    display: table-cell;
    padding: 6px 10px 1px 2%;
}
.keywords-box li > div:first-child{
    width: 6%;
}
.keywords-box li > div.center{
    padding: 3px 0;
    text-align: center;
}
.keywords-box-2{
    display: table;
    border-collapse: collapse;
    font-size: 18px;
    color: #3b639e;
    font-weight: 300;
}
.keywords-box-2 li{
    display: table-row;
    border-bottom: 1px dashed #e0e0e0;
}
.keywords-box-2 li:first-child{
    border-bottom-style: solid;
	width: 30%;
}
.keywords-box-2 li:second-child{
    border-bottom-style: solid;
	width: 70%;
}
.keywords-box-2 li > div{
    display: table-cell;
    padding: 3px 3px 3px 1%;
}
.keywords-box-2 li > div:first-child{
    width: 30%;
}
.keywords-box-2 li > div:second-child{
    width: 70%;
}
.keywords-box-2 li > div.center{
    padding: 3px 0;
    text-align: center;
}
.keywords-box-3{
    width: 100%;
    display: table;
    border-collapse: collapse;
    font-size: 18px;
    color: #3b639e;
    font-weight: 300;
}
.keywords-box-3 li{
    display: table-row;
    border-bottom: 1px dashed #e0e0e0;
}
.keywords-box-3 li:first-child{
    border-bottom-style: solid;
}
.keywords-box-3 li > div{
    display: table-cell;
    padding: 3px 3px 3px 1%;
}
.keywords-box-3 li > div:first-child{
    width: 50%;
}
.keywords-box-3 li > div:second-child{
    width: 50%;
}
.keywords-box-3 li > div.center{
    padding: 3px 0;
    text-align: center;
}
.keywords-box-4{
    width: 100%;
    display: table;
    border-collapse: collapse;
    font-size: 18px;
    color: #3b639e;
    font-weight: 300;
}
.keywords-box-4 li{
    display: table-row;
    border-bottom: 1px dashed #e0e0e0;
}
.keywords-box-4 li:first-child{
    border-bottom-style: solid;
}
.keywords-box-4 li > div{
    display: table-cell;
    padding: 3px 3px 3px 1%;
}
.keywords-box-4 li > div:first-child{
    width: 50%;
}
.keywords-box-4 li > div:second-child{
    width: 50%;
}
.keywords-box-4 li > div.center{
    padding: 3px 0;
    text-align: center;
}
.tags-box{
    width: 100%;
    display: table;
    border-collapse: collapse;
    font-size: 18px;
    color: #000;
    font-weight: 300;
}
.tags-box li{
    display: table-row;
    border-bottom: 1px dashed #e0e0e0;
}
.tags-box li:first-child{
    border-bottom-style: solid;
}
.tags-box li > div{
    display: table-cell;
    padding: 5px 5px 5px 5%;
}
.tags-box li > div:first-child{
    width: 25%;
    font-weight: 300;
    text-indent: 10px;
}
.tags-box li:first-child > div{
    font-weight: 300;
    text-indent: 0;
}
.alternatives-box{
    width: 100%;
    display: table;
    border-collapse: collapse;
    font-size: 18px;
    color: #000;
    font-weight: 300;
}
.alternatives-box li{
    display: table-row;
}
.alternatives-box li > div{
    display: table-cell;
    width: 33%;
    padding: 5px 5px 5px 5%;
}
.alternatives-box li p{
    padding-left: 19px;
    position: relative;
}
.alternatives-box li p span{
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    background: #6d7b8e;
    border-radius: 8px;
    -webkit-border-radius: 8px;
}
.review-box{
    font-size: 18px;
    color: #000;
    font-weight: 300;
    line-height: 1.5;
}
.review-form{
    padding: 15px 0 25px;
}

.screenshots{
    font-size: 18px;
    color: #000;
    font-weight: 300;
}
.screenshots li{
    display: none;
    padding-bottom: 15px;
}
.screenshots li:first-child{
    display: block;
}
.screenshots p{
    padding-left: 47%;
}
.screen-box{
    width: 45%;
    float: left;
    margin-right: -45%;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
}
.screen-box img{
    width: 100%;
    display: block;
    margin-bottom: 5px;
    border: 1px solid #6d7b8e;
}
.table {
  display: flex;   /* Magic begins */
  justify-content: space-between;
}


/* Footer
***********************************************************************************************************************/
#footer{
    padding: 100px 0 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}
.foot-list{
    padding-bottom: 35px;
    font-size: 18px;
}
.foot-list li{
    display: inline-block;
}
.foot-list li:before{
    content: ':';
}
.foot-list li:first-child:before{
    content: '';
}
.foot-list a{
    margin: 0 25px 0 26px;
}
.foot-list a:hover{
    text-decoration: none;
    border-bottom: 2px dotted #3b639e;
}
.foot{
    height: 59px;
    line-height: 59px;
    overflow: hidden;
    background: url("/assets/img/header.jpg") repeat-x bottom left;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}
/*
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}


/* Screen differences
***********************************************************************************************************************/

@media screen and (max-width: 970px){
    #sidebar{
        display: none;
    }
    #content{
        margin: 0 !important;
    }
    .container-bg{
        left: 0 !important;
        right: 0 !important;
    }
}

@media screen and (max-width: 839px){
    .head, .head-item{
        display: block;
        text-align: center;
    }
    .search-box{
        padding: 0;
        width: auto;
        margin: 5px 0;
     }
}

@media screen and (max-width: 720px){
    #description{
        font-size: 30px;
    }
    .foot-list a{
        margin: 0 15px 0 16px;
    }
}

@media screen and (max-width: 620px){
    #description{
        font-size: 25px;
    }
    .item-info li > div:first-child{
        padding-right: 4px;
    }
	.item-info-2 li > div:first-child{
        padding-right: 4px;
    }
    .keywords-box li > div:first-child{
        width: auto;
    }
	.keywords-box2 li > div:first-child{
        width: auto;
    }
	.keywords-box3 li > div:first-child{
        width: auto;
    }
	.keywords-box4{
        display: inline-block;
    }
	.keywords-box4 ul{
        display: inline-block;
    }
	.keywords-box4 ul > li{
        display: inline-block;
    }
	.keywords-box4 li > div{
        display: inline-block;
    }
    .foot-list a{
        margin: 0 5px 0 6px;
    }
	.table {
		display: block;
		margin: auto;
    }
}

@media screen and (max-width: 520px){
    .keywords-list ul{
        width: 100%;
        float: none;
        margin: 0;
    }
    .blocks-list ul{
        width: 100%;
        float: none;
        margin: 0;
    }
	.blocks-list-2 ul{
        width: 100%;
        float: none;
        margin: 0;
    }
	.keywords-box4{
        display: inline-block;
    }
	.keywords-box4 ul{
        display: inline-block;
    }
	.keywords-box4 ul > li{
        display: inline-block;
    }
	.keywords-box4 li > div{
        display: inline-block;
    }
	.table {
		display: block;
		margin: auto;
    }
}

@media screen and (max-width: 480px){
    .item-info, .keywords-box, .keywords-box-2, .keywords-box-3, .tags-box, .alternatives-box, .review-box{
        font-size: 16px;
    }
    .item-info li > div:first-child{
        white-space: normal;
    }
	.item-info-2 li > div:first-child{
        white-space: normal;
    }
    .box-title{
        min-width: 0;
    }
	.keywords-box4{
        display: inline-block;
    }
	.keywords-box4 ul{
        display: inline-block;
    }
	.keywords-box4 ul > li{
        display: inline-block;
    }
	.keywords-box4 li > div{
        display: inline-block;
    }
	.table {
		display: block;
		margin: auto;
    }
}

@media screen and (max-width: 420px){
    #description{
        height: 212px;
        padding-top: 15px;
    }
    .logo, .logo h1{
        font-size: 30px;
    }
    .item-info, .item-info-2, .keywords-box, .keywords-box-2, .keywords-box-3, .tags-box, .alternatives-box, .review-box{
        font-size: 14px;
    }
    .alternatives-box{
        font-size: 12px;
    }
    .alternatives-box li p{
        padding-left: 0;
    }
    .alternatives-box li p span{
        display: none;
    }
    .screenshots p{
        padding-left: 50%;
    }
	.keywords-box4{
        display: inline-block;
    }
	.keywords-box4 ul{
        display: inline-block;
    }
	.keywords-box4 ul > li{
        display: inline-block;
    }
	.keywords-box4 li > div{
        display: inline-block;
    }
	.table {
		display: block;
		margin: auto;
    }
}