﻿@charset "utf-8";
/* CSS Document */

html,body {background-color:#263038;color:#EEF;}
.login-box, .user-box {float:right;}
th {border:1px solid #555;font-weight:bold;}
.legend th {color:#FFF;padding:2px 5px;text-shadow:0 0 2px #000, 0 0 5px #000;}
td {border:1px solid #555;}
td:not(:first-child) {color:transparent;width:80px;}

.unrated, [score] {background-color:#4D5A66;background:repeating-linear-gradient(135deg,#263038,#263038 9px,#4D5A66 9px,#4D5A66 18px);}
.always, [score="6"] {background:#FEC3E9;background:#FEC3E9 url('../i/heart-small.svg?db5aef2') repeat scroll 0 0;}
.yes, [score="5"] {background:#0275D8;/*background:repeating-linear-gradient(135deg,#0000D1,#0000D1 9px,#0275D8 9px,#0275D8 18px);*/}
.probably, [score="4"] {background:#01B9D8;/*background:repeating-linear-gradient(135deg,#009FD1,#009FD1 9px,#01B9D8 9px,#01B9D8 18px);*/}
.maybe, [score="3"] {background:#03A65A;/*background:repeating-linear-gradient(135deg,#007600,#007600 9px,#03A65A 9px,#03A65A 18px);*/}
.iguess, [score="2"] {background:#FDCB08;/*background:repeating-linear-gradient(135deg,#FDBE00,#FDBE00 9px,#FDCB08 9px,#FDCB08 18px);*/}
.rejected, [score="1"] {background:#A62639;/*background:repeating-linear-gradient(135deg,#0000D1,#0000D1 9px,#A62639 9px,#A62639 18px);*/}
.unowned, [score="0"] {background-color:#95A5B4;background:repeating-linear-gradient(135deg,#4D5A66,#4D5A66 9px,#95A5B4 9px,#95A5B4 18px);}
.never, [score="-1"] {background-color:#A62639;background:repeating-linear-gradient(135deg,#760000,#760000 9px,#A62639 9px,#A62639 18px);}
