temp 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, .h1, h2, .h2, h3, .h3, p {margin:0;}
h1, h2 {color: #000;}
blockquote{
  padding: 0 .5em;
  margin: 1em 0;
  font-size: 1.125em;
}
hr { color: gray; border-style: inset; border-width: 1px; margin: 0.5em auto; }
.diff-red, .diff-green {font-weight:bold;}

a img{border:none;}
a.wanted-card{color:red;}
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-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;
}

article .closed-view > .card-frame{margin:0;}

/*Header styles*/
.navbar-default{background-color:#fff;}
.nav > li{display:inline-block;}
.navbar-nav > li > a{
  padding:0 5px;
  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;}
nav ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.navbar-nav{
  margin:0;
}
#Menu nav li ul{
  margin-left:1em;
}

/*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;}
body#tinymce{
  background: #fff;
  padding-top:0;
}

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

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