#opensocontent{
    width:1000px;
    float:left;

}
#opensocontent #titlebar{
    float:left;
    width:100%;
    height:20px;
    background-color: darkseagreen;
    text-align:center;
}

#opensocontent #titlebar #title{
    
    margin-right:10px;
    color: white;
    font-weight: bold;
    margin-right:auto;
    margin-left:auto;
     
}
#opensocontent #titlebar #openamt{
 float:right;
       color: white; 
          font-weight: bold;
    margin-right:10px;
}
.opensotable{
    width:100%;
    float:left;
     margin-top:10px;

}
.opensotable tr{
    padding:2px;
  
}
.opensotable td{
    padding:5px 2px;
    font-size:18px;
    border:thin black solid;
}
.opensotable th{

    font-size:20px;
    font-weight:bold;
    background-color:darkseagreen;
    height:20px;
    border:thin black solid;
    text-align: center;
    padding:15px 5px ;
}

.readbutton {
    float:left;

    width:50px;
    height:50px;

    margin-top:5px;
     margin-bottom:-25px;
    padding-left:7px;
    padding-right:10px;
padding-top:5px;

    background-color: darkseagreen;
    font-size:20px;
    color:#ffffff;
    font-weight:bold;
    border-top-right-radius:12px;
    border-top-left-radius:12px;
    border-bottom-right-radius:12px;
    border-bottom-left-radius:12px;
    cursor: pointer;
}