*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, p {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #000;
}

 ol, td, th {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
}

h1, h2 {
    color: #000; 
}

a img{
  border:none;
}

img{
  max-width:100%;
}

.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-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;
}

/*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*/

.closed-view {
  background: #fff;
  border: 0;
  border-bottom: 1px solid #c6c6c6;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 0;
  margin: 1px 0 0 0;
}

.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;
}