
@font-face {
    /* RaleWay Thin from - https://www.theleagueofmoveabletype.com, Font Squirrel for Web Font creation with "Adjust Glyph Spacing" -50 */
    font-family: 'ralewaythin';
    src: url('font/raleway_thin-webfont.eot');
    src: url('font/raleway_thin-webfont.eot?#iefix') format('embedded-opentype'),
        url('font/raleway_thin-webfont.woff') format('woff'),
        url('font/raleway_thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}





a {
    cursor: pointer;
    color: #3174c7;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

div.toc ul {
    color: #4E6CA3;
    list-style-type: none;
    padding-left: 0;
}

div.toc li {
    padding: 0.2em 1em;
    border-left: 4px solid transparent;
    border-bottom: 1px solid #e6e6e6;
}

div.toc li.active {
    border-left: 4px solid #458ae0;
}


div.toc li:first-child {
    border-top: 1px solid #efefef;
}

div.toc li:last-child {
    border-bottom: 1px solid #efefef;
}


div.epilogue {
    text-align: center;
}

p.copyright {
    font-size: 0.8em;
    padding-bottom: 2em;
    margin-bottom: 0;
}

.clear {
    clear: both;
    height: 0;
}


div.info {
    margin-bottom: 2em;

    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;


    -webkit-column-rule: 1px solid #F3F3F3;
    -moz-column-rule: 1px solid #F3F3F3;
    -ms-column-rule: 1px solid #F3F3F3;
    -o-column-rule: 1px solid #F3F3F3;
    column-rule: 1px solid #F3F3F3;
}

div.info > * {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

div.info li {
    margin-top: 0.75em;
}

div.info p:first-child {
    margin-top: 0;
}

div.footer {
    position: relative;
    margin-top: 3em;
    border-top: 1px solid #999;
    background-color: #eee;
}

div.footer > div.liner {
    max-width: 960px;
    margin: 0 auto;
}

div.footer > div.gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;

    background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

div.toc {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
}

div.toc-group {
    display: inline-block;
    width: 100%;
}

div.box {
    overflow: auto;
    height: 8em;
    padding: 1em;
    color: #444;
    background-color: #fcfcfc;
    border: 1px solid #e0e0e0;
    margin-bottom: 2em;
}


code {
    font-family: "Source Code Pro", Consolas, Menlo, Monaco, "Courier New", monospace;
    padding: 1px 4px;
    font-size: 0.8em;

    color: #444;
    background-color: #fcfcfc;

    border: 1px solid #e0e0e0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

code > span {
    border-left: 1px solid rgba( 0, 0, 0, 0.2 );
    margin-left: 4px;
    padding-left: 4px;
    opacity: 0.5;
}

code.option {
    color: #D14; /* red */
    background-color: #fcf6f8;
    border: 1px solid #f7d6df;
}

code.path {
    color: #095c05; /* dark green */
    border: 1px solid #D6E9C6;
}

code.tag {
    color: #cad119; /* yellow */
    background-color: #f7f8e6;
    border: 1px solid #D6E9C6;
}

code.api {
    color: #0c199c; /* dark blue */
    background-color: #f4f5fc;
    border: 1px solid #c6cbe9;
}

code.type {
    color: #d119cf; /* purple */
    background-color: #faebfa;
    border: 1px solid #f3aef2;
}

code.event {
    color: #2a839e; /* deep aqua */
    background-color: #f5fafb;
    border: 1px solid #a8ddec;
}

code.string {
    color: #e8941e; /* orange */
    background-color: #fcf8f1;
    border: 1px solid #f7e4c9;
}

code.field {
    color: #ad1ee8; /* purple */
    background-color: #f9f1fc;
    border: 1px solid #ebc9f7;
}

code.multiline {
    display: inline-block;
    width: 95%;
}


ul.tabs {
    height: 40px;
    margin: 20px 20px 0 0;
}


ul.tabs li {
    display: block;
    float: left;
    padding: 0 20px;
    height: 40px;
    font-size: 1.2em;
    margin: 0 5px;
    cursor: pointer;
    line-height: 40px;
    color: #121e32;
    border: 1px solid white;
    border-bottom: none;
    margin-top: -1px;
}

ul.tabs li.active {
    border: 1px solid #ccc;
    border-bottom: 1px solid white;
    margin-top: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

ul.tabs li:hover {
    background-color: #fafafa;
}

ul.tabs li.active:hover {
    background-color: white;
}

div.tabs>div {
    padding: 0 20px;
    border: 1px solid #ccc;
    margin-top: 1px;
    display: none;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #bbb;
}

div.tabs>div h1 {
    border-bottom: none;
    margin-top: 1em;
}

div.column_half {
    float: left;
    width: 49%;
    padding-right: 1%;
}


@media only screen and (max-width : 979px) {
    div.container,
    div.footer {
        padding: 0 1em;
    }
}

@media
screen and (max-width : 767px),
screen and (max-width : 768px) and (orientation: portrait) {
    div.info {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -ms-column-count: 1;
        -o-column-count: 1;
        column-count: 1;
    }

    div.toc {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -ms-column-count: 1;
        -o-column-count: 1;
        column-count: 1;
    }

    h1 span {
        display: block;
    }
}

button{
    outline: none;
    cursor: pointer;
}
.myCenter{
    margin: 0px auto;
    max-width: 960px;
}
.myLeft{
    float: left;
    width: 50%;
}
.myRight{
    float: right;
    width: 50%;
}
.myClear{
    clear: both;
}

.myContainerLetters{
    text-align: center;
    margin-bottom: 30px;
}
.myCentered{
    text-align: center;
}

.boyButton{
    padding: 15px 60px;
    font-size: 1.5em;
    text-transform: uppercase;
    border:solid 0px #000000;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    cursor: pointer;
    background-color: #7cd9f5;
}

.girlButton{
    padding: 15px 60px;
    font-size: 1.5em;
    text-transform: uppercase;
    border:solid 0px #000000;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    cursor: pointer;
    background-color: #f79fdf;
}
.myContainerButtonGenre{
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.myLetterButton{
    text-transform: uppercase;
    border:solid 0px #000000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.1em;
    padding: 8px 12px;
}
.boysactiveGenre{
    background: #7cd9f5; /* Old browsers */
    background: -moz-linear-gradient(top,  #7cd9f5 0%, #6393c1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7cd9f5), color-stop(100%,#6393c1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7cd9f5 0%,#6393c1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7cd9f5 0%,#6393c1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7cd9f5 0%,#6393c1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #7cd9f5 0%,#6393c1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cd9f5', endColorstr='#6393c1',GradientType=0 ); /* IE6-9 */
    color: white;
}
.girlsactiveGenre{
    background: #f79fdf; /* Old browsers */
    background: -moz-linear-gradient(top,  #f79fdf 0%, #c982b4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f79fdf), color-stop(100%,#c982b4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f79fdf 0%,#c982b4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f79fdf 0%,#c982b4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f79fdf 0%,#c982b4 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f79fdf 0%,#c982b4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79fdf', endColorstr='#c982b4',GradientType=0 ); /* IE6-9 */
    color: white;
}
.activeLetter{
    background-color: green;
    color: white;
}