*css
/* Fonts */ @import url(http://fonts.googleapis.com/css?family=Bevan); @import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,800italic,400,800); body { font-family: 'Open Sans', sans-serif; font-size: 13px; font-weight: normal; color: #000; padding-top:70px; } ol, td, th { font-family: 'Open Sans', sans-serif; font-size: 12px; font-weight: 400; } h1, h2 { color: #000; margin:0; } a img{border:none;} .titled-view > .card-header, h1 { font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 1.5em; font-weight: 800; font-style: italic; } .card-frame>.card-header { color: #000; text-align: left; } .card-header .card-header-title{ overflow: visible; } .card-frame { border: 0px; border-radius: 5px; } h2 { font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: 800; line-height: 1.3em; } .labeled-view label h1, .labeled-view .pointer-list, .labeled-view .pointer-item, .labeled-view .search-result-list, .labeled-view .search-result-item { font-family: 'Open Sans', sans-serif; font-weight: 800; font-style: normal; font-size: 1em; } .titled-content.content.card-body { font-style: normal; color: #444; } /*Header styles*/ .navbar-default{background-color:#fff;} .nav > li{display:inline-block;} .navbar-nav > li > a{ padding:0 15px; line-height:50px; vertical-align:middle; } header a{ font-weight: 600; font-size: 16px; text-transform: uppercase; } .navbar-default .navbar-nav > li > a{color:#000;} /*Change card header color*/ .card-frame > .card-header { background: #FFC64E; } /*Set titled view to white*/ .titled-view > .card-header { background: #fff; } /*Set background color*/ body { background: #000; } /*Set card body color from white to gray*/ .card-body { background: #fff; } /*Change color of closed view from white to gray*/ .w-columns { -moz-column-count:2; /* Firefox */ -webkit-column-count:2; /* Safari and Chrome */ column-count:2; } .w-center { text-align:center; } /*Change labeled view to add spacing between items*/ .pointer-item.item-link { padding-right: 10px !important; } /*Con listing tables*/ .td-active-table{ background: #fffadd; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 10px; width: 250px; } .td-completed-table{ background: #dfdfdf; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 10px; width: 250px; } .table-con{ border-collapse: separate; border-spacing: 10px; }