
/* tab pane styling */
.panes div {
    display:none;
    padding:15px 10px;
    border:1px solid #999;
    border-top:0;
    height:200px;
/*    font-size:14px; */
    background-color:#fff;
    border-radius: 10px;
}

/* tab pane 2 styling */
.panes2 div {
    display:none;
    padding:15px 10px;
    border:1px solid #999;
    border-top:0;
    height:640px;
/*    font-size:14px; */
    background-color:#fff;
    border-radius: 10px;
}
