/*
bootstrap.css - basic stylesheet for BOINC with bootstrap enabled

If you want to override some classes of bootstrap use a separate css file and
the STYLESHEET2 define in your project/project.inc.
see: http://getbootstrap.com/2.3.2/base-css.html and http://getbootstrap.com/2.3.2/components.html

*/
.hero-unit {
    padding: 30px;
}

.navbar .boinc-logo {
    padding: 5px;
}

.navbar .boinc-logo img {
    height: 30px;
    border: none;
}

div.uotd, div.news {
    border-width: 2px;
    border-style: solid;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

div.news {
    margin-top: 10px;
}

th p, th small {
    font-weight: normal;
}

/* the following should go into a project specific css file */
div.news {
	background-color: #dff0ff;
	border-color: #add8e6;
}

div.uotd {
	background-color: #d3d3d3;
	border-color: #eee;
}

.table .fieldname {
    text-align: right;
}