.cse input.gsc-search-button, input.gsc-search-button {

    background-color: #FFFFFF;
    border: 1px solid #ABABAB;
    border-radius: 2px 2px 2px 2px;
    color: #000000;
    font-family: inherit;
    font-size: 11px;
    font-weight: normal;
    height: 27px;
    min-width: 54px;
    padding: 0 8px;
}

table th, table td {
  
    line-height: 18px;
padding:0px 0px;
    text-align: left;
    vertical-align: top;
    border: none;
    font-size: 12px;
    min-width: 0px;
    width: 100px;
}

element.style {
    background: url("http://www.westonaprice.org/wp-content/uploads/2013/09/white.jpg") no-repeat scroll left center #FFFFFF;
    outline: medium none;
}

div.gsc-clear-button {
    background-image: none !important;
  
}

// Search box
form {
    margin: 3px;
    padding: 5px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EFA923;
    border-radius: 2px 2px 2px 2px;
    color: #777777;
    display: inline-block;
    font-size: 10px;
    margin-top: 5px;
    outline: medium none;
    padding: 6px 4px;
}
li.widget_search input#s {
    width: 100%;
    border: 1px solid #EFA923;
    margin-top: 5px;
}

div.entry-content p {
    margin: 0 0 10px;
}

div.entry-content ul li {
  /*list-style: none;*/
}

.category div#comments {
  display: none;
}

p.comment-form-url {
	display: none;
}