/* URLs */
/* colors */
/* Site wide attention color */
/* breakpoints */
/* Generic settings */
/* Generic settings */
/* FIX! */
/* CSS3 */
/**
* 
* Border radius
*
*/
/* Wrapper layouts */
/* Content layouts */
/* Headers */
/* Footers */
/* Navigations */
/* Drawers */
/* Overlays */
/* Btns */
/* Tables */
/* Site wide shopping color */
/* Login */
/* Needs to be sorted! */
h4 {
  font-size: 1.3em;
}

div#favorite-actions,
span.turbo-nag {
  display: none !important;
}

div#current-theme {
  background: #f1f1f1;
  height: 225px;
  padding: 10px;
}

div#current-theme img {
  width: 300px;
  height: 225px;
  border: none;
}

a.screenshot {
  border: none !important;
  margin: 0px auto;
}

.available-theme {
  background: #f1f1f1;
}

table#availablethemes td {
  border: 10px solid #FFF;
}

table#availablethemes {
  border: 0px;
}

.wp-menu-separator {
  visibility: hidden;
  height: 10px !important;
} /* Hides separators in admin menu */
.updated, .error, .update-message,
.postbox, .update-nag,
div#current-theme {
  margin: 10px 0px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

a, #adminmenu a, #poststuff #edButtonPreview, #poststuff #edButtonHTML, #the-comment-list p.comment-author strong a, #media-upload a.del-link, #media-items a.delete, .plugins a.delete, .ui-tabs-nav a {
  color: #666;
}

#adminmenu #awaiting-mod,
#adminmenu .update-plugins,
#sidemenu a .update-plugins,
#rightnow .reallynow,
#plugin-information .action-button {
  background-color: #999;
}

a:hover,
#adminmenu a:hover,
#poststuff #edButtonPreview:hover,
#poststuff #edButtonHTML:hover,
#the-comment-list p.comment-author strong a:hover,
#media-upload a.del-link:hover,
#media-items a.delete:hover,
.plugins a.delete:hover {
  color: #09F;
}

.ui-tabs-nav a:hover,
.tablenav .tablenav-pages a:hover {
  color: #09F;
  border-color: #09F;
}

ul#adminmenu li a span { /*position: relative !important; float: right; margin-right: 3px;*/
  margin-left: 5px !important;
}

ul#adminmenu li a span span {
  margin: 0px !important;
}

.wpml-title-flag {
  position: relative;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.wpml-col-title-flag .row-actions {
  display: inline-block;
  margin-left: 10px;
}

#adminmenu div.wp-menu-image {
  position: relative;
}
#adminmenu div.wp-menu-image img {
  display: block;
  width: auto;
  max-height: 100%;
  margin: 0px auto;
}