/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 21, 2015, 7:12:33 PM
    Author     : jihad
*/
#helpSection {
    /*padding-top: 100px;*/
}
/*

#mainTitle {
    color: #00a550;

}

a:link, a:hover {
    color: #00a550;
}

a:visited {
    color: orange;
}

#pageContent {
    padding: 10px;
}

#Questions {
    padding: 20px;
}

#noQuestion {
    color: #ccc;
}

a:link, a:hover {
    color: #00a550;
}

a:visited {
    color: orange;
}

#Qsection {
    font-weight: bold;
    color: #00a550;
}

#DQsection {

}

#Asection {
    padding-top: 5px;
}

#AnsTitle {
    color: #00a550;
}

#AskQ {
    margin-top: 20px;

}

.list-group > a {
    color: #00a550;
}

.list-group-item.active {
    color: white;
    background-color: #00a550;
}

.list-group-item.active:hover, .list-group-item.active:focus {
    color: white;
    background-color: #00a550;
}

.list-group-item {
    color: #00a550;
    background-color: white;
    border-style: solid;
    border-color: orange;
    border-width: 1px;
}

@media (max-width: 340px) {
    #himage {
        max-width: 60%;
    }
}

@media (min-width: 340px) and (max-width: 768px) {
    #himage {
        max-width: 70%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #himage {
        max-width: 80%;
    }
}

@media (min-width: 1200px) {
    #himage {
        max-width: 100%;
    }
}


*/
