.predicto-stocktable{
    width: 100%;
   border-collapse:collapse;
   border: 1px #000 solid;
  
}
#predicto_for_wp_report_viewer{
position:fixed;
top: 100px;
right:10px;
width: 900px;
height: 700px;
padding: 20px;
border: 1px solid #eee;
background: #fff;
display:none;
overflow:scroll;
}
.label{
    font-weight:bold;

}
.light .recent_insider_trades{
    margin-bottom: 20px;
    padding: 20px;
    background-color: #eee;
    border: 1px solid #ccc;
    color: #000;

}
.dark .recent_insider_trades{
    margin-bottom: 20px;
    padding: 20px;
    color: #fff;
    background-color: #000;
    border: 1px solid #ccc;

}
main.dark,article.dark, main.dark h1, main.dark h2{
        color: #fff !important;
    background-color: #000;
}
main.light,article.light, main.light h1, main.light h2{
        color: #000 !important;
    background-color: #fff;
}
.tradingview-widget-container{
    margin-bottom: 20px;
}

.spacer{
    margin-top: 20px;
}
/*
.search_form{
    margin-top: 20px !important;
    position: absolute;
    right: 30px;
    top: -95px;
   

}*/
#predicto-for-wp-theme-change{
    position: fixed;
    top: 45px;
    right: 10px;
    z-index: 2000;

}
#predicto-for-wp-theme-change button{
    font-size: 95%;
}
.search_form input{
    padding: 5px;
    margin-right: 5px;
}
#predicto_for_wp_company_div{
    margin-top: 20px;
    padding: 10px;
    background-color:#fff;
display:none;
}
h1.companyheader{
    font-size: 40px;
}
.predicto_for_wp_report_viewer_close{
    position: fixed;
    right: 50px;
}
#predicto_for_wp_report_viewer .innerText{
    margin-top: -200px;

}
.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;}