[up-close]{cursor:pointer}.up-insertion{display:inline-block}[up-href]{cursor:pointer}.up-modal{position:fixed;top:0;left:0;bottom:0;right:0;z-index:10000;overflow-x:hidden}.up-modal-backdrop{z-index:11000;background-color:rgba(90,90,90,0.4);position:absolute;top:0;right:0;bottom:0;left:0}.up-modal-viewport{position:absolute;top:0;left:0;bottom:0;right:0;z-index:12000;overflow-x:hidden;overflow-y:scroll;text-align:center;padding:30px 10px}.up-modal.up-modal-animating{overflow-y:scroll}.up-modal.up-modal-animating .up-modal-viewport{overflow-y:hidden}.up-modal-dialog{z-index:13000;position:relative;box-sizing:border-box;max-width:100%;display:inline-block;text-align:left}.up-modal-content{z-index:14000;padding:20px;background-color:#fff;box-shadow:0 0 10px 1px rgba(0,0,0,0.3)}.up-modal-close{z-index:15000;position:absolute;right:0;top:0;width:36px;text-align:center;line-height:36px;height:36px;font-size:34px;color:#666;cursor:pointer}.up-modal[up-flavor='drawer'] .up-modal-viewport{text-align:left;padding:0}.up-modal[up-flavor='drawer'][up-position='right'] .up-modal-viewport{text-align:right}.up-modal[up-flavor='drawer'] .up-modal-dialog{max-width:350px}.up-modal[up-flavor='drawer'] .up-modal-content{min-height:100vh;box-sizing:border-box}.up-popup{z-index:20000;position:absolute;background-color:#fff;padding:15px;box-shadow:0 0 4px rgba(0,0,0,0.3)}.up-toast{border-top:3px solid #28b;background-color:white;color:#333;padding:10px;font-family:monospace;font-size:14px;line-height:15px;position:fixed;left:0;bottom:0;right:0;z-index:99999999}.up-toast-variable{font-weight:normal;color:#838383}.up-toast-actions{margin-top:7px}.up-toast-action{display:inline-block;word-spacing:-4px;text-decoration:underline;color:#28b;cursor:pointer}.up-toast-action+.up-toast-action{margin-left:12px}.up-tooltip{position:absolute;z-index:30000;background-color:#111;color:white;padding:6px 9px;white-space:nowrap;pointer-events:none}.up-tooltip:after{content:"";position:absolute;display:block;width:0;height:0;border:8px solid transparent}.up-tooltip[up-position=top]{margin-top:-6px}.up-tooltip[up-position=top]:after{border-top-color:#111;border-bottom-width:0;bottom:-8px;left:50%;margin-left:-8px}.up-tooltip[up-position=left]{margin-left:-6px}.up-tooltip[up-position=left]:after{border-left-color:#111;border-right-width:0;right:-8px;top:50%;margin-top:-8px}.up-tooltip[up-position=right]{margin-left:6px}.up-tooltip[up-position=right]:after{border-right-color:#111;border-left-width:0;left:-8px;top:50%;margin-top:-8px}.up-tooltip[up-position=bottom]{margin-top:6px}.up-tooltip[up-position=bottom]:after{border-bottom-color:#111;border-top-width:0;top:-8px;left:50%;margin-left:-8px}

body {
    background-color: #ccc;
    font-family: 'Source Sans Pro', sans-serif;
    color: #333;
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    /* background: url('header_bg.png') repeat, url('../header_bg.png') repeat, url('../../header_bg.png') repeat, url('/header_bg.png') repeat; */
    background: url('/header_bg.png') repeat;
}

body a {
    color: #333;
    text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

body a:hover, body a:active {
    text-decoration: none;
    color: #474747
}

body a:visited {
    color: #333;
    text-decoration: underline
}

.contents {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.btn {
    display: inline-block;
    position: relative;
    text-decoration: none;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    text-align: center;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    line-height: .9em
}

.btn small {
    font-size: .6em
}

.btn i {
    position: relative;
    margin-right: 5px
}

.btn:active {
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2), 0 0 1px rgba(0, 0, 0, .4);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2), 0 0 1px rgba(0, 0, 0, .4)
}

.btn.btn-small {
    padding: 5px 9px;
    font-size: .9em
}

.btn.btn-small i {
    top: 1px
}

.btn.btn-medium {
    padding: 10px;
    font-size: 1.1em
}

.btn.btn-medium i {
    top: 2px
}

.btn.btn-large {
    padding: 20px;
    font-size: 1.5em
}

.btn.btn-large i {
    top: 2px
}

.btn.btn-red {
    background-color: #cb3d35;
    border: 1px solid #d05049;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    color: #eeeeee;
}

.btn.btn-red:hover {
    background-color: #b7362f;
    border: 1px solid #d05049;
}

.btn.btn-red:active {
    background-color: #b7362f;
    border: 1px solid #d05049;
}

.btn.btn-blue {
    background-color: #466cf1; /* 165cb1 */
    border: 1px solid #1a77d1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    color: #eee
}

.btn.btn-blue:hover {
    background-color: #165098;
    border: 1px solid #176dc5
}

.btn.btn-blue:active {
    background-color: #165098;
    border: 1px solid #176dc5
}

.btn.btn-green {
    background-color: #590;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    color: #eee
}

.btn.btn-green:hover {
    background-color: #6FBF00
}

.btn.btn-green:active {
    background-color: #6FBF00
}

.btn.btn-orange {
    background-color: #f28a2e;
    border: 1px solid #f26917;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .3);
    color: #333
}

.btn.btn-orange:hover {
    background-color: #ffa022
}

.btn.btn-orange:active {
    background-color: #ffa022
}

input[type=submit] {
    display: inline-block;
    position: relative;
    text-decoration: none;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    text-align: center;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    line-height: .9em;
    background-color: #b52016;
    border: 1px solid #c02018;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    color: #eee;
    padding: 10px;
    font-size: 1.1em;
    font-size: inherit !important;
    padding: 7px !important
}

input[type=submit] small {
    font-size: .6em
}

input[type=submit] i {
    position: relative;
    margin-right: 5px
}

input[type=submit]:active {
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2), 0 0 1px rgba(0, 0, 0, .4);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2), 0 0 1px rgba(0, 0, 0, .4)
}

input[type=submit].btn-small {
    padding: 5px 9px;
    font-size: .9em
}

input[type=submit].btn-small i {
    top: 1px
}

input[type=submit].btn-medium {
    padding: 10px;
    font-size: 1.1em
}

input[type=submit].btn-medium i {
    top: 2px
}

input[type=submit].btn-large {
    padding: 20px;
    font-size: 1.5em
}

input[type=submit].btn-large i {
    top: 2px
}

input[type=submit].btn-red {
    background-color: #b52016;
    border: 1px solid #c02018;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    color: #eee
}

input[type=submit].btn-red:hover {
    background-color: #991d15;
    border: 1px solid #b52016
}

input[type=submit].btn-red:active {
    background-color: #991d15;
    border: 1px solid #b52016
}

input[type=submit].btn-blue {
    background-color: #165cb1;
    border: 1px solid #1a77d1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    color: #eee
}

input[type=submit].btn-blue:hover {
    background-color: #165098;
    border: 1px solid #176dc5
}

input[type=submit].btn-blue:active {
    background-color: #165098;
    border: 1px solid #176dc5
}

input[type=submit].btn-green {
    background-color: #590;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    color: #eee
}

input[type=submit].btn-green:hover {
    background-color: #6FBF00
}

input[type=submit].btn-green:active {
    background-color: #6FBF00
}

input[type=submit].btn-orange {
    background-color: #f28a2e;
    border: 1px solid #f26917;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .3);
    color: #333
}

input[type=submit].btn-orange:hover {
    background-color: #ffa022
}

input[type=submit].btn-orange:active {
    background-color: #ffa022
}

input[type=submit]:hover {
    background-color: #991d15;
    border: 1px solid #b52016
}

input[type=submit]:active {
    background-color: #991d15;
    border: 1px solid #b52016
}

input[type=submit] i {
    top: 2px
}

.headerWrapper {
    position: relative;
    width: 100%;
    min-height: 520px;
    background: #513f35;
    background-image: url(../images/headerPattern.png), url(../images/noise.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #513f35), color-stop(100%, #3e3330));
    background-image: url(../images/headerPattern.png), url(../images/noise.png), -webkit-linear-gradient(top, #513f35 0, #3e3330 100%);
    background-image: url(../images/headerPattern.png), url(../images/noise.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #513f35), to(#3e3330));
    background-image: url(../images/headerPattern.png), url(../images/noise.png), -webkit-linear-gradient(top, #513f35 0, #3e3330 100%);
    background-image: url(../images/headerPattern.png), url(../images/noise.png), linear-gradient(to bottom, #513f35 0, #3e3330 100%);
    z-index: 0;
    background-attachment: local;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#513f35', endColorstr='#3e3330', GradientType=0);
    -webkit-box-shadow: inset 0 -8px 0 rgba(0, 0, 0, .5);
    box-shadow: inset 0 -8px 0 rgba(0, 0, 0, .5)
}

.headerWrapper header {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 70px 0 40px;
    color: #eee;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3)
}

.headerWrapper header a {
    color: #eee;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none
}

.headerWrapper header a:hover {
    color: #cfcfcf
}

.headerWrapper header a.logo {
    display: block;
    width: 713px;
    height: 64px;
    margin: 0 auto;
    background: url(/static/images/logo_gt_1.svg);
    text-indent: -99999px
}

.headerWrapper header .downloads {
    position: relative;
    text-align: center;
    margin: 100px auto 0
}

.navWrapper {
    position: relative;
    width: 100%;
    height: 60px;
    color: #eeeeee;
    background: #333333;
    z-index: 10;
    white-space: nowrap;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

.navWrapper.fixed {
    position: fixed;
    top: 0;
    height: 60px;
    z-index: 10;
}

.navWrapper nav {
    position: relative;
    width: 960px;
    left: 50%;
    margin-left: -480px;
    white-space: nowrap;
}

.navWrapper nav .logo {
    display: inline-block;
    float: left;
/*
    width: 139px;
    height: 38px;
*/
    width: 40px;
    height: 40px;
    margin-top: 13px;
    text-indent: -99999px;
    background: url("/static/images/logo_gt_1.svg");
    background-size: 40px 40px;
    transition: left 0.6s ease-in-out, opacity 0.8s ease-in-out !important;
}

.navWrapper nav > ul.links {
    display: inline-block;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    color: #eeeeee;
}

.navWrapper.fixed nav > ul.links {
    margin-left: 10px;
}

.navWrapper nav > ul.links > li {
    list-style: none;
    float: left;
    font-size: 20px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
}

.navWrapper nav > ul.links > li > a.active {
    background: rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.navWrapper nav > ul.links > li > a {
    display: inline-block;
    padding: 18px 14px 17px; /* !important; */
    color: #c6c6c6;
    text-decoration: none;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

.navWrapper nav > ul.links > li > a:hover {
    color: #dddddd;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}

.navWrapper nav > ul.links > li > a:active {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.wrapper {
    position: relative;
    width: 960px;
    margin: 0 auto;
}

.teasers {
    width: 950px;
    margin: 60px 10px 100px
}

.teasers .teaser {
    float: left;
    width: 290px;
    margin-right: 40px;
    font-size: 1.1em;
    text-align: justify
}

.teasers .teaser:last-child {
    margin-right: 0
}

.teasers .teaser h3 {
    position: relative;
    width: 242px;
    text-align: left;
    margin-bottom: 10px;
    padding: 8px 0 10px 50px;
    border-bottom: 1px solid #727272;
    font-size: 1.3em
}

.teasers .teaser h3 i {
    position: absolute;
    top: 0;
    left: 0
}

.teasers .teaser h3 i.fa-smile-o {
    font-size: 2em
}

.teasers .teaser h3 i.fa-users {
    font-size: 1.5em;
    top: 5px
}

.teasers .teaser h3 i.fa-github {
    font-size: 2em
}

.teasers .teaser a.btn {
    margin-top: 16px;
    text-decoration: none;
    font-size: .9em
}

section {
    position: relative;
}

section:last-child {
    //margin-bottom: 100px
}

section:first-child {
    margin-top: 90px
}

section article {
    margin-bottom: 50px;
    text-align: justify;
    width: 100%
}

section article a.btn {
    display: block;
    float: right;
    margin-top: 1.1em
}

h2 {
    position: relative;
    display: block;
    padding: 8px 0 10px;
    border-bottom: 1px solid #727272;
    font-size: 1.8em
}

h2 form {
    font-size: .7em
}

h3 {
    font-size: 1.5em
}

h3 small {
    color: #4f4f4f
}

.footerWrapper {
    position: relative;
    width: 100%;
    margin-top: 10px;
    flex: 0;
}

.footerWrapper footer {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 30px 0;
    border-top: 1px solid #939393;
}

form {
    width: 100%
}

form .form-group {
    width: 100%
}

form .form-group label {
    display: block;
    font-weight: 700
}

form select {
    position: relative;
    padding: 4px;
    line-height: 1em !important;
    border-radius: 3px;
    min-width: 100px;
    background: 0 0;
    border: 1px solid #ccc;
    color: #454545;
    -webkit-transition: border linear .2s, -webkit-box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .3)
}

form select:hover {
    color: #383838
}

form select:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .3)
}

form input:not([type]), form input[type=text], form input[type=number], form input[type=email], form input[type=date], form input[type=search], form input[type=password] {
    width: 100%;
    padding: 4px;
    background: 0 0;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .3);
    border-radius: 3px;
    -webkit-transition: border linear .2s, -webkit-box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s
}

form input:not([type]):focus, form input[type=text]:focus, form input[type=number]:focus, form input[type=email]:focus, form input[type=date]:focus, form input[type=search]:focus, form input[type=password]:focus {
    outline: 0;
    border-color: #942117;
    -webkit-box-shadow: 0 0 5px rgba(181, 32, 22, .4);
    box-shadow: 0 0 5px rgba(181, 32, 22, .4);
    color: #525252
}

form input, form select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px !important
}

form input:last-child, form select:last-child {
    margin-bottom: 0 !important
}

form.form-inline div, form.form-inline label, form.form-inline select {
    display: inline !important
}

form.form-inline select {
    margin-left: 5px;
    margin-right: 40px;
    padding: 1px 0 1px 2px
}

.downloads {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.downloads div.download {
    background-color: #466cf1;
    border: 1px solid #1a77d1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    color: #eeeeee;
    min-width: 310px;
    padding: 0;
    display: inline-block;
    position: relative;
    text-decoration: none;
    transition: background 0.2s ease-in-out;
    text-align: center;
    line-height: 0.9em;
    font-size: 1.5em;
    margin: 10px 30px 10px 0;
}

.downloads div.download small {
    font-size: 0.6em;
}

.downloads div.download i {
    position: relative;
    margin-right: 5px;
    top: 2px;
}

.downloads div.download:last-child {
    margin-right: 0;
}

.downloads div.download .title {
    position: relative;
    padding: 10px;
}

.downloads div.download .links {
    position: relative;
    border-top: 1px solid #466cf1;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    margin: 0;
}

.downloads div.download .links .link {
    background-color: #466cf1;
}

.downloads div.download .links a {
    float: left;
    position: relative;
    font-size: 1em;
    width: 100%;
    text-decoration: none;
    display: block;
    padding: 10px;
    background-color: #466cf1;
    border-right: 1px solid #1a77d1;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    color: #eeeeee;
    box-sizing: border-box;
}

.downloads div.download .links a i {
    margin: 0;
}

.downloads div.download .links a:hover {
    background-color: #165098;
    border-right-color: #176dc5;
}

.downloads div.download .links a:hover .promo-download-info {
    overflow: hidden;
    max-height: 200px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.downloads div.download .links a:active {
    background-color: #165098;
    border-right-color: #176dc5;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}

.downloads div.download .links a:first-child {
    border-left: 0;
}

.downloads div.download .links a:last-child {
    border-right: 0;
}

.downloads div.download .links a .promo-download-info {
    display: block;
    font-size: 0.5em;
    text-align: left;
    max-height: 0;
    overflow: hidden;
    width: 150px;
    position: absolute;
    line-height: 1em;
    left: 50%;
    margin-left: -75px;
    top: 100%;
    z-index: 100;
    transition: all 0.2s ease-in-out;
    color: #333333;
    text-shadow: none;
    background: #ffffff;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.downloads div.download .links a .promo-download-info .header {
    display: block;
    width: 100%;
    text-align: center;
    color: #b7362f;
    font-size: 1.6em;
    height: 2px;
    overflow: visible;
    line-height: 0;
}

.downloads div.download .links a .promo-download-info .header:before {
    display: inline-block;
    margin-top: -7px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    content: "\f0d7";
}

.downloads div.download .links a .promo-download-info .text {
    display: inline-block;
    float: none;
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
    padding: 7px;
    font-size: 1.25em;
}

.downloads div.download .links a .promo-download-info .text small {
    font-size: 0.9em;
}

.downloads div.download .links .link > a {
    position: relative;
    box-sizing: border-box;
    font-size: 1em;
    width: 100%;
    text-decoration: none;
    display: block;
    padding: 5px;
    background-color: #466cf1;
    border-right: 1px solid #1a77d1;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    color: #eeeeee;
}

.downloads div.download .links .link {
    float: left;
    position: relative;
    box-sizing: border-box;
    font-size: 1em;
    width: 100%;
    text-decoration: none;
    display: block;
}

.downloads div.download .links .link > a i {
    margin: 0;
}

.downloads div.download .links .link > a:hover {
    background-color: #165098;
    border-right-color: #176dc5;
}

.downloads div.download .links .link > a:active {
    background-color: #165098;
    border-right-color: #176dc5;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}

.downloads div.download .links .link > a:first-child {
    border-left: 0;
}

.downloads div.download .links .link > a:last-child {
    border-right: 0;
}

.downloads div.download .links .link > a .promo-label {
    display: block;
    margin-top: 5px;
    font-size: 0.4em;
}

.downloads div.download .links .link .promo-download-info {
    display: block;
    font-size: 0.5em;
    text-align: left;
    max-height: 0;
    overflow: hidden;
    width: 150px;
    position: absolute;
    line-height: 1em;
    left: 50%;
    margin-left: -75px;
    top: 100%;
    z-index: 100;
    transition: all 0.2s ease-in-out;
    color: #333333;
    text-shadow: none;
    background: #ffffff;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.downloads div.download .links .link:hover .promo-download-info {
    overflow: hidden;
    max-height: 200px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.downloads div.download .links .link:hover .promo-download-info:hover {
    cursor: default;
}

.downloads div.download .links .link .promo-download-info .header {
    display: block;
    width: 100%;
    text-align: center;
    /* color: #b7362f; */
    color: #466cf1;
    font-size: 1.6em;
    height: 2px;
    overflow: visible;
    line-height: 0;
}

.downloads div.download .links .link .promo-download-info .header:before {
    display: inline-block;
    margin-top: -7px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    content: "\f0d7";
}

.downloads div.download .links .link .promo-download-info .text {
    display: inline-block;
    float: none;
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
    padding: 7px;
    font-size: 1.25em;
        text-align: center;
}

.downloads div.download .links .link .promo-download-info .text a {
    display: inline;
        background-color: initial;
        border-right: initial;
        border-left: initial;
        color: initial;
        text-decoration: underline;
}
.downloads div.download .links .link .promo-download-info .text a:hover {
        text-decoration: none;
}

.downloads div.download .links .link .promo-download-info .text small {
    font-size: 0.9em;
}

#list.loading {
    text-align: center;
    padding-top: 60px
}

#list i.fa-refresh {
    font-size: 4em
}

.downloadsTable {
    position: relative;
    width: 100%;
    background-color: #ccc;
}

.downloadsTable td:first-child, .downloadsTable th:first-child {
    width: 14%;
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.downloadsTable td {
    font-size: .9em
}

.downloadsTable td:first-child {
    font-weight: 700;
    font-size: .95em;
    color: #0000b6
}

.downloadsTable td.recommended i {
    font-size: .9em;
    margin-right: 0;
    position: absolute;
    left: -10px;
    margin-top: 3px
}

.downloadsTable i {
    margin-right: 5px
}

.downloadsTable i.fa-link, .downloadsTable i.fa-info-circle {
    margin-right: 0
}

.downloadsTable ul {
    margin: 0;
    padding: 0
}

.downloadsTable li {
    display: block;
    float: left;
    padding: 0 5px;
    border-right: 1px solid rgba(0, 0, 0, .1);
    list-style: none
}

.downloadsTable li .info {
    display: none
}

.downloadsTable li:last-child {
    border-right: none
}

table {
    width: 100%;
}

table th, table td {
    text-align: left;
    padding: 10px
}

table th {
    font-size: 1.1em;
    font-weight: 700;
    border-bottom: 2px solid rgba(0, 0, 0, .5)
}

.pull-left {
    float: left
}

.inline {
    display: inline !important
}

.jumbo {
    margin-top: 60px;
    background: rgba(0, 0, 0, .1);
    width: 100%;
    position: relative;
    flex: 1;
    background: initial !important;
}

.jumbo section {
    margin-top: 0;
    padding: 20px 0
}

.jumbo section .pageicon {
    float: left;
    width: 120px;
    height: 120px;
    display: block;
    padding: 4px;
    background: #fff;
    border-radius: 3px
}

.jumbo section .pagetitle {
    margin-left: 150px;
    height: 120px;
    margin-bottom: 30px
}

.jumbo section .title h1 {
    width: 100%;
    border-bottom: 1px solid #727272
}

.jumbo section h1 {
    font-size: 2.5em;
    margin-top: 0;
    margin-bottom: 10px
}

.jumbo section .large {
    font-size: 1.5em;
    text-align: justify
}

.jumbo section .links {
    margin-top: 20px;
    text-align: left;
}

.jumbo section .links .btn {
    margin-right: 20px;
    margin-bottom: 20px
}

.jumbo section .links .btn:last-child {
    margin-right: 0
}

.jumbo section .links.mods .btn {
    margin-bottom: 0
}

.jumbo .downloads {
    margin-bottom: 0
}

#Comments {
    margin-top: 20px !important
}

.versions-wrapper {
    text-align: center;
}

.versions-heading {
    display: block;
    font-weight: 600;
    color: #fafafa;
}

.versions {
    background-color: #466cf1;
    border: 1px solid #1a77d1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    color: #eeeeee;
    min-width: 310px;
    padding: 0;
    display: inline-block;
    position: relative;
    text-decoration: none;
    transition: background 0.2s ease-in-out;
    text-align: center;
    line-height: 0.9em;
    font-size: 1.5em;
    margin: 10px 30px 10px 0;
}

.versions i {
    position: relative;
    margin-right: 5px;
    top: 2px;
}

.versions:last-child {
    margin-right: 0;
}

.versions .title {
    position: relative;
    padding: 10px;
}

.versions .links {
    position: relative;
    border-top: 1px solid #1a77d1;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    margin: 0;
    list-style: none;
}

.versions .links > li {
    float: left;
    position: relative;
    box-sizing: border-box;
    font-size: 1em;
    text-decoration: none;
    display: block;
    padding: 10px;
    background-color: #466cf1;
    border-right: 1px solid #1a77d1;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    color: #eeeeee;
}

.li-version-list.active > span {
    font-weight: bold;
}

.versions .links > li i {
    margin: 0;
}

.versions .links > li:hover {
    background-color: #165098;
    border-right-color: #176dc5;
    cursor: default;
}

.versions .links > li:hover .versions-info {
    overflow: hidden;
    max-height: 500px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.versions .links > li:first-child {
    border-left: 0;
}

.versions .links > li:last-child {
    border-right: 0;
}

.versions .links > li .versions-info {
    display: block;
    font-size: 0.5em;
    text-align: left;
    max-height: 0;
    overflow: hidden;
    width: 150px;
    position: absolute;
    line-height: 1em;
    left: 50%;
    margin-left: -75px;
    top: 100%;
    z-index: 100;
    transition: all 0.2s ease-in-out;
    color: #333333;
    text-shadow: none;
    background: #ffffff;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.versions .links > li .versions-info .header {
    display: block;
    width: 100%;
    text-align: center;
    /* color: #b7362f; */
    color: #466cf1;
    font-size: 1.6em;
    height: 2px;
    overflow: visible;
    line-height: 0;
}

.versions .links > li .versions-info .header:before {
    display: inline-block;
    margin-top: -7px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    content: "\f0d7";
}

.versions .links > li .versions-info ul.text {
    margin: 0;
    display: inline-block;
    float: none;
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
    font-size: 1.25em;
}

.versions .links > li .versions-info ul.text li {
    margin: 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.versions .links > li .versions-info ul.text li a {
    padding: 7px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
}

.versions .links > li .versions-info ul.text li a:hover, .versions .links > li .versions-info ul.text li a:active {
    background: rgba(0, 0, 0, 0.1);
}

.li-version-list-current {
    font-weight: bold;
    padding: 7px;
}

.versions .links a .versions-info .text small {
    font-size: 0.9em;
}

.changelogDetail {
    text-align: left;
    background: rgba(255, 255, 255, 0.6);
    border: 4px solid rgba(0, 0, 0, 0.8);
    border-radius: 3px;
}

.listingblock > .content {
    background-color: rgba(255, 255, 255, 0.5);
}

.up-active {
	color: darkgray !important;
	background-color: lightgray !important;
}

.up-modal-content {
	background-color: #bfbfbf;
	padding: 0;
	max-width: 960px;
}

.up-modal-content .paragraph {
	background-color: rgba(255, 255, 255, 0.6);
	border: solid black 4px;
	padding: 10px;
}
