// root
body {
    padding-top: 0px;
    margin-top: 0px;
    top: 0px;
}
#main-head {
    padding-top: 0;
    margin-top: 0;
    height: 60px;
    color: white;
    background-color: #8080FF;
    border-bottom: 1px solid black;
    text-align: center;
}
#main-foot {
    height: 50px;
    color: white;
    background-color: #8080FF;
    border-top: 1px solid black;
    vertical-align: middle;
    text-align: center;

    position: relative;
    padding: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
}
#main-content {
    text-align: center;
}
#main-login {
    margin-left: auto;
    margin-right: auto;
    width: 20em;
    text-align: center;
    padding-bottom: 100px;
}
#main-login a {
    border: solid 1px blue;
    background-color: lightblue;
    padding: 1em;
    display: block;
}

#error {
    display: none;
    color: white;
    background-color: red;
    padding: 2px;
}

tr:nth-child(even) {
    background-color: #DDDDDD;
}
.feed-subscribe-url {
    margin-left: 2%;
    width: 96%;
}
#glassify {
    width: 129px;
    height: 45px;
    background-image: url("https://developers.google.com/glass/images/buttons/getitonglass_129x45_action_button.png");
}
#glassify:hover {
    width: 129px;
    height: 45px;
    background-image: url("https://developers.google.com/glass/images/buttons/getitonglass_129x45_hover_button.png");
    cursor: pointer;
}
