﻿* {
    box-sizing: border-box;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 1em;
    font-family: Georgia,Times,"Times New Roman",serif;
}

body {
    margin: 0;
    background-color: white;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
}

p {
    margin-bottom: 1.5em;
}

a {
    color: #333;
    text-decoration: none;
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
        color: #666;
    }

[hidden],
template {
    display: none;
}

b,
strong {
    font-weight: bold;
}

small, .font-small {
    font-size: 0.8em;
}

img {
    border: 0;
    /*display: block;*/
    height: auto;
    max-width: 100%;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 1px;
    border: none;
    color: #000;
    background-color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
    overflow: auto;
    white-space: pre-wrap;
}

h1, h2, h3, h4 {
    margin: 1.5em 0 0.5em;
    font-weight: inherit;
    line-height: 1.2;
}

h1 {
    margin: 1em 0 1.5em;
    font-size: 2.7em;
}

h2 {
    font-size: 1.2em;
    font-style: italic;
}

h3 {
    font-size: 2em;
}

h4 {
    font-size: 1.6em;
}

h5 {
    font-size: 1em;
    font-weight: bold;
}

ul {
    list-style: none;
    padding-left: 1em;
}

.checked {
    list-style: outside;
}

.imgprofile {
    margin-right: 10px;
    border: 1px solid #c0c0c0;
}

.leftfloat {
    float: left;
}

.margin-right-1em {
    margin-right: 1em;
}

.margin-top-1em {
    margin-top: 1em;
}

.atf {
    /*background: url(/web/20170107200844oe_/http://www.enable-javascript.com/img/bgr.png) repeat;*/
    background-color: #efefef;
    padding: 1em 0;
    border-bottom: 1px solid #000;
}

.langnav {
    text-align: center;
    background-color: #333;
    padding: 0.5em;
}

    .langnav a {
        padding: 0.5em 1em;
        text-decoration: none;
        color: #FFF;
        display: inline-block;
        text-transform: uppercase;
    }

        .langnav a:hover {
            background-color: #666;
        }

        .langnav a.lang {
            background-color: #FFF;
            color: #333;
        }

.container {
    max-width: 60em;
    padding: 0 1.250em;
    margin: 0 auto;
    position: relative;
}

.translationlist > span {
    color: #999;
    font-size: 0.8em;
}

.flickrimagelarge li {
    margin: 0 0 1em 0;
}

.flickrimagelarge img {
    display: block;
}

.flickrimagewrap {
    margin: 1em 0 1em 1em;
}

.flickrimagewrap a img {
    padding-right: 0.5em;
}

.thumbs li {
    display: inline-block;
    margin-top: 0.5em;
}

.thumbs {
    padding-left: 1em;
}

.btn-soc {
    width: 100px;
    color: #fff;
    border-color: #e7e7e7;
    padding: 0.5em;
    font-size: 0.8em;
    margin-right: 0.5em;
}

    .btn-soc:hover {
        color: #fff;
        border-color: #adadad;
    }


.btn-email {
    background-color: #b33831;
}

    .btn-email:hover {
        background-color: #99302A;
    }

.btn-twitter {
    background-color: #00acee;
}

    .btn-twitter:hover {
        background-color: #009AD4;
    }

.btn-linkedin {
    background-color: #0976b4;
}

    .btn-linkedin:hover {
        background-color: #08659A;
    }

.btn-facebook {
    background-color: #3b5999;
}

.btn-facebook:hover {
    background-color: #314A7F;
}

.btn-googleplus {
    background-color: #adadad;
}

.btn-googleplus:hover {
    background-color: #989898;
}

.browsers {
    text-align: center;
    margin-top: 1em;
}

a.chrome48:hover, a.firefox48:hover, a.ie48:hover, a.opera48:hover, a.safari48:hover {
    border: 1px solid #333;
}

a.usbrowser {
    border-bottom: 1px solid #333;
}

.chrome48, .firefox48, .ie48, .opera48, .safari48 {
    display: inline-block;
    background: url('/web/20170107200844oe_/http://www.enable-javascript.com/img/browsers.png') no-repeat;
    overflow: hidden;
    text-align: center;
    line-height: 170px;
    text-decoration: none;
    color: #666;
    border: 1px solid #efefef;
    font-size: 10px;
    width: 100px;
    height: 100px;
}

.chrome48 {
    background-position: -174px 20px;
}

.firefox48 {
    background-position: -74px 20px;
}

.ie48 {
    background-position: 24px 20px;
}

.opera48 {
    background-position: -274px 20px;
}

.safari48 {
    background-position: -374px 20px;
}

.enabled, .disabled {
    margin: 3em 0;
    font-size: 1em;
    text-align: center;
    font-family: "Courier New",Courier,monospace;
    font-weight: 800;
    padding: 1em 0.5em;
    background-color: #FFF;
}

.enabled {
    border: 1px solid green;
}

.disabled {
    border: 1px solid red;
}

.script {
    margin: 3em 0;
    font: 1em "Courier New",Courier,monospace;
    color: #FFF;
    background-color: #444;
    padding: 0.5em 1em;
}

.icon {
    background: url('/web/20170107200844oe_/http://www.enable-javascript.com/img/browsers.png') no-repeat;
    display: inline-block;
    width: 68px;
    height: 50px;
}

.lt {
    padding-left: 24px;
}

#ie .icon {
    background-position: 0 0;
}

#firefox .icon {
    background-position: -100px 0;
}

#chrome .icon {
    background-position: -200px 0;
}

#opera .icon {
    background-position: -300px 0;
}

#safari .icon {
    background-position: -400px 0;
}

.intro {
    border-left: 3px solid #333;
    padding-left: 1em;
}

#devinfo {
    text-decoration: underline;
}

#developer {
    margin: 3em 0;
}

.credits {
    margin-top: 3em;
    background-color: #efefef;
    padding: 1em 0;
    border-top: 1px solid #000;
}

.footer {
    text-align: center;
    background-color: #333;
    color: #FFF;
    padding: 0.5em;
    font-size: 0.8em;
}

    .footer a {
        color: #FFF;
    }


/* 2 columns */
.row {
    margin-right: -1em;
    margin-left: -1em;
}

.col-2 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 1em;
    padding-left: 1em;
    width: 50%;
}

.row:before,
.row:after {
    content: "";
    display: table;
    clear: both;
}

/*small devices*/
@media screen and (max-width: 32em) {
    .col-2 {
        width: 100%;
    }

    h1 {
        font-size: 2.4em;
    }

    h2 {
        font-size: 1em;
    }

    h3 {
        font-size: 1.8em;
    }

    h4 {
        font-size: 1.4em;
    }

    h5 {
        font-size: 0.8em;
    }

}

/* everything larger than mobile */
@media screen and (min-width: 48em) {
    .langnav a {
        padding: 0.2em 0.5em;
        display: inline;
    }

    .intro {
        text-align: justify;
    }

}
