body {
    font-family: Segoe UI, sans-serif;
    font-size: 14px;
    overflow:auto;
    min-width: 100%;
    padding: 0;
    margin: 0 auto;
}

li
{
	float:left;
	font-family: 'Segoe UI', sans-serif;
	font-weight: 100;
	font-size: 16px;
	height: 20px;
	max-height: 20px;
	overflow: hidden;
	vertical-align: top;
	width: 20%;
	text-align:center;
}

div {
	border: 1px solid darkgray;
}

div.brands {
	border: none;
}

div.linked_question {
	border: none;
}

div.top_logo {
	border: none;
}

h1 {
    font-family: Segoe UI, sans-serif;
    text-shadow: 0 0 3px #7E9CBF;
}

h2 {
    font-family: Segoe UI, sans-serif;
    text-shadow: 0 0 1px #7E9CBF;
}

h3 {
    font-family: Segoe UI, sans-serif;
    text-shadow: 0 0 1px #7E9CBF;
}

div.bottom_footer {
     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F9FAFC), color-stop(1, #7E9CBF));
     background-image: -o-linear-gradient(bottom, #F9FAFC 0%, #7E9CBF 100%);
     background-image: -moz-linear-gradient(bottom, #F9FAFC 0%, #7E9CBF 100%);
     background-image: -webkit-linear-gradient(bottom, #F9FAFC 0%, #7E9CBF 100%);
     background-image: -ms-linear-gradient(bottom, #F9FAFC 0%, #7E9CBF 100%);
     background-image: linear-gradient(to bottom, #F9FAFC 0%, #7E9CBF 100%);

     border: none;
     padding: 0;
     margin: 0 auto;
}

td {
    font-family: Segoe UI, sans-serif;
    font-size: 14px;
}

td.menu_option {
    font-family: Segoe UI, sans-serif;
    font-size: 30px;
    padding: 0;
}

th {
    font-family: Segoe UI, sans-serif;
    font-size: 14px;
    color: white;
    background-color: black;
    padding: 0;
}

.d {
    width: 300px;
    height: 500px;
    background: #111;
}
.shine:before {
    content:"";
    position:absolute;
    width: 300px;
    height: 500px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, .15)), to(rgba(0, 0, 0, .25))), -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(0.5, rgba(255, 255, 255, .1)), color-stop(0.501, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0)));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .15), rgba(0, 0, 0, .25)), -moz-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
    background: linear-gradient(top, rgba(255, 255, 255, .15), rgba(0, 0, 0, .25)), linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
}

input[type=password]{
  background: linear-gradient(to bottom, #f7f7f8 0%,#ffffff 100%);
  border-radius: 3px;
  border: none;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
  transition: all 0.2s linear;
  font-family: Segoe UI, sans-serif;
  font-size: 13px;
  color: #222222;
  position: relative;
  height: 26px;
  width: 300px;
  padding-left: 30px;

  &::-webkit-input-placeholder {
    color: #999999;
  }
  
  &:-moz-placeholder {
    color: #999999;
  }

  &:focus{
    box-shadow: 0 1px 0 #2392F3 inset, 0 -1px 0 #2392F3 inset, 1px 0 0 #2392F3 inset, -1px 0 0 #2392F3 inset, 0 0 4px rgba(35,146,243,0.5);
    outline: none
  }
}

select {
  background: linear-gradient(to bottom, #f7f7f8 0%,#ffffff 100%);
  border-radius: 3px;
  border: none;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
  transition: all 0.2s linear;
  font-family: Segoe UI, sans-serif;
  font-size: 14px;
  color: black;
  position: relative;
  height: 26px;
  width: 300px;
  padding-left: 30px;
}

input[type=text]{
  background: linear-gradient(to bottom, #f7f7f8 0%,#ffffff 100%);
  border: 1px solid darkgray;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
  transition: all 0.2s linear;
  font-family: Segoe UI, sans-serif;
  font-size: 13px;
  color: #222222;
  position: relative;
  height: 26px;
  width: 300px;
  padding-left: 30px;

  &::-webkit-input-placeholder {
    color: #999999;
  }
  
  &:-moz-placeholder {
    color: #999999;
  }

  &:focus{
    box-shadow: 0 1px 0 #2392F3 inset, 0 -1px 0 #2392F3 inset, 1px 0 0 #2392F3 inset, -1px 0 0 #2392F3 inset, 0 0 4px rgba(35,146,243,0.5);
    outline: none
  }
}

.ui-dialog .ui-dialog-title {
  font-family: Segoe UI, sans-serif;
  display: block;
  text-align: center;
  width: 100%;
  background-color: white; 
  opacity: 1;
}

.ui-dialog .ui-dialog-buttonpane {
  font-family: Segoe UI, sans-serif;
  display: block;
  text-align: center;
  width: 100%;
  background-color: white; 
  opacity: 1;
}

.dialogButtonClass {
	font-family: Segoe UI, sans-serif;
	font-size: 14px;
	background-color: white;
	width: 120px;
}
