body {
    margin: 0 0 0 0;
}

#idContent {
    width: 50%;
    /*background: yellow;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 15%;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    font-size: 44px;
}

#idInput {
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    border: none;
    background: #333333;
    width: 98%;
    height: 60px;
    margin-top: 7%;
    padding-left: 2%;
}

#idInputShadow {
    background: #797979;
    width: 100%;
    height: 5px;
}

#idSubmit {
    background-color: #797979;
    color: white;
    width: 100%;
    margin-top: 10px;
    height: 30px;
    font-size: 18px;
    border: none;
}

#idButton:hover {
    cursor: pointer;
    background-color: #333333;
}

#idResult {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
}

#idBody {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    text-align: center;
}

.listObject {
    list-style-position: inside;
    line-height: 50px;
    border-bottom: 1px solid #d6d6d6;
    text-align: center;
}

.listLinks {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    text-decoration: none;
    color: #333333;
}

.listLinks:hover {
    color: #000000;
    text-decoration: underline;
}

#footnote {
    margin-left: 50px;
    color: #797979;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
}

/*#56d061*/
