.box {
  background: #fff;
  margin-bottom: 15px;
  padding: 13px 10px 9px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(53, 61, 74, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(53, 61, 74, 0.4);
  box-shadow: 0 1px 2px rgba(53, 61, 74, 0.4);
}

.img-style, .external img, .read-worthy img, .pj_banner table img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(53, 61, 74, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(53, 61, 74, 0.4);
  box-shadow: 0 1px 2px rgba(53, 61, 74, 0.4);
}

/* -------------------------------------------------------------------------- Fonts */
@font-face {
  font-family: 'Oswald';
  src: url("https://swedroid.se/gui/fonts/Oswald-Regular-webfont.eot");
  src: url("https://swedroid.se/gui/fonts/Oswald-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("https://swedroid.se/gui/fonts/Oswald-Regular-webfont.svg#Oswald") format("svg"), url("https://swedroid.se/gui/fonts/Oswald-Regular-webfont.woff") format("woff"), url("https://swedroid.se/gui/fonts/Oswald-Regular-webfont.ttf") format("truetype");
}

@font-face {
font-family: 'corbert_condensedmedium';
src: url('https://swedroid.se/gui/fonts/CorbertCondensed-Medium-webfont.eot');
src: url('https://swedroid.se/gui/fonts/CorbertCondensed-Medium-webfont.eot?#iefix') format('embedded-opentype'),
	 url('https://swedroid.se/gui/fonts/CorbertCondensed-Medium-webfont.woff') format('woff'),
	 url('https://swedroid.se/gui/fonts/CorbertCondensed-Medium-webfont.ttf') format('truetype'),
	 url('https://swedroid.se/gui/fonts/CorbertCondensed-Medium-webfont.svg#corbert_condensedmedium') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
    font-family: 'corbert_condensedbold';
    src: url('https://swedroid.se/gui/fonts/CorbertCondensed-Bold-webfont.eot');
    src: url('https://swedroid.se/gui/fonts/CorbertCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://swedroid.se/gui/fonts/CorbertCondensed-Bold-webfont.woff') format('woff'),
         url('https://swedroid.se/gui/fonts/CorbertCondensed-Bold-webfont.ttf') format('truetype'),
         url('https://swedroid.se/gui/fonts/CorbertCondensed-Bold-webfont.svg#corbert_condensedbold') format('svg');
font-weight: normal;
font-style: normal;
}

/* -------------------------------------------------------------------------- Basics */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

body {
  background:#d9dbdc; /* #a6b1be;*/
  color: #232528;
  font: normal 16px/20px Asap, Helvetica, Arial, sans-serif;
  /* background: -webkit-linear-gradient(top, #d3d8df 0, #d3d8df 100px, #a6b1be 800px, #a6b1be 100%);
  background: -moz-linear-gradient(top, #d3d8df 0, #d3d8df 100px, #a6b1be 800px, #a6b1be 100%);
  background: -o-linear-gradient(top, #d3d8df 0, #d3d8df 100px, #a6b1be 800px, #a6b1be 100%);
  background: linear-gradient(top, #d3d8df 0, #d3d8df 100px, #a6b1be 800px, #a6b1be 100%);
  */
}

@media screen and (max-width: 1024px) {
	body {
		background:white;
	}
}

p, ol, ul, dl, table {
  margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
  color: #626b7a;
  font-family: Oswald, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

h1 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 8px;
}
@media screen and (min-width: 740px) {
  h1 {
    font-size: 26px;
    line-height: 34px;
  }
}

h2 {	
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 18px;
  letter-spacing: 0.5pt;
}
@media screen and (min-width: 740px) {
  h2 {
	font-size: 22px;
    line-height: 34px;
	letter-spacing: 0.5pt;
  }
}

h3 {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.5pt;
  margin-top:25px;
  margin-bottom: 15px;
}

@media screen and (min-width: 740px) {
  h3 {
    font-size: 22px;
    line-height: 26px;
    margin-top:25px;
	margin-bottom: 15px;
	letter-spacing: 0.5pt;
  }
}

h4 {
  color: #232528;
  font: bold 16px/20px Asap, Helvetica, Arial, sans-serif;
  letter-spacing: 0.5pt;
}
@media screen and (min-width: 740px) {
  h4 {
	
    color: #626b7a;
    font-family: Oswald, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 5px;
	letter-spacing: 0.5pt;
  }
}

h5, h6 {	
  color: #232528;
  font: bold 14px/20px Asap, Helvetica, Arial, sans-serif;
}

img {
  max-width: 100%;
  height:auto;
  /*padding-right:2px; */
}

a {
  color: #e26623;
  /* font-weight: bold; */
  text-decoration: none;
  -webkit-transition: all 0.12s ease-in-out;
  -moz-transition: all 0.12s ease-in-out;
  transition: all 0.12s ease-in-out;
}
a:visited {
  color: #ba5118;
}
a:hover {
  border-bottom: 2px solid #e26623;
  color: #232528;
}
a:focus {
  color: #6a707a;
}

blockquote.right {
  clear: right;
  float: right;
  margin: 0 0 15px 15px;
}

blockquote.left {
  float: left;
  margin: 0 15px 15px 0;
}

@media screen and (min-width: 740px) {
  .left {
    float: left;
  }

  .right {
    float: right;
  }

  img.left {
    margin: 0 30px 10px 0;
  }

  img.right {
    margin: 0 0 10px 30px;
  }

  blockquote.right {
    margin: 0 0 15px 30px;
  }

  blockquote.left {
    float: left;
    margin: 0 30px 15px 0;
  }

  blockquote.left,
  blockquote.right {
    width: 40%;
  }
}
input,
textarea,
button {
  font: 16px/20px Asap, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

#body input:-moz-placeholder,
#body textarea:-moz-placeholder {
  color: #8490a5;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #8490a5;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none;
}

input::-moz-focus-inner {
  border: 0;
}

[type="submit"],
button,
.button {
  background: #6c7687;
  border: none;
  color: #fff;
  height: 36px;
  font-family: Oswald;
  line-height: normal !important;
  margin: 0;
  padding: 0 22px;
  position: relative;
  vertical-align: top;
  background: -webkit-linear-gradient(top, #7b8699 0, #575f6d 100%);
  background: -moz-linear-gradient(top, #7b8699 0, #575f6d 100%);
  background: -o-linear-gradient(top, #7b8699 0, #575f6d 100%);
  background: linear-gradient(top, #7b8699 0, #575f6d 100%);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
[type="submit"]:before,
button:before,
.button:before {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  content: " ";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

table {
  border-collapse: collapse;
  font-size: 13px;
  margin-top: 10px;
  width: 100%;
}
@media screen and (min-width: 740px) {
  table {
    position: relative;
    right: 5px;
  }
}

td,
th {
  text-align: left;
  vertical-align: text-top;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

table tbody tr:nth-of-type(even) td,
table tbody tr:nth-of-type(even) th {
  background: #f5f6f8;
}

table tbody tr:hover td,
table tbody tr:hover th {
  background: #e6e9ed;
}

thead th {
  border-bottom: 2px solid #c8cfd8;
  line-height: 26px;
  padding: 0 5px 4px;
}
@media screen and (min-width: 740px) {
  thead th {
    font-family: Oswald;
 /*    font-size: 16px; table reloaded*/ 
    font-weight: normal;
  }
  thead th a {
    font-weight: normal;
  }
}

tbody td,
tbody th {
  padding: 5px;
}

blockquote {
  border: 1px solid #cbd1d9;
  border-width: 1px 0;
  font: italic 20px/24px corbert_condensedmedium, Asap "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
  padding-left: 32px;
  padding-top: 15px;
  position: relative;
}
blockquote p::before {
  color: #e26623;
  content: "\201D";
  font-family: Oswald, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 58px;
  font-style: normal;
  position: absolute;
  top: 34px;
  left: -3px;
}
blockquote p > a:only-child {
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
}

.alpha-heading {
  font: 24px/40px Oswald, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #232528;
  margin-bottom: 20px;
}

@media screen and (min-width: 740px) {
  .alpha-heading {
    font-size: 34px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------------------------------------- Basic layout */
#body {
  position: relative;
  margin: auto;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header:after,
.content:after,
.footer:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.content,
.contentinfo {
  margin: auto;
  max-width: 1420px;
}

.content-1 {
  padding-top: 15px;
}

@media screen and (max-width: 1024px) {
	.content-1 {
		padding-top: 0;
	}
}

@media screen and (min-width: 460px) {
  .content-2 .cols-2 .col {
    width: 50%;
  }

  .content-2 .cols-3 .col {
    width: 33.33333%;
  }

  .content-2 .col {
    float: left;
    padding: 0 10px 0 0;
  }

  .content-2 .col + .col {
    padding: 0 0 0 10px;
  }
}
@media screen and (min-width: 740px) {
  .content,
  .contentinfo {
    padding: 0 15px;
  }

  .content-1 {
    background: #fff;
    float: left;
    width: 70%;
	border:0;
    /*-webkit-box-shadow: 0 1px 8px rgba(53, 61, 74, 0.4);
    -moz-box-shadow: 0 1px 8px rgba(53, 61, 74, 0.4);
    box-shadow: 0 1px 8px rgba(53, 61, 74, 0.4);*/
  }

  #jobsWidget {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
  }

  .content-2 {
    float: left;
    width: 30%;
	margin-top:-15px;
  }

  .content-2 .col {
    padding: 0;
  }

  .content-2 .cols-2 .col,
  .content-2 .cols-3 {
    float: none;
    padding-left: 0;
    width: auto;
  }
}
@media screen and (min-width: 1000px) {
  .content-1 {
    float: left;
    width: 55.5%;
  }

  #jobsWidget {
    padding: 0 30px!important;
  }  

  .content-2 {
    float: left;
    width: 44.5%;
  }

  .col {
    float: left;
  }

  .content-2 .cols-2 .col {
    width: 50%;
  }

  .content-2 .cols-3 .col {
    width: 33.33333%;
  }

  .content-2 .cols-2 .col,
  .content-2 .cols-3 .col {
    float: left;
    padding: 0 10px 0 0;
  }

  .content-2 .cols-2 .col + .col,
  .content-2 .cols-3 .col + .col {
    padding: 0 0 0 10px;
  }
}
/* -------------------------------------------------------------------------- Header */
.header {
  background: #263238;
  position: relative;
  z-index: 100;
  /*
  background: -webkit-radial-gradient(40% 160px, #616e87 0, #353d4a 100%);
  background: -moz-radial-gradient(40% 160px, #616e87 0, #353d4a 100%);
  background: -o-radial-gradient(40% 160px, #616e87 0, #353d4a 100%);
  background: radial-gradient(40% 160px, #616e87 0, #353d4a 100%);
  -webkit-box-shadow: 0 1px 5px 4px rgba(38, 46, 58, 0.7);
  -moz-box-shadow: 0 1px 5px 4px rgba(38, 46, 58, 0.7);
  box-shadow: 0 1px 5px 4px rgba(38, 46, 58, 0.7);
  */
}
@media screen and (min-width: 740px) {
  .header {
    /*-webkit-box-shadow: 0 1px 14px 4px rgba(38, 46, 58, 0.8);
    -moz-box-shadow: 0 1px 14px 4px rgba(38, 46, 58, 0.8);
    box-shadow: 0 1px 14px 4px rgba(38, 46, 58, 0.8);
	
    background: -webkit-radial-gradient(500px 500px, #616e87 0, #353d4a 100%);
    background: -moz-radial-gradient(500px 500px, #616e87 0, #353d4a 100%);
    background: -o-radial-gradient(500px 500px, #616e87 0, #353d4a 100%);
    background: radial-gradient(500px 500px, #616e87 0, #353d4a 100%);
	*/
  }
}

.header:before {
  background: #263238;
  content: " ";
  height: 2px;
  position: absolute;
  top: 100%;
  width: 100%;
  /*
  background: -webkit-linear-gradient(left, #5f6b7f 0, #adb3bd 50%, #5f6b7f 100%);
  background: -moz-linear-gradient(left, #5f6b7f 0, #adb3bd 50%, #5f6b7f 100%);
  background: -o-linear-gradient(left, #5f6b7f 0, #adb3bd 50%, #5f6b7f 100%);
  background: linear-gradient(left, #5f6b7f 0, #adb3bd 50%, #5f6b7f 100%);
  */
}
@media screen and (min-width: 740px) {
  .header:before {
    height: 3px;
  }
}

.header-inner {
  /* background: url(https://swedroid.se/gui/i/carbon.png) repeat;
  background-size: 12px 41px;*/
  min-height: 62px;
  /*
  -webkit-box-shadow: 0 -2px 2px rgba(38, 46, 58, 0.8) inset;
  -moz-box-shadow: 0 -2px 2px rgba(38, 46, 58, 0.8) inset;
  box-shadow: 0 -2px 2px rgba(38, 46, 58, 0.8) inset;
  */
}
.header-inner:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
@media screen and (min-width: 740px) {
  .header-inner {
    background-image: none;
  }
}

.header-inner-inner {
  margin: auto;
  padding: 0 15px;
  max-width: 1220px;
}
.header-inner-inner:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
@media screen and (min-width: 740px) {
  .header-inner-inner {
  /*
    background: -webkit-linear-gradient(left, #353d4a 0, rgba(53, 61, 74, 0) 25%, rgba(53, 61, 74, 0) 75%, #353d4a 100%), url(https://swedroid.se/gui/i/carbon-desktop.png);
    background: -moz-linear-gradient(left, #353d4a 0, rgba(53, 61, 74, 0) 25%, rgba(53, 61, 74, 0) 75%, #353d4a 100%), url(https://swedroid.se/gui/i/carbon-desktop.png);
    background: linear-gradient(left, #353d4a 0, rgba(53, 61, 74, 0) 25%, rgba(53, 61, 74, 0) 75%, #353d4a 100%), url(https://swedroid.se/gui/i/carbon-desktop.png);
	*/
  }
}

.header .logo {
  color: white;
  display: block;
  font-size: 28px;
  left: 8px;
  margin: auto;
  margin-top:-20px;
  padding: 15px 0;
  position: relative;
  text-align: center;
  width: 205px;
}
@media screen and (max-width: 1024px) {
	.header .logo {
		margin:auto;
	}
}
.header .logo a {
  background: url(https://swedroid.se/gui/i/logo-small.png) 0 0 no-repeat;
  background-size: 205px 34px;
  color: white;
  display: block;
  height: 34px;
  overflow: hidden;
  text-indent: 400%;
  white-space: nowrap;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .header .logo a {
    background: url(https://swedroid.se/gui/i/logo-small@2x.png?1) 0 0 no-repeat;
    background-size: 205px 34px;
  }
}

@media screen and (min-width: 740px) {
  .header .logo {
    left: 0;
    width: 252px;
  }
  .header .logo a {
    background: url(https://swedroid.se/gui/i/logo-big.png) 0 0 no-repeat;
    background-size: 252px 42px;
    height: 42px;
  }
}
@media screen and (min-width: 740px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 740px) and (min-resolution: 192dpi) {
  .header .logo a {
    background: url(https://swedroid.se/gui/i/logo-big@2x.png?1) 0 0 no-repeat;
    background-size: 252px 42px;
  }
}

.header a {
  color: #d9dbdc;
  font-family: Oswald;
  font-weight: normal;
}
.header a:hover {
  border: none;
  color: white;
}
.banBorder a:hover {
	
}

/* -------------------------------------------------------------------------- Content */
.content {
  margin-top: 3px;
}

.content ul {
  margin-top:7px; /* Tillagt av Lars */
  list-style: none;
}

.content ul li {
  background: url(https://swedroid.se/gui/i/bullet.png) 0 8px no-repeat;
  margin-left:15px; /* Tillagt */
  line-height: 1.5em; /* Tillagt av Lars, ändrat till 1em från 1,5em, Eric */
  padding-left: 16px;
  margin-bottom:2px;
}

.article ul li {
	margin-bottom:5px;
}

.article h3 {
		margin-top:25px;
		margin-bottom:15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .content ul li {
    background-image: url(https://swedroid.se/gui/i/bullet@2x.png);
    background-size: 9px 9px;
  }
}

.content-1 {
  position: relative;
  z-index: 10;
}

.main-content {
  background: white;
  padding: 15px 15px 25px;
  -webkit-box-shadow: 0 1px 5px rgba(53, 61, 74, 0.4);
  -moz-box-shadow: 0 1px 5px rgba(53, 61, 74, 0.4);
  box-shadow: 0 1px 5px rgba(53, 61, 74, 0.4);
}
@media screen and (min-width: 740px) {
  .main-content {
    padding: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

@media screen and (max-width: 1024px) {
  .main-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

.content-2 {
  position: relative;
  z-index: 1;
}

.content-2 section {
  margin: 15px 0;
  padding: 15px;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-shadow: 0 1px 1px rgba(53, 61, 74, 0.3);
  -moz-box-shadow: 0 1px 1px rgba(53, 61, 74, 0.3);
  box-shadow: 0 1px 1px rgba(53, 61, 74, 0.3);
}
.content-2 section:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.content-2 section h1 {
  font-size: 20px;
  line-height: 26px;
}

.content-2 .col + .col section {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.content-2 section:nth-of-type(even) {
  background: rgba(255, 255, 255, 0.65);
}

.content-2 section:nth-of-type(odd) {
  background: rgba(255, 255, 255, 0.85);
}

/* -------------------------------------------------------------------------- Footer */
.contentinfo {
  color: #404650;
  line-height: 16px;
  padding: 30px 15px 40px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.contentinfo p {
  font-size: 14px;
  margin-bottom: 5px;
}
.contentinfo a,
.contentinfo a:visited {
  border-bottom: 2px solid #626b7a;
  color: #404650;
}
.contentinfo a:hover,
.contentinfo a:visited:hover {
  border-color: #e26623;
  color: #232528;
}
@media screen and (min-width: 740px) {
  .contentinfo {
    text-align: left;
  }
}

#admin {
  background: #e26623;
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  position: fixed;
  text-shadow: none;
  bottom: 0;
  right: 25px;
  z-index: 1000;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#admin:after {
  content: "\00A0➜";
}
#admin:hover, #admin:focus {
  background: #d05b1b;
}

/* -------------------------------------------------------------------------- Modules */
/* --------------- Mobile navigation */
.navigation {
}

#the-menu {
}
#the-mobile-menu {
	display:none;
}
@media screen and (max-width: 900px) {
	#the-menu {
		display:none;
	}
}

@media screen and (max-width: 900px) {
	#mmWrapper {
		width:100%; 
		text-align:center;		
	}
	#the-mobile-menu {
		display:inline-block;
		height:auto;
		clear:both;
		float:none;
		margin: -5px auto 5px auto;
		width:auto;
		font-size:15px;
		text-align:left;
	}
	#the-mobile-menu ul {
		list-style: none;
		padding: 0;
		margin: 0; 
		z-index:14;
	}
	.mobile-nav,
	.drop-nav {
		background: #3f4857;
		z-index:15;
	}
	.mobile-nav {
		border-radius: 4px;
		margin-top: 8px;
	}
	.mobile-nav > li {
		float: left;
		margin-left:2px;
	}
	.mobile-nav li:first-child {
		border-left: none;
	}
	.mobile-nav a {
		color: #fff;
		display: block;
		padding: 6px 7px;
		text-decoration: none;
		background: transparent;
	}
	.mobile-nav a:hover, a:active{
		color:#c5dcfb;
		background: transparent;
	}	
	.dropdown,
	.flyout {
		position: relative;
	}
	.dropdown:after {
	}
	.drop-nav,
	.flyout-nav {
		position: absolute;
		display: none;
	}
	.drop-nav li {
		/* border-bottom: 1px solid #323a46; */
	}
	.drop-nav  a {
		padding: 10px 16px;
		box-shadow: none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		font-size:14px;
	}
	.drop-nav  .first-item {
		margin-top:15px;
	}
	.dropdown:hover > .drop-nav,
	.flyout:hover > .flyout-nav {
		display: block;
	}
	.flyout-nav {
		left: 100%;
		top: 0;
	}
	.flyout:hover a,
	.flyout-nav {
		background: transparent;
	}	
}

/* Läsvärt och sticky */
.sticky {
	font-size: 12px;
	background: #fff;
	border-radius: 2px;
	display: block;
	overflow:hidden;
	height: 130px;
	margin: 0 0 35px 0;
	padding:15px;
	padding-left:160px;
	line-height: 2em;
	width: 100%;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	background-position: left;
	background-repeat: no-repeat;
}
.ministicky {
	font-size: 12px;
	color:#bb5c29;
	background: #f9fafa;
	font-weight:bold;
	border-radius: 2px;
	display: block;
	overflow:hidden;
	height: 30px;
	margin: 0 0 10px 0;
	padding:3px 4px 4px 10px;
	line-height: 2em;
	width: 100%;
	-webkit-box-shadow: 0 1px 2px rgba(53, 61, 74, 0.4);
	-moz-box-shadow: 0 1px 2px rgba(53, 61, 74, 0.4);
	box-shadow: 0 1px 2px rgba(53, 61, 74, 0.4);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.miniwl {
	color: #626b7a; 
	font-weight:bold;
}

.authbio {
	font-size: 13px;
	background: #fff;
	border-radius: 2px;
	display: block;
	overflow:hidden;
	height: auto;
	background-image:url(http://swedroid.se/gui/i/favicon-144x144.png);
	margin: 0 0 35px 0;
	padding:15px;
	padding-left:160px;
	line-height: 2em;
	width: 100%;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	background-position: left;
	background-repeat: no-repeat;
}
.sticky .dateCom {
	font-family: Asap, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	padding: 0;
	margin: 0;
	color: #444444;
}	

.sticky h4 {
	color: #626b7a;
	border-bottom: 1px solid #cbd1d9;
}

.sticky .fewWords {
	color:#444444;
}

.sticky .mbox {
}

@media screen and (max-width: 1024px) {
	.sticky {
		background-repeat: no-repeat; 
		background-size: cover;
		background-position: 50% 50%;
		padding: 0px !important;
		text-align:left;
		color: white;
		text-shadow: 0 1px 1px black;
		line-height: 1.3em;
	}
	.authbio {
		background-image: none; 
		padding: 15px !important;
		font-size:14px;
		text-align:left;
		line-height: 1.3em;
	}	
	.sticky .mbox {
		background:#353d4a;
		background: rgba(0, 0, 0, 0.5);
		float:left;
		padding:0;
		margin: 0;
		width:100%;
		height:100%;
		padding:15px;		
	}
	.sticky .dateCom {	
		color:white;
		margin:-2px 0 10px 0;
	}
	.sticky .fewWords {
		color: #dfe3e7;
		text-shadow: 0px;
		font-size:11px;
	}
	.sticky h4 {		
		font-size:13px;
		color:white;
	}	
}

.worth-reading {
	width:100%;
	display:block;
	clear:both;
}
.worth-box {
	width: 48.5%;
	margin:0 4px 4px 0px;
	display:block;
	float:left;
	height:100px;
	background-repeat: no-repeat; 
	background-size: cover;
    background-position: 50% 50%;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.worth-box .headline-box {
	background:#353d4a;
	background: rgba(0, 0, 0, 0.5);
	float:left;
	padding:6px;
	width:100%;
	height:100px;
}
.worth-box .headline-box:hover {
	background:none;
}
.worth-box .headline-box  h3 {
	font-size:15px;
	color:white;
	/*font-family: 'corbert_condensedmedium';*/
	line-height: normal;
	text-shadow: 0 1px 1px black;
	height:45%;
	margin: 0 0 5px 0;
}

.worth-box  .com-pos {
	position:absolute;
	color:white;
	font-size:11px;
}

.worth-box  .num-pos {
	font-size:30px;
	font-weight:bold;
	text-shadow: 0 2px 2px black;
	color:white;
	float:right;
	position:relative;
	top:5px;
	display:box;
}

@media screen and (max-width: 1024px) {
	
	.worth-box .headline-box  h3 {
		font-size:12px;
	}

	.worth-box  .num-pos {
		display:none;
	}
	
	.worth-box .headline-box  h3 {
		height:auto;
	}

}


/* --------------- Search */
.search {
  margin-bottom: 15px;
  position: relative;
}

.search label {
  position: absolute;
  left: -9999px;
}

.search [type="text"] {
  background: rgba(0, 0, 0, 0.15);
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: white;
  min-height: 36px;
  line-height: normal !important;
  outline: none;
  padding: 0 11px;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.4);
}

.search [type="submit"] {
  color: #fff;
  height: 28px;
  line-height: 28px;
  opacity: 0;
  padding: 0 11px;
  position: absolute;
  right: 4px;
  top: 4px;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.search [type="text"]:focus + input,
.search [type="submit"]:focus,
.search [type="submit"]:active {
  opacity: 1;
}

@media screen and (min-width: 740px) {
  .search {
	float: right;
    margin: 0 5px -50px 0;
  }
}
@media screen and (min-width: 860px) {
  .search [type="text"] {
    width: 170px;
    -webkit-transition: width 0.2s ease;
    -moz-transition: width 0.2s ease;
    transition: width 0.2s ease;
  }
  .search [type="text"]:focus {
    width: 260px;
  }
}
/* --------------- Menu */
.menu {
  margin-bottom: 15px;
}

.menu ul {
  list-style: none;
}

.menu h2 {
  position: absolute;
  left: -9999px;
}

.menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu a {
  display: block;
  font-size: 20px;
  margin: 6px 0;
  padding: 2px 0 1px;
}

.menu .sel > a {
  border-left: 4px solid white;
  color: #70b8b3;
  padding-left: 7px;
  position: relative;
  right: 11px;
}

.menu .sel strong {
  font-weight: normal;
}

.sub-menu {
  margin: 15px 0 20px 15px;
}

.sub-menu li {
  border-bottom: none;
}

.sub-menu a {
  font-size: 16px;
}

.sub-menu .sel > a {
  color: #232528;
}

@media screen and (min-width: 740px) {
  .menu {
    clear: both;
    float: left;
    margin: 0 0 0 30px;
  }

  .menu ul {
    float: left;
  }

  .menu li {
    border: none;
    float: left;
    margin: 0 30px 0 0;
    padding: 0;
    position: relative;
  }

  .menu li a {
    /*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); */
	letter-spacing:0.5px;
  }

  .menu li.sel a {
    border: none;
    padding-left: 0;
    position: static;
  }

  .sub-menu {
    background: #404b50;
    border-radius: 2px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    margin: 0;
    min-width: 240px;
    padding: 0 15px;
    position: absolute;
    top: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* background: -webkit-linear-gradient(top, white 0, #d3d8df 100px, #a6b1be 800px, #a6b1be 100%);
    background: -moz-linear-gradient(top, white 0, #d3d8df 100px, #a6b1be 800px, #a6b1be 100%);
    background: linear-gradient(top, white 0, #d3d8df 100px, #a6b1be 800px, #a6b1be 100%);
	*/
    -webkit-box-shadow: 0 2px 8px rgba(38, 46, 58, 0.5);
    -moz-box-shadow: 0 2px 8px rgba(38, 46, 58, 0.5);
    box-shadow: 0 2px 8px rgba(38, 46, 58, 0.5);
  }

  .menu li:hover ul,
  .menu li a:focus + ul {
    height: auto;
    padding: 10px 15px 15px;
    opacity: 1;
  }

  .sub-menu li {
    float: none;
  }

  .sub-menu li a {
    color: #d9dbdc;
    display: block;
    padding: 3px 0;
	font-weight:normal;
    /*text-shadow: 0 1px 1px white;*/
  }

  .sub-menu li a:hover,
  .sub-menu li a:focus {
    color: #70b8b3;
  }
}

/* --------------- Links to other sites */
.links ul {
  list-style: none;
}

.links h2 {
  position: absolute;
  left: -9999px;
}

.links a {
  display: block;
  padding: 2px 0;
}

.links a:before {
  bottom: 1px;
  color: white;
  content: "➜\00A0\00A0";
  position: relative;
}

@media screen and (min-width: 740px) {
  .links {
    bottom: 60px;
    float: right;
    height: 0;
    margin-right: 30px;
    position: relative;
  }

  .links li {
    clear: right;
    float: right;
    margin-left: 14px;
  }

  .links li a {
    font: bold 14px/20px Asap;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }

  .links li a:before {
    bottom: 0;
    left: 2px;
  }
}
@media screen and (min-width: 1000px) {
  .links li {
    clear: none;
  }
}

/* --------------- Ads/Banners */
.external {
  margin: 0 auto 15px;
  overflow: visible;
}
@media screen and (min-width: 740px) {
  .external {
    margin: 15px auto 5px;
  }
}

.external a:hover,
.external a:focus {
  border-bottom: none;
}

.external-300 {
   /* min-width: 300px; Tillagt för den vägrade ge annonsen 300px */
  max-width: 300px;
}

.header .external-980 {
  display: none;
  margin: 0 auto;
  max-width: 1300px;
  padding: 15px 0 10px;
  height:auto !important;
}
@media screen and (min-width: 740px) {
  .header .external-980 {
    display: block;
  }
}

.header .external img {
  -webkit-box-shadow: 0 3px 3px 0 rgba(38, 46, 58, 0.8);
  -moz-box-shadow: 0 3px 3px 0 rgba(38, 46, 58, 0.8);
  box-shadow: 0 3px 3px 0 rgba(38, 46, 58, 0.8);
}

.header .external-980 img[width>0]{
 max-width:none;
 width:100%;
}

.content-2 > section.external {
  margin-bottom: 0;
  text-align: center;
}

.content-2 .col section.external {
  background: #f7f8f9; /* Ändrat från transparent */
  margin: auto;
  max-width: 300px;
  padding: 2px; /* Ändrat från 0 */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* --------------- Articles */
.articles > h2 {
  position: absolute;
  left: -9999px;
}

.article {
	color: #444; /* Tillagt efter tips från forumbesökare */
	line-height: 1.5em; /* Tillagt efter tips från forumbesökare */
	font-smooth:always;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 30px;
	font-family: 'corbert_condensedmedium';
	font-size:16px;
}

.sizeText {
	padding: 0 19px 0 19px;
}
.sizeText p {
		padding: 0 0 5px 0;
}
.alignnone.size-Single {
	max-width:107%;
	width:auto;
	height:auto;
	margin:auto;
	margin-left:-19px;
}

@media screen and (max-width: 1024px) {
	.sizeText {
		padding:0;
	}
	.sizeText img {
		max-width:100%;
		margin:0;
	}
	.alignnone.size-Single {
		margin:0;
		max-width:100%;
	}
}
.imgStyle {
	margin-bottom:10px;
	width:100%;
	height:auto;
}

.article strong, b {
	font-family: 'corbert_condensedbold';
	font-weight: 200;
	/*text-shadow: 0;
	-webkit-text-stroke: 0;*/
	font-size:17px;
}

/* Tillagt av Lars, blev helt vänsterjusterat förut */
.article ol {
	margin-left: 45px;
}

.article h1 {
  font-family: 'corbert_condensedbold';
  border-left: 6px solid #414956;
  padding-left: 9px;
  position: relative;
  right: 15px;
  -webkit-transition: border 0.2s ease;
  -moz-transition: border 0.2s ease;
  transition: border 0.2s ease;
}
.article h1:hover {
  border-color: #70b8b3;
}
.article h1 a {
  color: #626b7a;
  display: block;
  font-weight: normal;
}
.article h1 a:hover {
  border: none;
  color: #232528;
}
.article h1 a span {
  color: #8490a5;
  display: block;
  font-size: 20px;
}

.article .meta {
  font-family: Asap, Helvetica, Arial, sans-serif;
  border-top: 1px solid #cbd1d9;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 15px 22px 0;
  position: relative;
  width: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  white-space: nowrap;
}

.article .meta dt {
  position: absolute;
  left: -9999px;
  white-space: nowrap;
}

.article .meta dd {
  float: left;
  padding-left: 30px;
  white-space: nowrap;
}

.article .meta .meta-time {
  background: url(https://swedroid.se/gui/i/meta-time.png) 0 2px no-repeat;
  margin-right: 15px;
  white-space: nowrap;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .article .meta .meta-time {
    background-image: url(https://swedroid.se/gui/i/meta-time@2x.png);
    background-size: 24px 15px;
  }
}

.article .meta .meta-author {
  background: url(https://swedroid.se/gui/i/i/meta-author.png) 0 1px no-repeat;
  white-space: nowrap;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .article .meta .meta-author {
    background-image: url(https://swedroid.se/gui/i/meta-author@2x.png);
    background-size: 24px 16px;
  }
}

.article .meta .meta-comments {
  background: url(https://swedroid.se/gui/i/i/meta-comments.png) 0 2px no-repeat;
  float: right;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .article .meta .meta-comments {
    background-image: url(https://swedroid.se/gui/i/meta-comments@2x.png);
    background-size: 24px 19px;
  }
}

.article .read-more:after {
  content: "\00A0➜";
}

.article .read-more span {
  position: absolute;
  left: -9999px;
}

@media screen and (min-width: 740px) {
  .article h1 {
    border-left-width: 10px;
    padding-left: 20px;
    right: 30px;
  }

  .article .meta {
    padding-right: 30px;
  }
}
/* --------------- Reviews */
.review-image {
  text-align: center;
}

ul.review-intro li {
  background: none;
  border-bottom: 1px solid #e8ebef;
  padding-bottom: 10px;
  padding-left: 0;
  padding-top: 4px;
}

@media screen and (min-width: 740px) {
  .review-image {
    float: right;
    margin: 25px 0 40px 0;
  }

  .review-intro {
    margin-top: 30px;
    margin-bottom: 30px;
	border-bottom:1px solid #e8ebef;
    /* max-width: 380px; */
  }
}

.review-summary {
  border: 1px solid #e8ebef;
  border-width: 1px 0;
  margin: 30px 0 0;
  padding: 15px 15px 0;
  position: relative;
  right: 15px;
  width: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: -webkit-linear-gradient(#f5f6f8, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(#f5f6f8, rgba(255, 255, 255, 0));
  background: -o-linear-gradient(#f5f6f8, rgba(255, 255, 255, 0));
  background: linear-gradient(#f5f6f8, rgba(255, 255, 255, 0));
}
.review-summary > div {
  margin-bottom: 30px;
}
@media screen and (min-width: 740px) {
  .review-summary {
    padding: 20px 30px 0;
    right: 30px;
  }
}

.review-summary h2 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.review-summary h2 strong {
  font-weight: normal;
  color: #232528;
  position: relative;
}
.review-summary h2 strong:after {
  background: #70b8b3;
  content: "";
  height: 2px;
  position: absolute;
  top: 90%;
  left: 0;
  right: 0;
}

.review-summary .suitable strong:after {
  background: #3cae5a;
}

.review-summary .suitable li {
  background-image: url(https://swedroid.se/gui/i/bullet-green.png);
}

.review-summary .unsuitable li {
  background-image: url(../i/bullet-orange.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .review-summary .suitable li {
    background-image: url(https://swedroid.se/gui/i/bullet-green@2x.png);
  }

  .review-summary .unsuitable li {
    background-image: url(https://swedroid.se/gui/i/bullet-orange@2x.png);
  }
}


/* --------------- Social */
#body section.social h1 {
  position: absolute;
  left: -9999px;
}
#body section.social ul {
  font-size: 0;
  margin-bottom: 0;
  text-align: center;
  float:left;
}
#body section.social li {
  background: transparent;
  display: inline-block;
  font-size: 16px;
  margin: 0 8px;
  padding: 0;
  overflow: hidden;
  text-indent: 400%;
  white-space: nowrap;
}
#body section.social li a {
  background: url(https://swedroid.se/gui/i/social-sprite@2x.png) 0 0 no-repeat;
  background-size: 40px 256px;
  display: block;
  height: 32px;
  width: 32px;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
#body section.social li a:hover, #body section.social li a:focus, #body section.social li a:active {
  border: none;
}
#body section.social li.twitter a {
  background-position: 0 0;
  width: 40px;
}
#body section.social li.twitter a:hover, #body section.social li.twitter a:focus, #body section.social li.twitter a:active {
  background-position: 0 -32px;
}
#body section.social li.facebook a {
  background-position: 0 -64px;
}
#body section.social li.facebook a:hover, #body section.social li.facebook a:focus, #body section.social li.facebook a:active {
  background-position: 0 -96px;
}
#body section.social li.rss a {
  background-position: 0 -128px;
}
#body section.social li.rss a:hover, #body section.social li.rss a:focus, #body section.social li.rss a:active {
  background-position: 0 -160px;
}
#body section.social li.gplus a {
  background-position: 0 -192px;
}
#body section.social li.gplus a:hover, #body section.social li.gplus a:focus, #body section.social li.gplus a:active {
  background-position: 0 -224px;
}

/* --------------- Weekly top */
#body section.weekly-top {
  background: #263238; /*#353d4a;*/
  color: #fff;
  /*background: -webkit-radial-gradient(400px 200px at 0 0, #616e87 0, #353d4a 100%);
  background: -moz-radial-gradient(400px 200px at 0 0, #616e87 0, #353d4a 100%);
  background: -o-radial-gradient(400px 200px at 0 0, #616e87 0, #353d4a 100%);
  background: radial-gradient(400px 200px at 0 0, #616e87 0, #353d4a 100%);*/
}

.weekly-top h1,
.weekly-top h2,
.weekly-top p {
  color: #fff;
}

.weekly-top ol {
  counter-reset: li;
  list-style: none;
}

.weekly-top li {
  margin: 0 0 10px 24px;
  position: relative;
}

.weekly-top li:before {
  color: #506d7a;
  content: counter(li);
  counter-increment: li;
  font-family: Oswald;
  font-size: 30px;
  position: absolute;
  text-align: center;
  top: 8px;
  left: -28px;
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.4);*/
  width: 20px;
}

.weekly-top li:first-child:before {
  top: 9px;
}

.weekly-top a,
.weekly-top a:visited {
  border-bottom: 1px solid transparent;
  color: #f1f3f3;
  font-size: 14px;
  font-weight: normal;
}
.weekly-top a:hover, .weekly-top a:focus,
.weekly-top a:visited:hover,
.weekly-top a:visited:focus {
  border-bottom: 1px solid white;
  color: #fff;
}

/* --------------- Prisjakt */
.pj_banner {
  font-size: 14px;
}
.pj_banner table {
  margin: 0;
}
.pj_banner table td {
  padding: 0;
}
.pj_banner .main_cell_small {
  margin-bottom: 15px;
}
.pj_banner .main_cell_small a {
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}
.pj_banner .main_cell_small > div {
  padding: 2px 10px 0 0 !important;
  position: relative;
  right: 8px;
}
.pj_banner .main_cell_small > div > a:last-child {
  display: none;
}
.pj_banner .main_cell_small > div > span > a {
  display: none;
}
.pj_banner .main_cell_small > div > span:first-of-type {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pj_banner .main_cell_small > div > span:first-of-type > a {
  display: inline;
}
.pj_banner .main_cell_small > div > a {
  color: #232528;
  font-weight: normal;
}
.pj_banner br {
  display: none !important;
}
.pj_banner .prod_link + .ikon {
  display: none;
}
.pj_banner .main_cell_small .bildlink {
  display: inline-block;
  height: 14px;
  position: relative;
  text-indent: 500%;
}
.pj_banner .main_cell_small .bildlink img {
  position: absolute;
  top: 2px;
  left: 0;
}

.pj_content_div > div > div {
  float: right !important;
}

.pj_header_spara_s {
  background: url(https://swedroid.se/gui/i/prisjakt.png) -2px -2px no-repeat;
  background-size: 40px 40px;
  height: 36px !important;
  line-height: 40px;
  margin-bottom: 10px;
  padding: 0 15px 0 55px;
  position: relative;
}
.pj_header_spara_s > div > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.pj_header_spara_s > div > a:hover, .pj_header_spara_s > div > a:focus, .pj_header_spara_s > div > a:active {
  border: none;
}
.pj_header_spara_s img {
  display: none;
}

.pj_header_spara_s:after {
  content: "Android på Prisjakt";
  color: #626b7a;
  font: normal 20px/20px Oswald, "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 6px;
  left: 45px;
}


/* -------------------------------------------------------------------------- Page: jobs */
.jobsTable {
  width: 100%;
  font-family: 'Open Sans';
}

  .jobsTable .row1 {
    width: 80%;
  }

  .jobsTable .row2 {
    width: 20%;
  }

  .jobsTable td {
    font-size: 13px;
    padding: 0 14px;
  }


  /*** head ***/
  .jobsTable thead td {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e0e0e0;
  }
  .jobsTable thead .row1 {
    font-size: 16px;
  }

  .jobsTable thead .row2 {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
  }

    .jobsTable thead td span {
      line-height: normal;
      display: inline-block;
      vertical-align: middle;
    }


  /*** body ***/
  .jobsTable tbody tr:nth-child(odd) {
    background: #fff;
  }

  .jobsTable tbody tr:nth-child(even) {
    background: #f0f0f0;
  }

    .jobsTable tbody td {
      height: 70px;
      line-height: 70px;
    }

      .jobsTable tbody td > span {
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
      }

        .jobsTable tbody td a {
          color: #000;
          display: block;
          text-decoration: none;
          font-weight: 600;
          font-size: 14px;
        }
        /*.jobsTable tbody td a:hover {
          text-decoration: underline;
        }*/

          .jobsTable tbody .description {
            display: block;
            margin-top: 2px;
            font-weight: 300;
          }

      /*** right column ***/
      .jobsTable tbody .row2 {
        text-align: center;
      }

        .jobsTable tbody .row2 img {
          max-height: 40px;
          width: auto;
          vertical-align: middle;
        }



/*** pagination ***/
#jobsPagination {
  font-family: 'Open Sans';
  background: #fff;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

  #jobsPagination .pageArrow {
    display: inline-block;
  }

    #jobsPagination .pageArrow img {
      vertical-align: middle;
      margin-top: -5px;
      -webkit-transition: -webkit-transform 120ms ease;
      -moz-transition: -webkit-transform 120ms ease;
      -o-transition: -webkit-transform 120ms ease;
      transition: -webkit-transform 120ms ease;
    }
    #jobsPagination .pageArrow.pageLeft:hover img {
      -webkit-transform: translate(-3px,0);
      -moz-transform: translate(-3px,0);
      -o-transform: translate(-3px,0);
      transform: translate(-3px,0);
    }
    #jobsPagination .pageArrow.pageRight:hover img {
      -webkit-transform: translate(3px,0);
      -moz-transform: translate(3px,0);
      -o-transform: translate(3px,0);
      transform: translate(3px,0);
    }

  #jobsPagination .page {
    font-size: 18px;
    color: #000;
    text-decoration: none;
    display: inline-block;
    padding: 0 5px;
    -webkit-transition: -webkit-transform 120ms ease;
    -moz-transition: -webkit-transform 120ms ease;
    -o-transition: -webkit-transform 120ms ease;
    transition: -webkit-transform 120ms ease;   
  }
  #jobsPagination .page.active {
    color: #e26623;
  }
  #jobsPagination .page:hover {
    /*text-decoration: underline;*/
    -webkit-transform: translate(0,-2px);
    -moz-transform: translate(0,-2px);
    -o-transform: translate(0,-2px);
    transform: translate(0,-2px);   
  }

#jobsSearch {
  width: 100%;
  margin-bottom: 21px;
}
  #jobsSearch input {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjEyLjAxcHgiIGhlaWdodD0iNjEyLjAxcHgiIHZpZXdCb3g9IjAgMCA2MTIuMDEgNjEyLjAxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2MTIuMDEgNjEyLjAxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGcgaWQ9Il94MzRfXzRfIj48Zz48cGF0aCBkPSJNNjA2LjIwOSw1NzguNzE0TDQ0OC4xOTgsNDIzLjIyOEM0ODkuNTc2LDM3OC4yNzIsNTE1LDMxOC44MTcsNTE1LDI1My4zOTNDNTE0Ljk4LDExMy40MzksMzk5LjcwNCwwLDI1Ny40OTMsMEMxMTUuMjgyLDAsMC4wMDYsMTEzLjQzOSwwLjAwNiwyNTMuMzkzczExNS4yNzYsMjUzLjM5MywyNTcuNDg3LDI1My4zOTNjNjEuNDQ1LDAsMTE3LjgwMS0yMS4yNTMsMTYyLjA2OC01Ni41ODZsMTU4LjYyNCwxNTYuMDk5YzcuNzI5LDcuNjE0LDIwLjI3Nyw3LjYxNCwyOC4wMDYsMEM2MTMuOTM4LDU5OC42ODYsNjEzLjkzOCw1ODYuMzI4LDYwNi4yMDksNTc4LjcxNHogTTI1Ny40OTMsNDY3LjhjLTEyMC4zMjYsMC0yMTcuODY5LTk1Ljk5My0yMTcuODY5LTIxNC40MDdTMTM3LjE2NywzOC45ODYsMjU3LjQ5MywzOC45ODZjMTIwLjMyNywwLDIxNy44NjksOTUuOTkzLDIxNy44NjksMjE0LjQwN1MzNzcuODIsNDY3LjgsMjU3LjQ5Myw0NjcuOHoiLz48L2c+PC9nPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=);
    background-position: 12px 12px;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 14px 0 35px;
    color: #000;
    font-weight: 400;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
  }

#jobsLogo {
  width: 100%;
  height: 50px;
  background: url(data:image/png;base64,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) no-repeat right center #ec008c;
  background-size: contain;
  margin-bottom: 14px;
}


#jobsWidget {
  border-top: 1px solid #e0e0e0;
  width: 100%;
  padding: 0 15px;
  margin-top: 21px;

  background: #fff;
  -webkit-box-shadow: 0 1px 8px rgba(53, 61, 74, 0.4);
  -moz-box-shadow: 0 1px 8px rgba(53, 61, 74, 0.4);
  box-shadow: 0 1px 8px rgba(53, 61, 74, 0.4);     
}
#jobsWidget:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

#jobsWidgetMore {
  float: right;
  margin-bottom: 21px;
}

@media screen and (max-width: 400px), screen and (max-device-width:400px) {
  .jobsTable thead .row1 {
    font-size: 14px;
    font-weight: 600;
  }

  .jobsTable tbody td {
    height: 90px;
    line-height: 90px;
  }

  .jobsTable tbody td a {
    font-size: 12px;
  }

    .jobsTable tbody .description {
      font-size: 12px;
    } 

  #jobsPagination .page {
    font-size: 15px;
    padding: 0 2px;
  }
}


/* ***************************************
	Tillägg av Lars (larsega@gmail.com)
/* ****************************************/

.rating-review-side {
	width:100%;
	position:relative;
	margin: 3px 0px 3px 0px;
	display:block;
	background-color:#cecece;
	clear:both;
}

.rating-review-side .rating-review-side-length  {
	display:block;
	background: url('https://swedroid.se/images/review-rating-2.png') no-repeat;
	position:relative;
	border-right:#bebebe 1px solid;
	padding-right: 3px;
	text-align:right;
	color: #fff;
	font-size: 11px;
	font-weight:bold;
	line-height: 15px;
	height:15px;
	text-shadow: 1px 1px 1px #2f3641;
}

.rev-wid-img {
	width: 100%;
	margin:0 0 8px 0;
	display:block;
	height:125px;
	background-repeat: no-repeat; 
	background-size: cover;
    background-position: 50% 50%;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.rev-wid-img .title-style {
	background:#353d4a;
	background: rgba(0, 0, 0, 0.3);
	text-align:center;
	padding:0px 12px 0px 12px;
	width:100%;
	height:100%;	
}

.rev-wid-img .title-style .centerTitle {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.rev-wid-img .title-style:hover {
	background:none;
}

.rev-wid-img .title-style  h3 {
	font-size:18px;
	color:white;
	line-height: normal;
	text-shadow: 0 1px 1px black;
}

.article-footer {
	margin-top:20px;
	font-family: Asap, Helvetica, Arial, sans-serif;
}
.article-footer h1, h2, h3, h4, h5, h6 {
	font-family: Oswald, "Helvetica Neue", Helvetica, Arial, sans-serif; 
}

.theCategories {
	margin-top: 15px;
	padding: 6px;
	padding-top: 15px;
	font-size: 13px;
	text-transform: uppercase;
	width: 99%;
}
.theCategories a {
	padding: 8px;
	color: #d9dbdc;
	background: #404b50;
	font-weight: bold;
	letter-spacing:1px;
}
.theCategories a:hover  {
	border-bottom: 2px solid #70b8b3;
}

.theTags {
	text-transform: lowercase;
	border-bottom: 1px solid #e6e7e8;
	padding: 4px;
	margin: 0px 0px 10px 0px;
}
.theTags  a{
font-weight:bold;
}

.socialButtons {
width:98%; 
float:left;
padding:4px 0px 8px 0px;
margin: 0px 0px 10px 0px;
border-bottom: 1px solid #e6e7e8;
}

.articleSource {
width: 98%;
font-size: 13px;
text-align:right;
padding: 4px;
margin:2px;
}

.playLink {
	float:right;
	border:0px;
	width:30%;
	height:auto;
	margin-right:-10px;
	padding:0px 0px 8px 8px;
}

@media screen and (max-width: 1024px) {
	.playLink {
		width:45%;
		padding:0px 0px 4px 4px;
	}
}


.visitSpo {
	background:#e6e9ea;
	text-align:center;
	display: table-cell; 
	vertical-align: middle;	
	float:right;
	border:0px;
	width:124px;
	height:30px;
	padding:2px 2px 2px 2px;
	margin: 0px 0px 0px 6px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.visitSpo a {
	color:#656565;
	font-size:13px;
	font-style:italic;
}

.commentLevel {
float:right;
margin:3px 0px 0px 5px;
}

.subheading {
	color:#8791a1;
	font-size:15px;
	font-style:italic;
	letter-spacing: 1px;
}
@media screen and (min-width: 740px) {
.subheading {
	color:#8791a1;
	font-size:23px;
	font-style:italic;
	letter-spacing: 1px;
}
}

.newNewsRow {
	clear:both;
	height:150px;
	max-width:98%;
	margin:5px 0px 12px 0px;
	padding:8px;
	background-color: #fff; 
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);	
}
.newsHubImg {
	height:135px;
	width:auto;
	float:left;
	padding:0px 12px 0px 0px;
}

ul.listPosts  {
	margin:10px 0 0 20px;
}

ul.listPosts li {
    position:relative; /* so that pseudoelements are positioned relatively to their "li"s*/
    /* use padding-bottom instead of margin-bottom.*/ 
    margin-bottom: 0; /* This overrides previously specified margin-bottom */
    padding-bottom: 1em;
	background: none;
}

ul.listPosts li:after {
    /* bullets */
    content: url('https://swedroid.se/wp-content/themes/swedroid/img/red-disc.png');
    position: absolute;
    left: -26px; /*adjust manually*/
    top: 0px;
}

ul.listPosts li:before {
    /* lines */
    content:"";
    position: absolute;
    left: -16px; /* adjust manually */
    border-left: 1px dotted #b3b6bb;
    height: 100%;
    width: 1px;
}

ul.listPosts li:first-child:before {
   /* first li's line */
   top: 6px; /* moves the line down so that it disappears under the bullet. Adjust manually */
}

ul.listPosts li:last-child:before {
    /* last li's line */
   height: 6px; /* shorten the line so it goes only up to the bullet. Is equal to first-child:before's top */
}

/* Blev ramar i IE för länkar förut */
a img {
border:0;
}
/* Bildpositionering */
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignleft {
float:left;
margin-right:8px;
}
img.alignright {
float:right;
margin-left:8px;
}

.externalTopMobile {
	text-align:center;
	clear:both;
	padding:0;
	height:auto;
	min-height:320px;
	background:white;
}

.externalBottomMobile {
	text-align:center;
	margin-bottom:15px;
	clear:both;
}
.externalMid {
	text-align:center;
	margin:-10px 0px 14px 0px;
}
.externalGeneric {
	text-align:center;
	margin:8px;
	clear:both;
}

.aeChart {
	background: #f8f8f8;
	margin:4px 6px 15px 0;
	padding:8px;
	width:48%;
	float:left;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0px 1px 1px #bbbbbb;
	color:#717075;
}

.aeSep {
	margin-top:5px;
	padding:4px;
	border-top:1px dashed #e6e7e8;
}

@media screen and (min-width: 740px) {
.aeChart {
	width:32%;
}
}

.aeRating {
	text-align:center;
	width:27px;
	height:27px;
	margin-left:-5px;
	position:absolute;
	background:#d50100;
	border-radius: 17px;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
	float:left;
	border:1px solid #b80407;
}

.aeRating a  {
color:#fff;
}

.aeName {
	font-size:13px;
	font-weight:normal;
	min-height:40px;
	margin-bottom:4px;
	line-height:110%;
}

.aeChart img {
padding:4px 4px 0px 4px;
max-height:80px;
width:auto;
float:left;
}

.aeSection {
margin-top:7px;
font-size:17px;
}

.jobs {
width: 502px;
height: 130px;
}

@media screen and (min-width: 740px) {
.aeChart img {
padding:4px 12px 0px 4px;
max-height:90px;
width:auto;
float:left;
}
.aeSection {
font-size:20px;
font-weight:bold;
-webkit-text-stroke: 0.15px;
}
}

.aeSidebar {
	background: #f8f8f8;
	margin:0 0 8px 0;
	padding:8px;
	width:98%;
	min-height:95px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0px 1px 1px #bbbbbb;
	color:#717075;
	-webkit-text-stroke: 0.15px;
}

.aeSidebar:hover {
	background:white;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.aeSidebar a {
color: #d02220;
}

.aeFullLink {
display:block;
}

.aeSidebarName {
font-size:14px;
font-weight:normal;
margin-top:4px;
height:53px;
}

.aeSidebarPJ {
margin-right:8px;
text-align:right;
font-size:22px;
font-weight:bold;
}

.aeSidebarPJ img {
float:left;
margin: -4px 0 0 -3px;
}

.aeSidebar img {
padding:4px 12px 0px 4px;
max-height:80px;
width:auto;
float:left;
}

.aeSidebarSection {
font-size:20px;
font-weight:bold;
-webkit-text-stroke: 0.15px;
}

/* WPs mediaspelare */
.wp-video-shortcode {
max-width: 100%;
}
.wp-audio-shortcode {
max-width: 100%;
}

/* Marginal för översta bilden */
.wp-post-image {
margin-bottom: 20px;
}

/* Gallerier */
.wp-caption {
border: 1px solid #ccc;
max-width: 100%;
margin-bottom:10px;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
margin-bottom: 1.5em;
}
.wp-caption img {
display: block;
margin: 1.2% auto 0;
max-width: 98%;
}
.wp-caption-text {
text-align: center;
font-size: 80%;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.gallery {
}
/* Göm bildtext från galleriet (Texten syns endast i Lightbox) */
.gallery .gallery-caption {
	display:none;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 100%;
	width:auto;
	float:left;
	margin-right:auto;
}

.gallery a img { border: 0 !important; }

.gallery-size-thumbnail img {
	margin-right: auto;
}
.gallery a img:hover {
	opacity: 0.7;
}
.gallery dd {
	margin: 0;
}
.gallery-columns-2,.gallery-columns-3, .gallery-columns-4, .gallery-columns-5, .gallery-item {
	width:auto;
	margin:auto;
	margin-bottom:20px;
}
.gallery-columns-4 .gallery-item img {
	padding:4px;
	border: 0px;
}

.uppdatering {
	background:#eeeeee;
	padding:10px;
	border:1px solid #e6e4e5;
}


#message {
	width:100%;
	background:#f2f2f2;
	font-size:15px;
	color: #4c5460;
	height:auto;
	padding:15px;
	text-align:center;
	display:none;
}


/* CSS för sidindex på framsidan */
.pageLinks {
	padding:20px;
	background:#263238;
	font-size:18px;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#70b8b3;
	letter-spacing:1px;
	text-align:center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-text-stroke: 0.15px;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}

.pageLinks a {
	color:#d9dbdc;
}
.pageLinks a:hover {
	border-bottom: 2px solid #70b8b3;
}
.page-numbers.current {
	padding:3px 10px 3px 10px;
	background: #6eaca8;
	color:white;
}
.pageInfo {
	text-align:center;
	color:#858585;
	font-size: 13px;
	font-style:italic;
}

.forum-posts {
}

.forum-posts li {
}

/* CSS från gamla temat för citat */
.citat {
float: right;
display: block;
text-transform: uppercase;
font-style: italic;
font-size: 22px;
color: #fa4b2a;
font-family: trebuchet ms, verdana, arial;
width: 200px;
padding: 20px 0 10px 26px;
background: url('imgrtl/citat.png') no-repeat left top;
line-height: 115%;
}

.citat_v {
float: left;
display: block;
text-transform: uppercase;
font-style: italic;
font-size: 20px;
color: #fa4b2a;
font-family: trebuchet ms, verdana, arial;
width: 200px;
padding: 20px 26px 10px 0;
background: url('imgrtl/citat.png') no-repeat left top;
line-height: 115%;
}
.citat_2 {
float: right;
display: block;
text-transform: uppercase;
font-style: italic;
font-size: 18px;
color: #fa4b2a;
font-family: trebuchet ms, verdana, arial;
width: 200px;
padding: 20px 0px 10px 26px;
line-height: 110%;
}

/* Royalslider - galleriet */
.royalSlider,
.royalSlider .rsOverflow,
.royalSlider .rsSlide,
.royalSlider .rsVideoFrameHolder,
.royalSlider .rsThumbs {
    background: #FFFFFF !important;
}
.royalSlider .rsThumb.rsNavSelected {
    background: orange !important;
}

/* Smartphonearkivet och sponsrade inlägg (Lars) */

.arch-head {
	width: 35%;
	margin:0 4px 4px 0px;
	float:left;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.arch-head-next {
	display:block;
	width:14.5%;
	margin-right:5px;
	float:left;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding-left:-5px;
}
@media screen and (max-width: 1024px) {
	.arch-head {
		font-size:12px;
	}
	.arch-head-next {		
		width:13.5%;
		font-size:12px;
	}
}

.smartphone-archive {
	width:100%;
	clear:both;
	position:relative;
	overflow: hidden;
	margin: 0.5rem 0 1rem 0;
	background-color: #fff;
	border-radius: 2px; 
	padding:10px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.archive-img {
	width: 35%;
	margin:0 4px 4px 0px;
	display:block;
	float:left;
	height:100px;
	background-repeat: no-repeat; 
	background-size: cover;
    background-position: 50% 50%;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.archive-img .name-box {
	background:#353d4a;
	background: rgba(0, 0, 0, 0.4);
	float:left;
	padding:7px;
	width:100%;
	height:100px;
}
.archive-img .name-box  h3 {
	font-size:17px;
	color:white;
	line-height: normal;
	text-shadow: 0 1px 1px black;
}

.swe-rec {
	background: url('swe-rec.png') no-repeat;
	width:153px;
	float:right;
	height:33px;
	margin-top: -22px;
	margin-bottom: 5px;
	text-align:center;
	color:#dddee2;
	font-size:10px;
	font-weight:bold;
	line-height: 20px;
}

@media screen and (max-width: 1024px) {
	.swe-rec {
		background: #444f62;
		width:100%;
		height:20px;
		font-size:9px;
	}
}

.archive-section {
	display:block;
	width:15%;
	margin-right:5px;
	float:left;
	height:100px;
	text-align:center;
	padding:0;
	background-color:#cecece;
	position:relative;
	font-size: 17px;
	font-weight:bold;	
}

.archive-section-last {
	display:block;
	width:15%;
	float:left;
	height:100px;
	text-align:center;
	padding:5px 0 0 0;
	background-color:#515c71;
	position:relative;
	font-size: 12px;
	color:white;
}

.archive-section  a {
	color:white;
}

 .archive-section-last a {
	color:white;
 }

@media screen and (max-width: 1024px) {
	.archive-section {
		width:14%;
		margin-right:4px;
		font-size: 13px;
	}
}

.archive-no-mobile {
	display:block;
}

@media screen and (max-width: 1024px) {
	.archive-no-mobile {
		display:none;
	}
}

.archive-section .rating-pile {
	display:block;
	background: url('archive-rating.png') no-repeat;
	bottom:0;
	position:absolute;
	width:100%;
	border-top:#bebebe 1px solid;
	text-align:top;
	color: #fff;
	line-height: 30px;
	text-shadow: 1px 1px 1px #2f3641;	
}

.archive-section .center-info {
	display:block;
	bottom:40%;
	position:absolute;
	width:100%;
}

/* Sponsrade inlägg (Lars) */
.sponsoredTag {
	width:100px;
	float:right;
	height:20px;
	margin-top: -23px;
	margin-right: 5px;
	text-align:right;
	color:#ebde81;
	font-size:14px;
	font-weight:bold;
	text-shadow: 0 1px 1px black;
}
.sponsoredBlock {
	display:block;
	font-size:16px;
	line-height: 1.4em;
	padding-left:10px;
	width:62%;
	height:100px;
	overflow:hidden;
}
.sponsoredImg {
	width: 35%;
	margin:0 4px 4px 0px;
	display:block;
	float:left;
	height:100px;
	background-repeat: no-repeat; 
	background-size: cover;
    background-position: 50% 50%;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.sponsoredImg .titleBox {
	background:#353d4a;
	background: rgba(0, 0, 0, 0.4);
	float:left;
	padding:7px;
	width:100%;
	height:100px;
}
.sponsoredImg .titleBox  h3 {
	font-size:17px;
	color:white;
	line-height: normal;
	text-shadow: 0 1px 1px black;
}

@media screen and (max-width: 1024px) {
	.sponsoredBlock {
		display:none;
	}
	.sponsoredImg {
		width:100%;
	}
}

.newExternal {
	display:block;
	/*margin: 15px 0 -10px 0;*/
	margin:0px;
	/*min-height:300px;*/
	height:auto;
}

.ingress {
	font-weight:600;
	margin-left:10px;
	margin-bottom:20px;
	-webkit-font-smoothing: antialiased;
}

#metrostripp {
	margin-top:-15px; 
	margin-bottom:-11px;
	display:block;
}

@media screen and (max-width: 1024px) {
	.newExternal {
		display:none;
	}
	.ingress {
		margin-left:0;
	}
	#metrostripp {
		display:none;
	}
}


/* --------------- WP-POLLS, Eric */
.wp-polls .pollbar 
{
    margin: 2px 0px;
}

/* --------------- Removes the IMG dot in front of each <li>, Eric */
.wp-polls-ans ul li {
background:none;
}