

html {
  -webkit-text-size-adjust: none;
}

* {
  margin:0px;
  padding:0px;
}

body {
  margin: auto;
  color: #222;
  font-family: Helvetica, Arial;
}

table {
  border-collapse: collapse;
/*  width: 100%;*/
}

td {
   vertical-align: top;
}

img {
  border: 0px;
  display:block;
}

#temp {
  text-align: center;
  background-color: #DEEFF4;
}

#border {
  background-color: #2495B9;
}

#content {
  margin: 0px 40px;
  position: relative;
}

#mobile-body {
  background-color: #25A0C6;
}

#header {
  width: 900px;
  height: 150px;
  text-align: center;
  background: url(/static/img/top-background.png) no-repeat #00C0EE;
}

#footer {
  text-align: center;
  padding: 10px;
  background-color: #2495B9;
  font-size: 11px;
}

#left {
  width: 600px;
  background-color: #DEEFF4;
}

#center {
  padding: 10px;
  background-color: #DEEFF4;
}

#right {
  width: 300px;
  background-color: #bEcFd4;
}

#options {
  background-color: #2ab0de;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}

#options input {
  height:24px;
  padding: 2px;
}

#options select {
  height: 25px;
  padding: 2px;
}

#mobile {
  background-color: #00C1F2;
  max-width: 640px;
  margin: 0 auto;
}

.dark {
  background-color: #333;
  background: url(/static/img/tile.png);
}

.round {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 10px;
  margin:10px;
}

.shadow {
  -webkit-box-shadow: 0 1px 4px #444;
  -moz-box-shadow: 0 1px 4px #444;
  box-shadow: 0 1px 4px #444;
}

.upload {
  color: #000;
  background-color: #DEEFF4;
}

.sort {
  padding: 4px;
  border: 1px #888 solid;
  background-color: #bbb;
  text-align: center;
}

.tab {
  margin: 0px;
}

.selected {
  background-color: #eee;
}

.jot {
  border: 1px #ccc solid;
  background-color: #fff;
  clear:both;
  min-height: 50px;
  margin-top: 17px;
  padding-bottom: 6px;
}

.jot-title {
  margin: 3px 54px 0 0;
  font-size: 14px;
  font-weight: bold;
}

.jot-body {
  margin: 0px 1px;
  font-size: 12px;
}

.stars {
  float: left;
  padding-top: 7px;
}

.star {
  background-image: url(/static/img/icon_big_sprite.png);
  background-repeat: no-repeat;
  background-position: -27px 0;
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 3px;
}

.highlight {
  background-position: 0 0;
}

#filewrapper {
  width: 112px;
  height: 40px;
  float: left;
  position: relative;
  cursor: pointer;
  display: block;
  overflow: hidden;
}

#fileinput {
  position: absolute;
  width: 112px;
  height: 40px;
  top: 0;
  left: 0;
  opacity: 0;
  -moz-opacity: 0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

#browse {
  position: absolute;
  width: 112px;
  height: 40px;
  top: 0;
  left: 0;
  background: url(/static/img/follow_btn_sm.png) left top no-repeat;
  cursor: pointer;
}

.btn {
  background: url(/static/img/follow_btn_sm.png) left top no-repeat;
  display:block;
  float:left;
  height: 40px;
}

.btn-label {
  position:absolute;
  width:112px;
  height: 40px;
  text-align: center;
  margin-top:10px;
}

.btn input {
  width: 112px;
  height: 40px;
  opacity: 0;
  -moz-opacity: 0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.mask {
  height: 90px;
  overflow: hidden;
  padding: 0px;
  background-color: #eee;
}

.mask .i {
  margin-top: -100px;
}

.jot-expand {
  height: 90px;
  -webkit-animation: jotopen 0.3s; /* Safari and Chrome */
  -webkit-animation-fill-mode: both;
}

@-webkit-keyframes jotopen /* Safari and Chrome */ {
  from {height:90px;}
  to {height:278px;}
}

.jot-collapse {
  -webkit-animation: jotclose 0.3s;
}

@-webkit-keyframes jotclose /* Safari and Chrome */ {
  from {height:278px;}
  to {height:90px;}
}

.jot-expand .i {
  height: 90px;
  -webkit-animation: jotdown 0.3s; /* Safari and Chrome */
  -webkit-animation-fill-mode: both;
}

@-webkit-keyframes jotdown /* Safari and Chrome */ {
  from { margin-top: -100px;}
  to {margin-top: 0;}
}

.jot-collapse .i {
  height: 90px;
  -webkit-animation: jotup 0.3s; /* Safari and Chrome */
  -webkit-animation-fill-mode: both;
}

@-webkit-keyframes jotup /* Safari and Chrome */ {
  from { margin-top: 0;}
  to {margin-top: -100px;}
}

.jot-image {
  width: 100%;
}

.jot-rating {
  position: absolute;
  right: -20px;
  top: -24px;
}

.youtube {
  margin:10px;
}

.hint {
  float:left;
  color: #666;
  font-size: 10px;
  font-style: italic;
  margin: 14px 10px;
}

.sep {
  clear: both;
  border-bottom: 1px #7f7f7f dotted;
  margin-top: 10px;
}

.error {
  background-color: #ccc;
  color: red;
  padding: 5px;
  margin: 10px;
  border: 1px #888 solid;
}

.hide {
  display: none;
}

.close {
  float:right;
  border:1px #888 solid;
  font-size: 12px;
  padding: 0 3px;
  background-color: #aaa;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;

}

.nosh {
  margin: 10px;
  text-align: center;
}

.ribbon {
  position: absolute;
  left: -6px;
  top: 6px;
  height: 33px;
  font-size: 11px;
  width: 1%;
}

.ribbon-lt {
  background: url(/static/img/ribbon-2x.png) no-repeat 0 0;
  background-size: 495px 33px;
  width: 1%;
  height: 33px;
  padding-top: 2px;
  padding-left: 4px;
}

.ribbon-mid {
  background: url(/static/img/ribbon-2x.png) no-repeat -30px 0;
  background-size: 495px 33px;
  height: 33px;
  width: 1%;
  white-space: nowrap;
}

.ribbon-rt {
  background: url(/static/img/ribbon-2x.png) no-repeat right top;
  background-size: 247.5px 33px;
  width: 1%;
  height: 33px;
  padding-right: 26px;
}

.ribbon .name {
  padding: 11px 0 6px 8px;
  line-height: 9px;
}

.by .name {
  float: left;
  left: 35px;
  overflow: hidden;
  position: absolute;
  top: 11px;
  width: 78px;
}

.by .i {
  float:left;
}

.time {
  float: right;
  height: 14px;
  margin-top: 5px;
}

.time .i {
  width: 14px;
  height: 14px;
  float: left;
}

.time .text {
  float: left;
  font-size: 12px;
  line-height: 13px;
  padding: 0 1px;
}

.login {
  background-color: #00C1F2;
}

.center {
  text-align: center;
}

input {
  width: 98%;
}

.grade {
  width: 58px;
  height: 61px;
}

.foot {
  background-color: #eee;
  border: 1px solid #aaa;
  font-size: 12px;
  line-height: 11px;
  height: 12px;
  margin: 4px -11px -11px;
  padding: 4px 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
}

.coords {
  float:right;
}

a.app-store div {
  cursor: pointer;
  width: 155px;
  height: 49px;
  background: url(/static/img/app_store_btn.png) no-repeat 0 0;
}

a.android-store div {
  cursor: pointer;
  width: 155px;
  height: 43px;
  margin-top: 3px;
  background: url(/static/img/android_home.png?v=1) no-repeat 0 -2px;
}

.header {
}

.footer {
  background-color: #DEEFF4;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  color: #aaa;
  border: 1px solid #ccc;
}

.but-gr {
  padding: 4px 16px;
  text-align: center;
  background-color: #4f4f4f;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  vertical-align: middle;
  margin: 10px;
}

.but-text {
  padding: 3px 5px;
  width: 110px;
  margin: 0 auto;
}

.icons {
  background-image: url("/static/img/icon_sprite.png?v=21");
  height: 18px;
  width: 18px;
}

img.icon {
  width: 12px;
  height: 11px;
  float: left;
  margin: 1px 5px 0px 0px;
}

.feedback {
  font-size: 12px;
  line-height: 13px;
  font-weight: bold;
  margin-top: 8px;
}

.hearts {
  margin-right: 14px;
}

.comments {
  margin-right: 12px;
}

.views {
}

.comment {
  font-size:12px;
  margin-top: 8px;
}

.icon-down {
  background-position: -1120px;
  float: left;
  margin-top: 5px;
}

.staticmap {
  border: 1px solid #888888;
  overflow: hidden;
  padding: 0px;
}

.staticmap img {
  width: 100%;
}

.pad {
  margin-left: 5px;
}

.dotted {
  border-top: 1px dashed;
  margin: 8px 0;
  color: #d1d1d1;
}

.com-title {
  font-weight: bold;
  margin-bottom: 0;
  color: #222;
}

.com-desc {
  color: #666;
}

.tos-title {
  font-weight: bold;
  font-size: 14px;
  padding-top: 25px;
}

.tos-section {
}

.tos-section p {
  padding-top: 20px;
}

.delete {
  float: left;
  margin-left: 5px;
}

.mini-but {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #aaa;
  font-size: 10px;
  line-height: 9px;
  padding: 3px;
  cursor: pointer;
}

.jot-dialog {
  position: absolute;
  z-index: 100;
  text-align: center;
  left: 10px;
  right: 10px;
  margin-top: -20px;
}

.jot-dialog .message {
  padding-bottom: 10px;
}

.jot-dialog button {
  width: 100px;
}
