body {
    background-image: url("background/3.jpg");
    background-color: #cccccc;
}

h4 {  
    font: normal 15px/26px Arial, sans-serif; 
    margin: 0; 
    padding-left:   7px;
    padding-top:    7px;
    padding-right:  0px;
    padding-bottom: 7px;       
    border: 0px solid #CCC;
    background-color: #2F4F4F;
    font-weight: bold;
    color: azure !important;
}

.greenNav
{
    border: 0px solid #CCC;
    background-color: #2F4F4F;
    font-weight: bold;
}

.greenNav .custontitle
{
    color: azure !important;
    font-weight: bold;
}

.blueFather 
{
    width:500px; 
    background-color:#4169E1;
}

.bluechild 
{
    background-color:#4169E1;
    text-align: center;
}

.bets{
	display:block;
    background-color: yellow;
}

.bilheteria
{
	font-size: 10px;
}

.element	
{ 
position:fixed; top:2%; right:50%; 
}

.element2
{
position:fixed;
bottom:0px;
left:0px;}

.fixo{ 
max-height:99vh;
position:fixed;
weight:inherit;
top:0;
padding-bottom:50px;
z-index:9998;
right:4%;
}

a[href="#top"]{
    padding:10px;
    position:fixed;
    top: 90%;
    right:40px;
    display:none;
    font-size: 30px;
}
a[href="#top"]:hover{
    text-decoration:none;
}