﻿h1, h2, h3 {
    color: #333;
}

.info ol li {
   margin-bottom: 10px;
}

.stepImage {
    width: 100%;
    border: 2px solid #CCC;
    box-sizing: border-box;
}

.stepImage img {
    width: 100%;
}

.lightning {
    margin-top: 15px;
    margin-bottom: 15px;
    background-color:aliceblue;
    border: 1px solid #CCC;
    padding: 10px;
    font-size: 14px;
}

.lightning h2 {
    margin-top: 0;
}

.lightning .step {
    font-size: 14px;
    margin-bottom: 15px;
}

.lightning .url {
    margin-top: 3px;
    border: 1px solid #CCC;
    padding: 15px;
    white-space: nowrap;
    font-family: Arial, Verdana, sans-serif;
    overflow: auto;
    background-color: #EFEFEF;
    color: #666;
    font-weight: bold;
}

    .lightning ::-webkit-scrollbar {
        width: 2px;
        height: 2px;
    }

    .lightning ::-webkit-scrollbar-button {
        width: 0px;
        height: 0px;
    }

    .lightning ::-webkit-scrollbar-thumb {
        background: #e1e1e1;
        border: 0px none #ffffff;
        border-radius: 50px;
    }

        .lightning ::-webkit-scrollbar-thumb:hover {
            background: #ffffff;
        }

        .lightning ::-webkit-scrollbar-thumb:active {
            background: #000000;
        }

    .lightning ::-webkit-scrollbar-track {
        background: #666666;
        border: 0px none #ffffff;
        border-radius: 36px;
    }

        .lightning ::-webkit-scrollbar-track:hover {
            background: #666666;
        }

        .lightning ::-webkit-scrollbar-track:active {
            background: #333333;
        }

    .lightning ::-webkit-scrollbar-corner {
        background: transparent;
    }