/***

   colors.css v2.0.0
   http://clrs.cc
   @mrmrs
   MIT License

***/

.bg-turq, .bg-cat1          { background: #16a085 !important; color: white !important; }
.bg-green                   { background: #27ae60 !important; color: white !important; }
.bg-blue, .bg-cat6          { background: #3498db !important; color: white !important; }
.bg-violet, .bg-cat2        { background: #9b59b6 !important; color: white !important; }
.bg-darkgrey                { background: #34495e !important; color: white !important; }
.bg-gold                    { background: #f1c40f !important; color: white !important; }
.bg-orange, .bg-cat4        { background: #f39c12 !important; color: white !important; }
.bg-red, .bg-cat3           { background: #e74c3c !important; color: white !important; }
.bg-grey, .bg-cat5          { background: #95a5a6 !important; color: white !important; }

.bg-lightred                { background: rgba(255,65,54,0.2) !important; }
.bg-lightgreen              { background: rgba(46,204,113,0.2) !important; }

.turq                       { color: #1abc9c !important; }
.green                      { color: #2ecc71 !important; }
.blue                       { color: #3498db !important; }
.violet                     { color: #9b59b6 !important; }
.darkgrey                   { color: #34495e !important; }
.gold                       { color: #f1c40f !important; }
.orange                     { color: #e67e22 !important; }
.red                        { color: #e74c3c !important; }
.grey                       { color: #95a5a6 !important; }