
dd {
    margin-left: 30px;
}

h1 {
    font-size: 2.0em;
}
h2 {
    font-size: 1.8em;
}
h3 {
    font-size: 1.6em;
}
h4 {
    font-size: 1.4em;
}
h5 {
    font-size: 1.2em;
}

img {
    max-width: 100%;
    max-height: 100%;
}

@media print {
    a[href]:after {content: none !important;}
}

.nav > li > a {
    padding: 15px 30px 15px 0px;
}

@media (min-width: 768px) {
    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
    .footer-links-left li {
        float: left;
    }
    .footer-links-right li {
        float: right;
    }
    .footer-text-left {
        float: left; 
    }
    .footer-text-right {
        float: right;
    }
}

@media (max-width: 768px) {
    .navbar-collapse li {
        padding-left: 20px;
    }
    .footer-links-left .footer-links-right li {
        display: inline-block;
        margin: auto; 
        float: none;
    }
    .footer-text-left .footer-text-right {
        display: inline-block;
        margin: auto; 
        float: none;
    }
}

.headerlink {
    visibility: hidden;
}

.logo {
    padding: 15px 0; 
    width: 40%;
}

/* https://sphinx-argparse.readthedocs.io/en/stable/misc.html */
.wy-table-responsive table td {
    white-space: normal !important;
}
.wy-table-responsive {
    overflow: visible !important;
}

.btn-example a:link {
    color: #ffffff;
}
.btn-example a:visited {
    color: #ffffff;
}
.btn-example a:hover {
    color: #ffffff;
    text-decoration: none;
}
.btn-example a:active {
    color: #ffffff;
    text-decoration: none;
}

.btn-default {
    background-image: -webkit-linear-gradient(#6d7070, #3a3c3d 50%, #3a3c3d);
    background-image: -o-linear-gradient(#6d7070, #3a3c3d 50%, #3a3c3d);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6d7070), color-stop(50%, #3a3c3d), to(#3a3c3d));
    background-image: linear-gradient(#6d7070, #3a3c3d 50%, #3a3c3d);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d7070', endColorstr='#ff3a3c3d', GradientType=0);
    -webkit-filter: none;
            filter: none;
    border: 1px solid #3a3c3d;
}

.btn-default:hover {
    background-image: -webkit-linear-gradient(#6d7070, #2b2d2d 50%, #2b2d2d);
    background-image: -o-linear-gradient(#6d7070, #2b2d2d 50%, #2b2d2d);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6d7070), color-stop(50%, #2b2d2d), to(#2b2d2d));
    background-image: linear-gradient(#6d7070, #2b2d2d 50%, #2b2d2d);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d7070', endColorstr='#ff2b2d2d', GradientType=0);
    -webkit-filter: none;
          filter: none;
    border: 1px solid #3a3c3d;
}

.btn-primary {
    background-image: -webkit-linear-gradient(#a38b2c, #d1b02b 50%, #fed42a);
    background-image: -o-linear-gradient(#a38b2c, #d1b02b 50%, #fed42a);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a38b2c), color-stop(50%, #d1b02b), to(#fed42a));
    background-image: linear-gradient(#a38b2c, #d1b02b 50%, #fed42a);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd60f7e', endColorstr='#ff674593', GradientType=0);
    -webkit-filter: none;
            filter: none;
    border: 1px solid #fed42a;
}

.btn-primary:hover {
    background-image: -webkit-linear-gradient(#a38b2c, #d1b02b 50%, #fed42a);
    background-image: -o-linear-gradient(#a38b2c, #d1b02b 50%, #fed42a);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a38b2c), color-stop(50%, #d1b02b), to(#fed42a));
    background-image: linear-gradient(#a38b2c, #d1b02b 50%, #fed42a);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd60f7e', endColorstr='#ff5a4b96', GradientType=0);
    -webkit-filter: none;
            filter: none;
    border: 1px solid #fed42a;
}

footer {
    background: #f9f9f9;
    padding: 20px 0;
}

.footer-links {
    line-height: 48px;
}

.footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links li a {
    margin-right: 15px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
