html {
    font-family: sans-serif;
}

#header{
    background: #f5f5f5;
    padding: 15px;
    border: 1px grey solid;
}

#content{
    max-width: 1170px;
    margin: 0px auto;
}

#menu a{
    font-size: 22px;
    padding: 10px;
}
a{
    color: #337ab7;
    text-decoration: none;
}
a:hover{
    color: #23527c;
    text-decoration: underline;
}
#menu a.current_page{
    color: #b73333;
    text-decoration: underline;
}
#menu{
    margin: 15px;
}



#page_name{

}

#page_content{
    padding: 10px;

}


#search{
    padding: 20px;

    border: 1px #337ab7 solid;

}

#search input[name="sum"] {
    max-width: 60px;
}

#search input[name="method"] {
    max-width: 60px;
}
input[type="submit"] {
    color: #333;
    background-color: #fff;
    border: 1px #ccc outset;
    padding: 5px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
}

#buysell_block table{
    width: 100%;
}
#buysell_block table td{

    text-align: center;
}


#buysell_block table thead tr td{
    background: #f5f5f5;
    border: 2px grey solid;
}

#buysell_block table tbody tr td{
    padding: 25px 10px 25px 10px;
}

#buysell_block table tr:nth-child(even), #buysell_block table tr:nth-child(even) td{
    background: #f5f5f5;
}



table tbody tr td:nth-child(3){
    font-size: 16px;
    font-weight: bold;
    color: green;
}