#all_filters {
    margin-bottom:1px;
}

.interests_form {
    background-color:#efefef;
    border:1px solid;
    border-left:14px solid;
    display:block;
    height:50px;
    margin-bottom:10px;
    padding:8px 14px;
}

.interests_form .f_field {
    height:28px;
    margin:0;
    width:140px;
}

.interests_form .f_num {
    height:28px;
    margin:0;
    width:80px;
}

.interests_form .version {
    width:120px;
}

h2 {
    font-size:24px;
    font-weight:400;
    margin:0;
}

.interests_form .filter {
    display:inline-block;
    margin-right:12px;
}

.interests_form div {
    float:left;
    padding:0 8px;
}

.interests_form .date {
    width:100px;
}

.interests_form select {
    width:160px;
    margin-bottom:0px;
}

#top_interests_view table, th, td {
    border: 1px solid black;
}

#top_interests_view th{
    text-align: center;
}

#top_interests_view td {
   text-align: right;
}

#top_interests_view .interest_name {
    text-align: left;
}
