/*
Theme Name: myknowledgebaseーchild
Version: 1
Template: myknowledgebase
*/

#header-third {
    clear: both;
    padding: 10px 20px;
    background: #00d084;
	color: #fff;}
	
#footer{
    clear: both;
    background: #00d084;
    color: #fff;
}

input[type="submit"], input[type="reset"], input[type="button"], button {
    cursor: pointer;
    border: 0;
    padding: 2px 5px;
    background: #00d084
;
    color: #fff;
}

a {
    text-decoration: none;
    color: #00d084;
}

.nav-head ul li a {
    display: block;
    padding: 0 0 5px;
    background: none;
    color: #00d084;
    text-decoration: none;
}

