Tabs customization

Is there a way to customize the tabs, sample below in red square. Like we can with fiter tabs, change color, font size, rounded corners,etc.

thatk you.

This works for me…..add to the page css

/* CSS for the table tabs */
.nav-tabs > li > a {
border-radius: 5px 5px 5px 5px;
background-color: #e7c8b1;
}

Thank you tony, That did the job.