﻿#suggestionWrapper {
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    display: none;
}

#suggestionDiv {
    z-index: 1000;
    width: 500px;
    height: 300px;
    background: white;
    border: 5px solid #004795;
    border-radius: 5px;
}

#suggestion {
    resize: vertical;
}

a {
    cursor: pointer;
}

.school-year-cont {
    width: 75%;
    margin: 10px auto 0px auto;
    border: 1px solid #004795;
    color: #004795;
    background: rgba(255, 255, 255, .8);
    border-radius: 5px;
    padding: 10px;
}

#school-year {
    margin-left: auto;
    margin-right: auto;
}

img {
    vertical-align: auto;
}