body {
    background-color: blue;
    padding-top: 5px;
}
hr {
    width: 50%;
}
div {
}
button {
    border: 2px solid black;
    -moz-border-radius: 15px;
    width: 100px;
    cursor: pointer;
}
img {
    position: relative;
    left: 20px;
}
#myTweetsContainer {
    width: 30%;
    height:745px;
    background-color: white;
    border: 3px groove black;
    -moz-border-radius: 20px;
    background-color: blue;
    float: left;
}
#myTweets {
    height: 625px;
    overflow: auto;
}
#groupTweets {
    width: 95%;
    height: 700px;
    float: right;
    background-color: blue;
    overflow: auto;
}
#groupTweetsContainer {
    width: 65%;
    height: 745px;
    float:right;
    border: 3px groove black;
    -moz-border-radius: 20px;
}
#buttonsDiv {

}
#intro {
    position:absolute;
    left: 25px;
    top: 65px;
    width: 750px;
    z-index: 10;
    padding: 50px;
    -moz-border-radius: 15px;
    background-color: white;
}
#setupMy {
    position: absolute;
    left: 25px;
    top: 250px;
    background-color: white;
}
#setupMain {
    position: absolute;
    left: 450px;
    top: 250px;
    background-color: white;
}
#introClearDivButton {
    background-color: gray;
    width: 150px;
    height: 150px;
    cursor: pointer;
    -moz-border-radius: 100px;
}
div#buttonsDiv > button {
    width: 100px;
}
.tweetDiv {
    background-color: white;
    height: 130px;
}
.tweetsContainer {
    overflow: auto;
    height: 235px;
}
.personDiv {
    border: 1px dashed gray;
    -moz-border-radius: 20px;
    background-color: white;
    width: 23%;
    height: 310px;
    margin: 4px;
    float: left;
}
p {
    padding: 1px;
    margin: 1px;
}
p.status {
    font-weight: bold;
}
p.name {
    color: blue;
    width: 80%;
}
.label {
    position: relative;
    top: -10px;
    left: 20px;
    width: 80%;
    background-color: white;
    -moz-border-radius: 10px;
    text-align: center;
}
.btUpdating {
    border: 2px inset black;
}