/* Individually coloured cards */
 
#card1.correct 
{ 
    width: 50px;
    height: 50px;
    background: url("../images/temp_gauge.png") no-repeat center center;
    background-size: 70px 70px;
}
#card2.correct 
{ 
    width: 50px;
    height: 50px;
    background: url("../images/brake_fluid.png") no-repeat center center;
    background-size: 70px 70px;
}
#card3.correct 
{ 
    width: 50px;
    height: 50px;
    background: url("../images/windscreen_fluid.png") no-repeat center center;
    background-size: 70px 70px;
}
#card4.correct 
{ 
    width: 50px;
    height: 50px;
    background: url("../images/oil.png") no-repeat center center;
    background-size: 70px 70px;
}
#card5.correct 
{ 
    width: 50px;
    height: 50px;
    background: url("../images/engine_symbol.png") no-repeat center center;
    background-size: 70px 70px;
}

#card6.correct 
{ 
    width: 50px;
    height: 50px;
    background: url("../images/dipstick.png") no-repeat center center;
    background-size: 70px 70px;
}

#card7.correct 
{ 
    width: 50px;
    height: 50px;
    background: url("../images/battery.png") no-repeat center center;
    background-size: 70px 70px;
}

#card8.correct 
{ 
    width: 50px;
    height: 50px;
    background: url("../images/lights.png") no-repeat center center;
    background-size: 70px 70px;
}

#card9.correct 
{ 
    width: 50px;
    height: 50px;
    background: url("../images/engine_coolant.png") no-repeat center center;
    background-size: 70px 70px;
}

.slot1
/*Brake Fluid*/
{
    position: relative;
    top: 100px;
    left: 102px; 
}

.slot2
/*Windscreen Fluid*/
{
    position: relative;
    top: 95px;
    right: 50px;
}

.slot3
/*Oil*/
{
    position: relative;
    top: 160px;
    left: 102px;
}

.slot4
/*Engine Symbol*/
{
    position: relative;
    top: 160px;
    left: 110px;
}

.slot5
/*Dipstick*/
{
    position: relative;
    top: 250px;
    right: 15px;
}

.slot6
/*Battery*/
{
    position: relative;
    top: 160px;
    left: 250px;
}

.slot7
/*Lights*/
{
    position: relative;
    top: 320px;
    right: 220px;
}

.slot8
/*Engine Coolant*/
{
    position: relative;
    top: 150px;
    right: 290px;
}