.Help_win {
    width: auto;
    height: auto;
    max-width: 500px;
    max-height:400px;
    background: #ecf3fa;
    border: 5px solid #0c4c8d;
    box-shadow: 0px 5px 5px #888888;
}
.help_data {
    height:250px;
    overflow: scroll;
    /*border-bottom: 5px solid #0c4c8d;*/
}
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-thumb {
    background: #1867b7;
    border: 1px solid #3d89d7;
}
.help_head {
    background: #0c4c8d;
}
.Help_win h2 {
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    padding: 8px 5px;
    color: #fff;
    text-transform: uppercase;
}
.Help_win table {
    width: 95%;
    margin: 10px;
}
.Help_win table th {
    padding: 5px;
}
.Help_win table td {
    padding: 5px;
}
