﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    /*background-image: url("/Content/Images/background.jpg");*/
    background-image: url("/Content/Images/background_darkened.jpg");
    
    /*background-position: right top;
    background-attachment: fixed;*/
}
footer {
    color: #fff;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 25px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
iframe {
    display: block;
    margin: 0 auto;
}
.gamethumbs {
    width:150px;
    height:150px;
    border:0;
    border-radius: 5px;
}
.table tbody > tr > td {
    border-top: 0 ;
}
.popover {
    z-index: 1060;
    
}
.site-title {
    width: 300px;
    height: 50px;
}
.navbar-form {
    margin-top: 25px;
}
.navbar-nav {
    margin-top: 16px;
}

#GameFrame {
    
    width:80%; 
    height:600px;
}
