.predicto-stocktable{
    width: 100%;
   border-collapse:collapse;
   border: 1px #000 solid;
  
}
.predicto-stocktable a{
    border: 1px solid #000;
    background: #000;
    color: #fff;
    padding: 5px;
    display:block;
    width: 100px;
    text-align:center;
    margin-top: 10px;
}
.predicto-stocktable a:focus, .predicto-stocktable a:hover{
    border: 1px solid #000;
    background: #fff;
    color:#000;
}
#predicto-for-wp-symbolinput{
    text-transform: uppercase;
}
.predicto-stocktable td, .predicto-stocktable th, .predicto-stocktable{
   border: 1px #000 solid;
}
.predicto-stocktable th{
    background: #000 !important;
    color:#fff;
}
.predicto_for_wp_options{
    padding: 20px;
    background: #fff;
}
.predicto-for-wp-recplugins{
    position: absolute !important;
    top: 100px;
    right: 10px;
    padding: 20px;
    background: #fff;
    width: 500px;
    border: 2px solid #C72323 !important;
}
.predicto-for-wp-buy{
    font-weight:bold;
    color:#10601D !important;
}
.predicto-for-wp-sell{
    font-weight:bold;
    color: #C72323 !important;
}
.predicto-for-wp-nonew{
    font-weight:bold;
}
.predicto-statuscolumn{
    word-wrap: break-word;
    max-width: 300px;
overflow:auto;}