html {
    background-color: #fff;
    /*background-image: url("//yourtvads.com/images/backgrounds/bit-tile-blue.gif");*/
    background-repeat: repeat;
    font-family: Arial;
    font-size: 10px;
}
body {
    font-family: Arial;
    font-size: 18px;
    background-color: transparent;
}

a {
    color: #337ab7;
    border-color: #337ab7;
    border-width: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.h1, .h2, h1, h2 {
    font-weight: 700;
    text-transform: uppercase;
}
label {
    font-family: 'Roboto', sans-serif;
}

/*links in menus*/
#header .navbar-default .navbar-nav a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
#menu_search {
  margin-left: 10px;
  margin-top: 18px;
}
#main_menu .navbar-nav {
  margin-top: 10px;
}

#main_menu .nav.navbar-nav li.dropdown a + a.dropdown-toggle {
    padding-left: 0;
    margin-left: -10px;
}

.table.table-borderless td,
.table.table-borderless th {
    border-top: 0;
}

abbr[title] {
   border-bottom: none;
   text-decoration: underline;
   text-decoration: underline dotted;
}

.alert.alert-info a {
    text-decoration: underline;
}