body {
    font-size: 13px !important;
}

.w3-titlecase {
    display: inline-block;
}

    .w3-titlecase::first-letter, label::first-letter {
        text-transform: uppercase;
    }

.w3-title {
    display: block
}

    .w3-title span {
        display: block
    }

        .w3-title span::first-letter {
            text-transform: uppercase;
        }

    .w3-title::first-letter {
        text-transform: uppercase;
    }

th span::first-letter {
    text-transform: uppercase;
}

@media (max-width:600px) {
    .w3-main {
        margin-top: 40px;
    }
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, body, input, select, textarea {
    font-family: 'Roboto', 'Segoe UI' !important;
}

a {
    cursor: pointer;
    text-decoration: none;
}

.w3-input, .w3-select {
    padding: 4px 6px;
}

.w3-select {
    padding: 5px 6px;
}

.w3-bold {
    font-weight: bold;
}

.w3-uppercase {
    text-transform: uppercase
}

img {
    width: 100%;
    height: auto,
}

.w3-pointer {
    cursor: pointer;
}

#colorNav > ul {
    margin: 0 auto;
}

@media (min-width:992px) {
    #colorNav > ul {
        width: 450px;
        margin: 0 auto;
    }
}

#colorNav > ul > li {
    list-style: none;
    display: inline-block;
    line-height: 1;
    margin: 1px;
    border-radius: 3px;
    position: relative;
}


#colorNav li ul {
    text-align: left !important;
    margin-right: 50px;
    position: absolute;
    list-style: none;
    margin-left: -50px;
    font: bold 12px 'Open Sans Condensed', sans-serif;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 0.4s linear;
    -moz-transition: max-height 0.4s linear;
    transition: max-height 0.4s linear;
}

    #colorNav li ul li {
    }

        #colorNav li ul li a {
            padding: 12px;
            color: #fff !important;
            text-decoration: none !important;
        }

        #colorNav li ul li:nth-child(odd) {
            background-color: #363636;
        }

        #colorNav li ul li:hover {
            background-color: #444;
        }

        #colorNav li ul li:first-child {
            border-radius: 3px 3px 0 0;
            margin-top: 25px;
            position: relative;
        }

            #colorNav li ul li:first-child:before {
                content: '';
                position: absolute;
                width: 1px;
                height: 1px;
                border: 5px solid transparent;
                border-bottom-color: #313131;
                left: 50%;
                top: -10px;
                margin-left: -5px;
            }

        #colorNav li ul li:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

#colorNav li:hover ul {
    max-height: 200px;
}

.w3-padding-trash {
    padding: 8px;
    border-radius: 3px;
    color: white;
    background: red
}

.w3-padding-copy {
    padding: 8px;
    border-radius: 3px;
    color: white;
    background-color: orange
}

.w3-padding-up {
    padding: 8px;
    border-radius: 5px 0px 0px 5px;
    color: white;
    background: gray
}

.w3-padding-down {
    padding: 8px;
    border-radius: 0 5px 5px 0px;
    color: white;
    background: gray
}

.w3-padding-moove {
    padding: 8px;
    border-radius: 3px;
    color: white;
    background: green
}

input[type=email] {
    width: 100% !important;
    padding: 4px 6px;
    border: 1px solid #ccc !important;
}

input[type=tel] {
    width: 100% !important;
    padding: 4px 6px;
    border: 1px solid #ccc !important;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}


.signature-pad {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 10px;
    width: 100%;
    height: 100%;
}

    .signature-pad::before,
    .signature-pad::after {
        position: absolute;
        z-index: -1;
        content: "";
        width: 40%;
        height: 10px;
        bottom: 10px;
        background: transparent;
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
    }

    .signature-pad::before {
        left: 20px;
        -webkit-transform: skew(-3deg) rotate(-3deg);
        transform: skew(-3deg) rotate(-3deg);
    }

    .signature-pad::after {
        right: 20px;
        -webkit-transform: skew(3deg) rotate(3deg);
        transform: skew(3deg) rotate(3deg);
    }

.signature-pad--body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #f4f4f4;
}

    .signature-pad--body
    canvas {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 4px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
    }

.signature-pad--footer {
    color: #C3C3C3;
    text-align: center;
    font-size: 1.2em;
    margin-top: 8px;
}

.signature-pad--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
}

#github img {
    border: 0;
}

@media (max-width: 940px) {
    #github img {
        width: 90px;
        height: 90px;
    }
}

.signaturesize {
    height: 400px;
    width: 100% !important
}

.w3-gold {
    background-color: #FFD700
}

.w3-margin-left-2 {
    margin-left: 16px !important
}

@media (max-width:600px) {
    .w3-margin-left-2 {
        margin-left: 0 !important;
    }
}
/*
* Rating styles
*/
.rating {
    margin: 0 auto 1em;
    font-size: 45px;
    overflow: hidden;
}

.rating input {
    float: right;
    opacity: 0;
    position: absolute;
}

.rating a,
.rating label {
    float: right;
    color: #aaa;
    text-decoration: none;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}

    .rating label:hover ~ label,
    .rating input:focus ~ label,
    .rating label:hover,
    .rating a:hover,
    .rating a:hover ~ a,
    .rating a:focus,
    .rating a:focus ~ a {
        color: orange;
        cursor: pointer;
    }

.rating2 {
    direction: rtl;
}

    .rating2 a {
        float: none
    }