/**
 * Table of contents
 * 1. General styles
 * 2. UA Banner
 * 3. Layout
 * 4. Header navigation
 * 5. Body content styles
 * 6. Footer
 * 7. Home page images
 * 8. Home page search box
 * 9. Front page slideshow
 * 10. Custom views styles
 * 11. New custom styles
 * 12. System and admin styles
 * 13. Utility classes
 */

/**
 * Style guide
 *
 * UA Blue: #0c234b
 * UA Red #ab0520
 * light gray background: #f4f4f4
 * table heading background: #d4d4d4
 * table border color: #fefefe
 * menu blues: #003e7b #054587 #002244
 * side menu active: #cc0033 and border #e2e2e2
 * a really arbitrary scale http://www.modularscale.com/?13&px&1.618,1.5&web&text
 */

 /* 1. General styles */
html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

body {
  font-family: Arial, "Trebuchet MS", Verdana, sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
}

body.not-front {
  font-size: 15.6px;
  line-height: 1.7;
}

.underlay {
  background: none;
}

body.front,
body.not-front {
  background: #003366;
}

em,
i {
  font-style: italic;
}

h1,
h2 {
  font-family: "Times New Roman", Georgia, serif;
  font-weight: 400;
}

h1 {
  font-size: 34.033px;
  margin: 8.667px 0 19px;
  line-height: 43.875px;
}

h2 {
  font-size: 29.25px;
  color: #ab0520;
  margin: 13px 0 8.667px;
}

.block h2 {
  line-height: 1.2;
}

h3,
h4,
h5 {
  font-family: Arial, "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
}

h3 {
  font-size: 21.034px;
  margin: 19.5px 0 8.667px;
}

h4 {
  font-size: 19.5px;
  margin: 19.5px 0 13px;
}

h5 {
  font-size: 1em;
  margin: 19.5px 0 8.667px;
}

h6 {
  font-size: 1em;
  margin: 29.25px 0 19.5px;
  font-style: italic;
}

p,
ul,
ol,
ul.links {
  margin: 1em 0;
}

ul,
.block ul,
ol {
  padding: 0 0 0 2em;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0;
}

ul.menu li {
  margin: 0;
}

.terms-inline ul.links li {
  padding-left: 0;
  padding-right: 8.035px;
}

li.expanded,
li.collapsed,
li.leaf {
  padding: 0;
}

a,
li a,
h3 a {
  color: #054587;
}

a:hover {
  text-decoration: none;
}

a:visited {
  color: #4b4b4b;
}

.red {
  color: #cc0033;
}

sup {
  font-size: xx-small;
  vertical-align: super;
}

sub {
  font-size: xx-small;
  vertical-align: sub;
}

table {
  width: 100%;
  background-color: #F4f4f4;
  margin-bottom: 1em;
}

td,
th {
  vertical-align: middle;
  padding: 10px;
}

/* override system.css and defaults.css*/
thead th,
th {
  border-bottom: 0;
}

caption,
tr {
  border-bottom: 2px solid #fefefe;
}

/* override system.css */
tr.even,
tr.odd {
  border-bottom: 2px solid #fefefe;
  background-color: transparent;
  padding: 0;
}

tbody {
  border-top: 0;
}

tbody td {
  border-right: 2px solid #fefefe;
}

tbody td:last-of-type {
  border-right: 0;
}

caption,
th {
  text-align: left;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  background-color: #d4d4d4;
}

/**
 * To make a container fully contain a float, add this class on a div or br
 * just before the close of that container.
 */
.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0;
}

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  margin: 20px auto;
  width: 90%;
}

strong {
  font-weight: bold;
}

/* #block-block-20 displays when the content was last updated */
#block-block-20 {
  text-align: right;
  color: #595959;
  font-style: italic;
  font-size: 14px;
}

/* 2. UA Banner */

#uabannerwrapper {
  height: 42px;
  background: #ab0520;
}

#uabanner {
  width: 960px;
  margin: 0 auto;
}

.ahsc-logo {
  width: 400px;
  float: left;
}

#redbarnav a.mobile {
  background: url('../images/mobile.png') no-repeat scroll left center transparent;
  padding-left: 35px;
}

#redbarnav a:hover.mobile {
  background: #fff url('../images/mobile.png') no-repeat scroll left center;
  padding-left: 35px;
}

#redbarnav ul {
  font-family: "Times New Roman", Georgia, serif;
  margin: 0;
  padding: 0;
  float: right;
}

#redbarnav ul li {
  height: 42px;
  list-style: none outside none;
  display: block;
  float: left;
}

#redbarnav ul li a,
#redbarnav ul li.hilite {
  border-right: 1px solid #B3002D;
  border-left: 1px solid #B3002D;
  color: #FFFFFF;
  display: block;
  font-weight: normal;
  height: 42px;
  line-height: 42px;
  padding: 0 18px;
  text-decoration: none;
  font-size: 1.3em;
}

#redbarnav ul li.last a {
  border-right: none;
}

#redbarnav ul li a:hover,
#redbarnav ul li a.active,
#header .redbarnav ul li a.patient,
#redbarnav ul li a:hover.ext {
  background: url('../images/menu-bg-active.jpg') repeat-x scroll left top transparent;
  color: #C2385B;
}

#redbarnav ul li.hilite {
  color: #C2385B;
  background: url('../images/menu-bg-active.jpg') top left repeat-x;
}

#redbarnav ul li a.ext {
  background: transparent;
}

/* 3. Layout */

#wrapper {
  background: #265e97 url('../images/pageBkgrnd.jpg') top left repeat-x;
  margin-bottom: 40px;
}

#imagewrapper {
  background: url('../images/pageBkgrndImg.jpg') top center no-repeat;
}

#pagewrapper {
  width: 960px;
  margin: 0 auto;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
}

#bodywrapper {
  padding: 0 15px 15px;
  background: #fff;
}

#header {
  padding: 13px 0 21.034px;
  font-size: 14px;
}

#header p {
  margin: 0;
}

.headerleft {
  float: left;
  width: 400px;
}

.headerright {
  float: right;
  width: 500px;
  padding-top: 10px;
}

/* #headerWrapperBottom is only printed in templates on the front page */
#headerWrapperBottom {
  padding: 29.25px 19.5px;
  margin: 19.5px 0;
  background: url('../images/searchBkgrnd.jpg') center center no-repeat;
}

#bottomdiv {
  margin: 19.5px 0;
}

.front #bottomdiv .block {
  background: #f4f4f4;
  width: 44%;
  float: left;
  padding: 19.5px 21.034px;
}

.front #bottomdiv .block:first-of-type {
  margin-right: 1em;
}

.front #bottomdiv .block:last-of-type {
  float: right;
  margin-right: 0;
}

.front h2 {
  margin-top: 0;
  font-size: 28px;
}

/* override system item-list styles */
.front #bottomdiv .item-list ul li {
  margin: 1em 0;
  padding: 0 0 0 18px;
  list-style: none;
  background: url('../images/ua-right-arrow.svg') left center no-repeat;
  background-size: 7px;
}

.front #bottomdiv .item-list ul {
  padding-left: .5em;
}

.front #bottomdiv .item-list a {
  color: #0c234b;
  font-weight: bold;
  text-decoration: none;
}

.front #bottomdiv .item-list a:hover {
  text-decoration: underline;
}

/* 4. Header navigation */

.headerright ul {
  margin: 0;
  padding: 0;
  padding-right: 0;
  text-align: right;
}

.headerright ul li {
  display: inline;
  color: #394968;
}

.headerright ul li a {
  color: #394968;
  text-decoration: none;
  padding: 0 7px;
}

.headerright ul li a.ext {
  padding: 0 12px 0 7px;
}

.headerright ul li a.last {
  border-right: none;
  padding-right: 0;
}

.headerright ul li a:hover {
  text-decoration: underline;
}

/* reset libchat button styles */

html #libchat_07713bc057f66ebcdccd4dd1b4a2be3e button {
  display: inline;
  padding: 0;
  margin: 0;
  text-align: left;
  white-space: normal;
  vertical-align: baseline;
  background-image: none;
  border: none;
  border-radius: 0;
}

html #libchat_07713bc057f66ebcdccd4dd1b4a2be3e button.libchat_online,
html #libchat_07713bc057f66ebcdccd4dd1b4a2be3e button.libchat_offline {
  background-color: transparent;
  color: inherit;
}

.libapps-menu-item div {
  display: inline;
  padding: 0 7px;
}

.libapps-menu-item div:hover {
  text-decoration: underline;
}

/* 5. Body content styles */

#contentwrapper {
  width: 930px;
  clear: left;
  margin-top: 19.5px;
}

#leftcolumnwrapper {
  width: 200px;
  float: left;
  margin: 0;
  padding: 0;

}

#leftcolumn .block {
  margin-bottom: 15px;
}

#rightwrapper {
  width: 710px;
  float: right;
  margin: 0;
  padding: 0;
}

.no-sidebars #rightwrapper,
.sidebar-right #rightwrapper {
  float: none;
  width: 959px;
  margin: 0;
  padding: 0;
}

#bodycontent {
  width: 510px;
  float: left;
  margin: 0;
  padding: 0;
}

.sidebar-left #bodycontent,
.sidebar-right #bodycontent {
  width: 710px;
}

.front.sidebar-right #bodycontent {
  width: 640px;
}

.no-sidebars #bodycontent {
  width: 930px;
}

#bodycolumn {
  padding: 0 10px 0 20px;
}

.front #bodycolumn {
  padding: 0;
}

#rightcolumnwrapper {
  width: 200px;
  float: right;
  margin: 0;
  padding: 0;
}

#rightcolumnwrapper h2 {
  color: #2c2c2c;
}

#rightcolumn {
  padding: 0;
}

.node-type-profile .terms-inline {
  display: none;
}

/* 6. Footer */

#footer {
  background: #f4f4f4;
  padding: 43.875px 55.065px;
}

.footer-full-width {
  font-size: 14px;
  line-height: 22.652px;
  color: rgba(0, 0, 0, .7);
}

/* clearfixes */
.ua-libraries::after {
  content: ' ';
  display: table;
  clear: both;
}

.footer-full-width a {
  color: #333;
}

.footer-full-width .button {
  float: right;
  background-color: rgba(0, 0, 0, .1);
  text-decoration: none;
}

.footer-full-width .button:hover {
  background-color: rgba(0, 0, 0, .2);
}

.ua-libraries {
  padding-bottom: 21.034px;
  margin-bottom: 21.034px;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.ua-libraries .logo,
.ua-libraries .links {
  float: left;
}

.ua-libraries .links {
  margin-left: 21.034px;
  line-height: 55.065px;
}

.ua-libraries .links a {
  float: left;
  padding: 3.305px;
  text-decoration: none;
  color: rgba(0, 0, 0, .7);
}

.ua-libraries .links a::after {
  content: ' | ';
  padding: 0 3.305px;
  color: rgba(0, 0, 0, .2);
}

.ua-libraries .links a:last-of-type::after {
  content: initial;
}

.ua-libraries .ual-link {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1.16px;
  padding: 1em 1.5em;
}

.footer-full-width .threeup {
  clear: both;
  margin-bottom: 55.065px;
}

.footer-full-width .threeup > div {
  float: left;
}

.threeup .hsl-phoenix {
  width: 377px;
  margin-right: 3em;
}

.threeup .hsl-tucson {
  width: 278px;
  margin-right: 10px;
}

.hsl-tucson p,
.hsl-phoenix p,
.connect p {
  margin: 0;
}

.hsl-tucson a,
.hsl-phoenix a,
.connect p {
  display: block;
  font-weight: bold;
  color: #0c234b;
  margin: .5em 0;
}

.connect a {
  display: block;
  float: left;
  clear: left;
  margin: .5em 0;
}

.connect a img,
.connect a span {
  float: left;
  line-height: 32px;
}

.connect a img {
  margin-right: 13px;
}

.signin {
  padding: 8.653px 16px;
  font-size: 13px;
}

.copyright {
  float: left;
  line-height: 22px;
  margin: 8.653px 0;
  font-size: 13px;
}

.footer-left {
  float: left;
  width: 30%;
}

.footer-center {
  text-align: center;
  width: 30%;
  margin: 0 auto;
}

.footer-right {
  float: right;
  width: 30%;
  text-align: right;
}

.footer-left p,
.footer-center p,
.footer-right p {
  font-size: 14px;
  line-height: 1.4;
}

.footer-right p {
  text-align: center;
}

/* 7. Home page images */

#node-21 {
  margin: 19.5px 0;
}

.photo-link {
  width: 155px;
  height: 100px;
  text-align: center;
  float: left;
}

#node-21 img {
  margin-bottom: .8em;
}

#node-21 h3 a {
  text-decoration: none;
  font-weight: bold;
  padding: 0;
  text-align: center;
  display: block;
  width: 120px;
  margin: 0 auto;
}

/* 8. Home page search box*/

#searchBoxWrapper {
  float: left;
  width: 570px;
  height: auto;
  background: url('../images/searchTrans.png') top left repeat;
}

/* block 4 is the homepage search markup */

#block-block-4 #tabs {
  width: 95%;
  margin: 0 auto;
  padding: 29.25px 0;
}

#block-block-4 .ui-tabs-nav ul {
  width: auto;
}

#block-block-4 ul {
  padding-left: 0;
}

#block-block-4 .ui-tabs-nav ul li a {
  padding: 0 16px 0 17px;
}

#block-block-4 p {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  line-height: 1.5;
  color: #000075;
  margin-bottom: 0;
  margin-top: 5px;
}

#tabs {
  font-size: .8em;
}

#TodayWrapper {
  float: right;
  height: 214px;
}

/* Search box form elements */

fieldset.floatleft {
  float: left;
  margin-left: 0;
  background: #fff;
  padding: 1em;
  width: 510px;
}

/* spacing around elements in the search box */
fieldset.floatleft > * {
  margin: .5em 0;
}

/* Summon form */
#hsl-homepage-search-summon-form {
  margin-bottom: 1em;
}

#hsl-homepage-search-summon-form .search-fields {
  display: flex;
}

#hsl-homepage-search-summon-form .form-item {
  margin: 0 1em 0 0;
}

#hsl-homepage-search-summon-form .form-item .search-query {
  max-width: 335px;
}

#summon a:visited {
  color: #054587;
}

#summon .summon-logo {
  width: 140px;
  margin: .75em 0;
}

#summon .summon-logo svg {
  max-width: 100%;
}

#summon .summon-info {
  font-size: 1.25em;
}

#summon .summon-info span {
  margin-right: 1em;
}

#summon .summon-advanced-search {
  font-size: 1.25em;
  float: right;
}

/* Catalog form */

#hsl-homepage-search-catalog-form .search-fields {
  display: flex;
}

#hsl-homepage-search-catalog-form .form-item {
  margin: 0 1em 0 0;
}

#hsl-homepage-search-catalog-form .form-item .search-query {
  max-width: 236px;
}

/* E-Journals form */

#hsl-homepage-search-journals-form .search-fields {
  display: flex;
}

#hsl-homepage-search-journals-form .form-item {
  margin: 0 1em 0 0;
}

#hsl-homepage-search-journals-form .form-item .search-query {
  max-width: 236px;
}

/* All forms */

#searchBoxWrapper .advanced-search,
#searchBoxWrapper .advanced-search:visited {
  display: block;
  margin: 1em 0;
  font-size: 1.25em;
  text-align: center;
  color: #054587;
}

/* Tabs */

.ui-tabs-nav ul {
  border-bottom: none;
  border-left: none;
}

.ui-tabs-nav ul li {
  border: none;
  background: #003366;
  margin-right: 1px;
}

.ui-tabs-nav ul li a {
  border: none;
  color: #fff;
}

.ui-tabs-nav ul li a:hover {
  background: #054587;
}

.ui-tabs-nav ul li.ui-tabs-selected a {
  color: #000;
}

/* 9. Front page slideshow */
#views_slideshow_singleframe_main_feature_slideshow-block_1 {
  width: 270px;
  padding: 0 10px 10px 5px;
}

/* Follows example here: http://drupal.org/node/660312#comment-2598146 */

#block-views-feature_slideshow-block_1 a {
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.2;
  display: block;
}

#block-views-feature_slideshow-block_1 a:hover {
  text-decoration: underline;
}

#views_slideshow_singleframe_pager_feature_slideshow-block_1 .pager-item a {
  text-indent: -9999px;
  display: inline-block;
  background-repeat: no-repeat;
  float: left;
  margin-left: 6px;
  margin-top: 3px;
  margin-bottom: 0;
  width: 18px;
  height: 12px;
  background: url('../images/slider_inactive2.png') no-repeat;
  padding-bottom: 0;
}

#views_slideshow_singleframe_pager_feature_slideshow-block_1 .activeSlide a {
  background: url('../images/slider_active2.png') no-repeat;
  padding-bottom: 0;
  position: relative;
}

/* Make the links on the home page consistent */
#node-21 h3 a,
#block-views-feature_slideshow-block_1 a,
.front #bottomdiv .item-list a {
  font-weight: bold;
  font-size: 14px;
  color: #0c234b;
}

/* 10. Custom views styles */

 /* Special background images for "Prescription for Health" views links */
 /* Employs "The Kellum Method" http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/ */
.pfh-info {
  background: url('../images/iconInfo.png') no-repeat center center;
  width: 50px;
  height: 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.page-spec-coll .pfh-video {
  background: url('../images/iconClip.png') no-repeat center center;
  width: 50px;
  height: 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.page-spec-coll tr.even,
.page-spec-coll tr.odd {
  background: transparent;
}

.page-spec-coll tr.odd {
  background: #f4f4f4;
}

.page-spec-coll .ext {
  background: none;
}

.view-pfh .views-summary {
  font-size: 14px;
  line-height: 2em;
}

.view-pfh .views-field {
  color: #003366;
  font-size: 14px;
  margin: 0 auto;
  padding: 10px;
}

.view-personal-names-glossary .views-field {
  color: #003366;
  font-size: 14px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.view-pfh .views-field-title,
.view-personal-names-glossary .views-field-title {
  font-weight: normal;
}

.view-pfh th.views-field-title,
.view-personal-names-glossary th.views-field-title {
  font-weight: bold;
}

.view-pfh .field-item {
  padding: 5px;
}

.view-personal-names-glossary .field-item {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.view-pfh td,
.view-personal-names-glossary td {
  vertical-align: text-top;
}

.view-personal-names-glossary td.active {
  background: none;
}

.view-personal-names-glossary .view-display-id-attachment {
  padding: 10px;
}

.bigger-content {
  font-size: 12px;
}

/* 11. New custom styles */

.more-link a {
  display: block;
  float: right;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  background: #ab0520;
  padding: 6px 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.more-link a:hover {
  background: #8F1124;
}

#block-superfish-1 h2 {
  display: none;
}

/* 12. System and admin styles */

/* pager styles are pretty specific to override system.css */

.item-list ul.pager {
  margin: 19.5px 0;
  padding: 0;
  font-size: 14px;
  line-height: 22px;
}

.item-list ul.pager::after {
  content: ' ';
  display: table;
  clear: both;
}

.item-list ul.pager li {
  margin: 0;
  padding: 0;
}

.item-list .pager {
  clear: both;
  text-align: center;
  font-weight: bold;
}

.item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: 0;
}

.pager li a,
.item-list ul.pager li.pager-current {
  padding: 4px 10px;
  margin: 0 3px;
  text-decoration: none;
  display: block;
  float: left;
  color: #054587;
}

.item-list ul.pager li.pager-current {
  color: #ffffff;
  background-color: #ab0520;
}

.pager li a:hover {
  background-color: #f4f4f4;
}

ul.primary::after {
  content: ' ';
  display: table;
  clear: both;
}

ul.primary li {
  display: block;
  float: left;
}

ul.primary li a {
  display: block;
  padding: 8px 13px;
  border: 0;
  background-color: #eee;
}

ul.primary li a:hover {
  background-color: #ddd;
}

ul.primary li.active a {
  border: 0;
  background-color: #ccc;

}

.node-form *,
.page-admin * {
  box-sizing: border-box;
}

.node-form fieldset,
.page-admin fieldset {
  padding: 0 13px;
  border: 1px solid #ccc;
}

.node-form .resizable-textarea,
.page-admin .resizable-textarea {
  width: 100%;
}

.node-form .form-submit,
.page-admin .form-submit {
  margin: 26px 8px;
}

.node-form .description,
.page-admin .description {
  font-size: 14px;
}

html.js fieldset.collapsed {
  height: initial;
}

.node-form .form-item,
.page-admin .form-item,
.node-form fieldset,
.page-admin fieldset {
  margin: 13px 0 8px;
}

.node-form .form-text,
.page-admin .form-text,
.node-form textarea,
.page-admin textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 4.966px;
}

/* Remove options */
.teaser-checkbox {
  display: none;
}

.admin-list dt {
  font-size: 19.5px;
  margin: 13px 0 8.667px;
}

.admin-list {
  margin-bottom: 2em;
}

/**
 * Messages & System status
 * http://teddy.fr/2009/04/16/theming-almost-hidden/
 */
div.status,
div.error,
div.warning {
  border: 0;
  margin: 10px 0;
  padding: 7px 10px 5px;
}

div.status,
table.system-status-report tr.ok {
  background: #D8FFA3;
  color: #2E5B02;
}

div.error,
table.system-status-report tr.error {
  background: #FFC4C1;
  color: #A40000;
}

div.warning,
table.system-status-report tr.warning {
  color: #B14300;
  background-color: #FFED7B;
}

.messages ul,
.password-description ul {
  margin: 0;
  padding: 0;
}

.messages li,
.password-description li {
  background: transparent no-repeat left top;
  margin: 0;
  padding: 0;
  list-style: none;
}

/**
 * Logs
 */
table#admin-dblog tr.dblog-notice td,
table#admin-dblog tr.dblog-error td,
table#admin-dblog tr.dblog-warning td {
  background-position: center center;
  background-repeat: no-repeat;
}

table#admin-dblog tr.dblog-notice {
  background-color: #D8FFA3;
  color: #2E5B02;
}

table#admin-dblog tr.dblog-error {
  background: #FFC4C1;
  color: #A40000;
}

table#admin-dblog tr.dblog-warning {
  background-color: #FFED7B;
  color: #B14300;
}

table#admin-dblog tr.dblog-notice .active {
  background-color: #CEFF8A;
}

table#admin-dblog tr.dblog-error .active {
  background-color: #FFB4B0;
}

table#admin-dblog tr.dblog-warning .active {
  background-color: #FFEA61;
}

table#admin-dblog td img {
  height: 0;
}

/**
 * Update status
 */
table.update .version-status {
  background-position: right center;
  background-repeat: no-repeat;
  padding: 0 15px 0 0;
}

table.update .version-status img {
  display: none;
}

table.update tr.ok {
  background-color: #D8FFA3;
}

table.update tr.ok .version-status {
  color: #2E5B02;
}

table.update tr.error {
  background-color: #FFC4C1;
}

table.update tr.error .version-recommended {
  background: transparent;
}

table.update tr.error .version-status {
  color: #A40000;
}

/* 13. Utility classes */

/* lay out two columns side by side by adding twoup and clearfix on the container*/
.clearfix::after {
  content: ' ';
  display: table;
  clear: both;
}

.twoup > * {
  float: left;
  width: 48%;
  margin-right: 4%;
}

.twoup > *:last-child {
  margin-right: 0;
}
