  body {
     cursor: url(cursor.cur),default;
  }

  .heart{
    cursor: url(heart.cur),default;
  }

.instructions {
    color: white;
    margin-bottom: 40px;
    font-size: 22px;
    font-family: sans-serif;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.95);
}

.green {
    color: green !important;
    background-color: rgb(177, 235, 177) !important;
}

.red {
    color: red !important;
    background-color: rgb(216, 168, 168) !important;
}

.tool {
    border-radius: 10px;
}

.statistics {
    margin-top: 50px !important;
    margin-bottom: 50px;
}




@media only screen and (max-width: 600px) {


    * {
        box-sizing: border-box;
    }

    .statistics {
        margin-top: 0px !important;
        margin-bottom: 0px;
    }


    .video {
        display: none;
    }

    .video img {
        width: 100%;
    }

    .tool {
        width: 100%;
        border-radius: 0px;
    }

    .ir-title1 {
        text-align: center;
        width: 100%;
    }


    .statistics {
        background-color: gray;
        width: 100%;
        height: 100%;
        margin: auto;
        padding-top: 0;
        display: flex;
        flex-direction: column;
    }

    .instructions {
        margin-bottom: 0px;
        font-size: 16px;
        font-family: sans-serif;
        letter-spacing: 1px;
    }


    body .ui {
        width: 100%;
        margin: 0 auto;
        font-family: 'Source Sans Pro', sans-serif;
        color: white;
        border-top: 1px solid #4a4a4a;
        box-shadow: none;
        display: flex;
        flex-direction: column;
    }

    body .ui_box {
        width: 100%;
    }



    .ir-box-download {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;

    }


    .ir-title {
        width: 100%;
        text-align: center;
    }

    .ir-box-practice3 {
        background-color: white;
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
    }

    .footer {
        background-color: #3d3d3d;
        min-height: 100px;
        width: 100%;
        margin: auto;
        overflow: hidden;
        font-family: 'Source Sans Pro', 'Arial';
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    form {
        display: flex;
        flex-direction: column;
    }

    input {
        width: 100% !important;
        margin-bottom: 10px !important;
    }


    .list1 {
        width: 100%;
    }

    .ir-box-practice3 .list1 {
        width: 100% !important;
    }

    table td {
        padding: 3px 15px;
    }

    .green {
        color: green !important;
        background-color: rgb(177, 235, 177) !important;
    }

    .red {
        color: red !important;
        background-color: rgb(216, 168, 168) !important;
    }

    .ir-box-download .download {
        margin: 2%;
        width: 100%;
        float: none;
    }


    .footer .footer-box {
        width: 100%;
        height: 200px;
    }

    .sidebar {
        display: none !important;
    }

    h1 {
        color: snow;
        font-weight: normal;
        margin: 0px;
        padding: 10px 50px;
        font-size: 17px;
    }

    .form-style-6 input[type="submit"],
    .form-style-6 input[type="text"],
    .form-style-6 input[type="date"],
    .form-style-6 input[type="datetime"],
    .form-style-6 input[type="email"],
    .form-style-6 input[type="number"],
    .form-style-6 input[type="search"],
    .form-style-6 input[type="time"],
    .form-style-6 input[type="url"],
    .form-style-6 textarea,
    .form-style-6 select {
        margin-left: 0% !important;
    }


    .labels .psT {
        left: 34%;
    }

    .labels .psF {
        left: 34%;
    }

    .labels .ppT {
        left: 66%;
    }

    .labels .ppF {
        left: 66%;
    }



}