.mvbluegradient {
background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(30,87,153,1) 100%); /* Chrome10+,Safari5.1+ */
    height: 45%;
    width: 100%;
}

.netflag {
 /* background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(30,87,153,1) 100%);  Chrome10+,Safari5.1+  */
 
    height: auto;
    width: 50%;
display:flex;	
align-items:flex-end;
position:absolute;
bottom:0px;
right:0px;
/* opacity=0.7; */

}

.imgthumb {
width:100%;
height:100%;
}

.mvulbutton {
    list-style-type: none;
/* width: 50%; */
/* margin: auto; */
    padding: 0;
    overflow: hidden;
    text-decoration:none !important;
}

.mvulbutton a:link {
    text-decoration:none !important;
    color: #27EEF5;
    font-size: 24px;
    font-weight: bold;
}

.mvulbutton a:visited {
    text-decoration:none !important;
     color: #27EEF5;
}

.mvulbutton {
    display: inline-block;
    text-decoration:none !important;

    background-color: #383838;
/* padding: 20px 70px; */

    padding: .2em 1em;

/* padding: .1px 1em; */

/* width:40px; */
    
    border: 1px solid #2d6898;
    background-image: linear-gradient(bottom, rgb(0,0,0) 0%, rgb(38,38,38) 100%);
    background-image: -o-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(38,38,38) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(38,38,38) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(38,38,38) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(38,38,38) 100%);
 
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(0,0,0)),
        color-stop(1, rgb(38,38,38))
    );
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 5px;
    text-shadow: 0px -1px 0px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px .3px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    -moz-box-shadow: 0px .3px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    box-shadow: 0px .3px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);

}
.mvulbutton li {
    display: inline-block;
    text-decoration:none !important;

    background-color: #383838;
/* padding: 20px 70px; */

    padding: .2em 1em;

/* padding: .1px 1em; */

/* width:40px; */
    
    border: 1px solid #2d6898;
    background-image: linear-gradient(bottom, rgb(0,0,0) 0%, rgb(38,38,38) 100%);
    background-image: -o-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(38,38,38) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(38,38,38) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(38,38,38) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(38,38,38) 100%);
 
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(0,0,0)),
        color-stop(1, rgb(38,38,38))
    );
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 5px;
    text-shadow: 0px -1px 0px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px .3px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    -moz-box-shadow: 0px .3px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    box-shadow: 0px .3px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);

}

.bbline-selected {
    border-color: #E7A83D !important;
}
.bbline-selected a {
    font-size:0.64em !important;
}
.bbline a {
    font-size:0.64em !important;
   
}
.mvhide{display:none !important;}
.mvulbuttonSelected {
/* width: 83% !important; */
    height: 0;
    border-bottom: 6px solid transparent;
    border-bottom-width: 6px;
    border-bottom-style: solid;
    border-bottom-color: rgb(61, 157, 231);

    border-color: #3D9DE7 !important;
}
