.courses-sidebar .textarea{
  width:100%;
}
a.c-link:hover {
    background: #3bb14a;
    text-decoration: none;
    color: #fff;
}
a.c-link {
    width: 100%;
    float: left;
    clear: both;
    color: #333132;
    background: #eee;
    padding: 8px;
    font-family: Open Sans;
    font-weight: 600;
    margin-top: 2px;
    font-family: Open Sans;
    font-size: 11px;
    color: #000;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 0px;
}

content-wrapper ul li {
    /* background: url(images/tick.jpg) no-repeat; */
    margin-left: 0px;
    padding-left: 25px;
    margin-top: 8px;
}

.courses-sidebar ul li {
    background: none;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 8px;
   border-bottom: 0px solid #333132; 
    padding-bottom: 8px;
}


label {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: bold;
    margin-right: 20px;
    margin-top: 5px;
}

textarea#input_3_3 {
    width: 75%;
}