/* Dimbal Troubleshooting Guides */

.dtg_step_list{
    list-style-type: none;
}
.dtg_step_item{
    margin: 40px 5px;
}
.dtg_step_item:hover{
    cursor:pointer;
}
.dtg_step_title{
    background-color: #e0e0e0;
    border: 1px solid #ccc;
    font-weight:bold;
    padding:10px;
}
.dtg_step_content{
    display:none;
    padding:10px;
    margin: 10px 0 50px 0
}
