/* StylesForSubhomeAdmins.css – Overrides nur für Subhome Admins */

html.subhome div.home-tiles > div:nth-child(1)
{
    background-color: #E76F51;
}

html.subhome div.home-tiles > div:nth-child(2)
{
    background-color: #636BAC;
}

html.subhome div.home-tiles > div:nth-child(3)
{
    background-color: #46B2D2;
}

html.subhome div.home-tiles > div:nth-child(4)
{
    background-color: #277DA1;
}

html.subhome div.home-tiles > div:nth-child(5)
{
    background-color: #577590;
}