/*
Implementations Skeletor v3 - 5/10/2014

oustyles.css

Add styles to overwrite customer CSS, USE WITH CAUTION.

Contributors: Your Name Here
Last Updated: Enter Date Here
*/

.jumbotron {
	margin-bottom: 0;	
}
img.textwrap-left {
    max-width: 33%;
}
.figure img {
    width: 100%;
}

/* news media center pagination styles */
ul#pagination-cubes li.pagination-box.current {
    background-color: #878279;
}
ul#pagination-cubes li.current a {
	background-color: inherit;
    color: #e1deda;
}

/* specific styling for migrated content */
table.program_info_table, table.employee_info_table {
    border: 1px solid #c7c7c7;
    margin: 0 auto;
    width: 85%;
}
table.program_info_table th, table.employee_info_table th {
    background-color: #461d7c;
    color: #ffffff;
    font-weight: bold;
    padding: 2px;
}
table.program_info_table tr td, table.employee_info_table tr td {
    border-bottom: 1px solid #c7c7c7;
    padding: 2px;
    vertical-align: top;
}
table.program_info_table tr td.employee_rec_name, table.employee_info_table tr td.employee_rec_name {
    font-weight: bold;
}
.program_info_table tr th.col1, .employee_info_table tr th.col1 {
    width: 30%;
}
.program_info_table tr th.col2, .employee_info_table tr th.col2 {
    width: 20%;
}
.program_info_table tr th.col3, .employee_info_table tr th.col3 {
    width: 50%;
}
.program_info_table tr.evenrow td, .employee_info_table tr.evenrow td {
    background-color: #f7f7f7;
}
.program_info_table tr.degreeEvenRow td, .employee_info_table tr.degreeEvenRow td {
    background-color: #f7f7f7;
}
