/*
 Theme Name:   Neve Child
 Theme URI:    http://example.com/mytheme-child/
 Description:  Child theme for the MyTheme WordPress theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     neve
 Version:      1.0.0
 Text Domain:  neve-child
*/

select#strategy-select, #symbol-select
{
    padding: 0 10px;
    border-radius: 10px;
    border-width: 2px;
    border-color: var(--nv-primary-accent);
	font-size: var(--bodyfontsize);
    line-height: var(--bodylineheight);
    letter-spacing: var(--bodyletterspacing);
    font-family: var(--bodyfontfamily), var(--nv-fallback-ff);
	width:200px
}

button#refresh-chart {margin-top: 30px}

p {
	margin-bottom:0px;
}

.highlight2{
	color: var(--nv-secondary-accent);
}
.para2{
	color:
	
}

.subtitle{
	text-transform: uppercase;
	font-weight: 700;
	
}

.footer-bottom-inner p{display:none;}