/*body {
    line-height: 1;
}

ul {
    list-style: none;
}

a img {
    border: none;
}

:focus {
    outline: 0;
}*/

/*body {
    overflow-x: hidden;
    margin-top: 0 !important;
    -webkit-font-smoothing: antialiased;
    background: white;
    position: relative;
    overflow-x: hidden !important;
}*/

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    height: 0;
    line-height: 0;
    width: 100%;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after,
.wrap:before,
.wrap:after,
hr:before,
hr:after {
    content: "";
    display: table;
}

.clearfix:after,
.wrap:after,
hr:after {
    clear: both;
}

span.smooth {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
}


#fork-this {
    position: absolute;
    z-index: 2;
    width: 150px;
    height: 150px;
    top: 5px;
    right: 0;
    z-index: 10;
    background: url("fork.png") no-repeat 0 0;
    background-size: 150px 150px;
}

.button {
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    color: white;
    background: #293945;
    font-size: 24px;
    padding: 0.8em 1.9em;
    margin-left: 0.75em;
    margin-right: 0.75em;
    -webkit-box-shadow: 0 0 1px 1px #cccccc;
    -moz-box-shadow: 0 0 1px 1px #cccccc;
    box-shadow: 0 0 1px 1px #cccccc;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.button:hover {
    background: #fff;
    color: #293945;
}

.wrap {
    width: 80%;
    margin: 0 auto;
}

#action {
    margin-top: 3em;
    text-align: center;
}


code,
pre {
    padding: 0.5em;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    font-family: Monaco, Andale Mono, Courier New, monospace;
    margin-bottom: 1.5em;
    overflow-x: auto;
}

code {
    line-height: 2em;
    font-size: 0.8em;


    font-size: 16px;  /*********************aqui igual ajuste de texto **************/



}

pre {
    -webkit-box-shadow: inset 0px 0px 4px 1px #e6e6e6;
    -moz-box-shadow: inset 0px 0px 4px 1px #e6e6e6;
    box-shadow: inset 0px 0px 4px 1px #e6e6e6;
    border: 1px solid white;
    background: white;
}

pre span {
    color: green;
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 500px) {
    .button {
        font-size: 1em;
        padding: 0.5em 1em;
        margin-left: 0.5em;
        margin-right: 0.5em;

        font-size: 16px;  /*********************aqui igual ajuste de texto **************/


    }
    #fork-this {
        display: none;
    }
}

#SVGContainer, #SVGContainer2 {
    background: #ffffff;
    position: relative;
}

#SVGContainer path:hover, #SVGContainer g:hover {
    /*fill: #c3ffc3;*/ cursor: pointer;
    fill: #111111 !important; opacity:0.95; 
}

#SVGContainer2 path:hover, #SVGContainer2 g:hover {
    /*fill: #c3ffc3;*/ cursor: pointer;
    fill: #111111 !important; opacity:0.95; 
}

#SVGContainer2 path:hover, #SVGContainer2 g:hover {}

#controls {
    width: 36px;
    height: 120px;
    overflow: hidden;
    position: absolute;
    margin-top: 10px;
    top: 0px; border: 1px solid rgba(162, 162, 162, 0.851);
    left: 0px; background-color: rgba(21, 21, 21, 0.111);
    border-radius: 20px;
}

#controls circle:hover {
    fill-opacity: 1;
}

#controls circle:hover.controls_inverse{
    opacity: 0.7;
}

#resetSVG:hover {
    opacity: 0.7;
}

#zoomin:hover{
    fill-opacity: 1;
}

#zoomout:hover{
    fill-opacity: 1;
}