.register-box
{
background-color:rgba(204,204,204,0.85);
position: fixed;
bottom: 0;
right: 0;
width: 100%;
z-index:1000;
padding:0;
}
@media screen and (max-width: 600px) {
.register-box
{
display:none;
}
}
.register-box>ul
{
padding:0;margin:0;
}
.highlight
{
background-color:#ec008c !important;
color:#fff !important;
}
.highlight:hover
{
background-color:#fff !important;
color:#333 !important;
text-decoration:none;
}
.fab_tab
{
list-style-type:none;
text-align:center;
margin:0;
padding:0;
/* margin-top:30px; */
/* margin-bottom:30px; */
}
.fab_tab li
{
display:inline;
margin:0;
padding:0;
}
.fab_tab li a
{
display:inline-block;
background-color:#666;
padding:10px;
color:#ccc;
text-decoration:none;
width:200px;
}
@media screen and (max-width: 800px) {
.fab_tab li a
{
padding:5px;
margin-bottom:10px;
}

.fab_tab li h3
{
font-size:16px;
}

}