/*     
repeat background only vertically
*/
body
{
/* background-image:url('images/background.jpg');*/
background-size:100%;
background-repeat:repeat-x;
background-color:#000000;
background-attachment: fixed;

}
img {
    padding:2px;
}

.button {
width:150px;
font-family:Comic Sans MS;
background-color: #d8d8d8;
border:none;
font-size:16px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
.button:hover {
  background-color: #A9F5D0;
  text-decoration:underline;
  cursor: pointer; 
  cursor: hand;
    }
#btnSubmit, #btnCreateAccount, #btnSubmit0, #btnSubmit1, #btnSaveChanges, 
#btngo, #btnShare, #btnSearch, #btnCalories{

}
#btnSubmit:hover, #btnCreateAccount:hover, #btnSubmit0:hover, #btnSubmit1:hover, 
#btnSaveChanges:hover, #btnGo:hover, #btnShare:hover, #btnSearch:hover, #btnCalories:hover {

}

#descriptionLabel {
   word-wrap: break-word;
}
.descriptionLabel
{
color:#000000;
word-wrap: break-word;
text-indent:15px;
}

h1 {text-align:center;
  font-family:"Comic Sans MS";
  color: white; text-shadow: black 0.1em 0.1em 0.2em;
    }
h3 {text-align:center;
  font-family:"Comic Sans MS";
  color: white; text-shadow: black 0.1em 0.1em 0.2em;
    }    

.TitleLink
{
color:#888888;
text-align:center;
}
#httpLink
{color:#000000;
 background-color: #cccccc;
 word-wrap: break-word;
}

.httpstyle
{
color:#000000;
word-wrap: break-word;
text-indent:15px;

}

::-webkit-scrollbar {
    width: 15px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}