﻿#collage hr{
    border:none;
    border-top:2px solid #f5f2f2;
    height:1px;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.9);
    z-index: 2;
}

#donetext {
    padding: 10px;
    position: absolute;
    width: 100%;
    height: 100%;
}

#code {
    background-color: grey;
    margin-right: 20%;
    margin-left: 20%;
    padding: 10px;
}

#collage #playPanel {
    text-align: center;
}


#collage #information {
    text-align: center;
    font-size:1.2em;
    margin: 10px 10px;
    vertical-align: top;
}


#collage #sortable {
    border:2px solid black;
    list-style-type: none;
    display: inline-block;
    margin: 10px;
    padding: 0;
    width: 600px;
}

#collage #sortable li {
    background-size: 400% 400%;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    float: left;
    width: 100px;
    height: 100px;
}

