.help_menu_button {
    padding: 10px;
}
.help_menu_button > a {
    width:100%;
    text-align:left !important;
}
.help_menu_button i, .help_menu_button img {
    margin-right: 10px;
    width:23px;
}

.help_menu_header {
    text-align:center;
    padding-bottom:5px !important;
    padding-top:20px !important;
}
.help_menu_header hr{
    border-top:1px solid #999;
}



.getting-started-p {
    color:white;
    clear:both;
    font-size: 1.3em;
}

.getting-started_example_img {
    width: 200px;
    display: block;
    margin:20px auto 30px auto;
}

.getting-started-header {
    text-align: left;
}

.getting-started-header-icon-container {
    position: relative;
    bottom: 9px;
    margin-top: 13px;
    display: inline-block;
}
.getting-started-list {
    margin:0;
}

.getting-started-list li{
    margin-left: -5px;"
}

.getting-started-arrow {
    vertical-align: middle;
    text-shadow: 0 2px 10px black;
    margin-top: -16px;
}

.getting-started-action-row {
    display: block;
    position: relative;
    width: 240px;
    margin: auto;
    height: 50px;
}

.getting-started-action-title {
    font-weight: 700;
    font-size: 1.2em;
    display:inline-block;
    width: 100%;
    position: relative;
    top: 8px;
}

.getting-started-icon {
    position:absolute;
    left: 0px;
}
.getting-started-icon i:nth-child(1) {
    color: rgb(200, 214, 223);
    text-shadow: 0 2px 10px black;
}
.getting-started-icon i:nth-child(2) {
    text-shadow: 0 5px 10px white;
}

.getting-started-view-icon {
    border-radius:7px 0 0 7px;
    padding: 8px 8px;
}

.getting-started-view-icon img:nth-child(1) {
    width:35px;
}

.getting-started-action-txt {
    display: block;max-width: 300px;margin: auto;
}
