﻿/*
    #2196f3

    "Black": #323232
    "White": #fefefe

    Color 1 (Mid): #ffEE02
    Color 2 (Dark): #6F0090



*/

h1, h2, h3, h4, h5, h6 {
	color: #323232;
}

header {
    background-color: #8d6dbe;
}

header > div > h1 {
    color: #fefefe;
}

header > div > h2 {
    color: #fefefe;
}

#menuwrapper:hover {
    background-color: #8bc34a;
}

#navwrapper {
    background-color: #8bc34a;
}

#navwrapper ul li {
    color: #8d6dbe;
    border-top: 5px solid #8bc34a;
    border-bottom: 5px solid #8bc34a;
}

#navwrapper ul li:hover {
    background-color: #8d6dbe;
    color: #fefefe;
    border-top: 5px solid #fefefe;
    border-bottom: 5px solid #8d6dbe;
}

.LatestDraw {
    background-color: #8bc34a;
}

.LatestDraw .ticketnumber > h5, .LatestDraw .ticketname > h5 {
    color: #107C00;
}

.LiveGridNotice {
    color: #323232;
}

.bigbutton,a.bigbutton{
    background-color: #8d6dbe;
    color: #fefefe;
}
.bigbutton:hover,a.bigbutton:hover{
    background: #543781;
    color: #fefefe;
}

.SectionHeader {
    background-color: #8d6dbe;
}

.recent {
    background-color: #fefefe;
    color: #8d6dbe;
}
.remaining {
    background-color: #197ece;
    color: #fefefe;
}
.unsold {
    background-color: #bc0a29;
    color: #fefefe;
}
.drawn {
     background-color: #b4b1b1 !important;
     color: #323232 !important;
}