CSS Code
Hi, please can you give me the CSS code for the following elements, for override?
 Many thanks. 
Also font
Geometry Dash Answered question 
User firebug in Firefox to quickly add styles. Here you go:
//ask button
#anspress .ap-btn-ask{
    background: #333;
}
//List title
#anspress .ap-questions-title a {
    color: #333;
    font-size: 16px;
}
// search from
#ap-search-form .ap-form-control {
    height: 30px;
    margin: 0;
    vertical-align: top;
}
// answer count
#anspress .ap-questions-count {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #61c17d;
    color: #333;
    height: 50px;
    line-height: 110%;
    width: 50px;
}