html {
    color: #232323;
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 0.9;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: url(../images/bg.jpg) no-repeat top center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
}
                                                                                                                                            

table, th, td {
    padding-right: 10px;
    padding-bottom: 0.1em;
    line-height: 0.9;
    font-family: "Roboto", sans-serif;
}

img {
    vertical-align: middle;
    border: 0;
}

.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    *background-color: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #ccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.btn-microsoft {
    margin: 10px;
    border: 2px solid #eb3c00;
}

.btn-danger {
    background-color: #eb3c00;
    border: 2px solid #eb3c00;
}

.big {
    border: 2px solid #000000;
}

.icon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "fonticons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

a {
    color: #000000;
    text-decoration: none;
}

.extra {
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 7px;
    margin-right: 7px;
    width: 340px;
    align: left;
    text-align: left;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    padding-right: 7px;
}

.extra img{
    padding-right: 5px;
}

.container {
  max-width: 1200px;
  margin: auto;
  border: 0px;
}

fieldset {
    border: 1px solid #cccccc;
    color: #8c8c8c;
    font-weight: bold;
    background: url(../images/bg1.png) repeat; 
}

legend {
    padding-left: 1px;
    padding-right: 1px;
}

section {
    border: 1px solid #cccccc;
    color: #8c8c8c;
    font-weight: bold;
    background: url(../images/bg1.png) repeat; 
    border: 2px groove threedface;
    padding: 1em;
}

section h2 {
    float: left;
    margin: -1.7em 0 0;
    padding: 0 .5em;
    background: #fff;
    font-size: 1em;
    font-weight: normal;
    padding-left: 1px;
    padding-right: 1px;
}

.bn-news ul li a {
    color: #ffffff;
}

.bn-news ul li a:hover {
    color: #dddddd;
}

