body {
    background-color: black;
    color: green !important;
    font-family: monospace;
    font-size: 14pt;
}

green {
    color: green !important;
}

a {
    /*color: yellow !important;*/
}
a:hover {
    /*color: yellow;*/
    text-decoration: underline;
}

.code-snippet {
    background-color: #90ee903b;
    padding-bottom: 6px;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
}

.btn-success {
    color: #fff;
    background-color: darkgreen;
    border-color: darkgreen;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    /* line-height: 1.5; */
    color: white;
    background-color: #90ee903b;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #90ee903b;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    /* line-height: 1.5; */
    color: white;
    background-color: #90ee903b;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #90ee903b;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}



.account-dashboard-big-icons {
    font-size: 100pt;
}

.coming-soon {
    color: grey !important;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.bold {
    font-weight: bold;
}

.table {
    color: green !important;
}

.width_100pc{
    width: 100%
}

.width_90pc{
    width: 90%
}

.width_80pc{
    width: 80%
}

.width_70pc{
    width: 70%
}

.width_60pc{
    width: 60%
}

.width_50pc{
    width: 50%
}

.width_40pc{
    width: 40%
}

.width_30pc{
    width: 30%
}

.width_20pc{
    width: 20%
}

.width_10pc{
    width: 10%
}

p {
    color:white;
}

ul {
    color:white;
}

ol {
    color:white;
}

td {
    color:white;
}

/*For Markdown*/
code {
    font-size: .875em;
    color: #d63384 !important;
    word-wrap: break-word;
}

pre code {
    font-size: .875em;
    color: #d63384 !important;
    word-wrap: break-word;
}

/*Main Nav*/
.nav-link {
    
    color : green !important;
    font-weight : bold !important;
    
}

.dropdown-item {
    
    color : green !important;
    font-weight : bold !important;
    
}

.dropdown-item i {
    width: 25px;
}