/*
 Theme Name:     Ordbok
 Description:    Spacious(-pro) child theme
 Author:         Erik Bäckerud
 Template:       spacious-pro
 Version:        1.0.0
*/

/* Dölj Instagram knapp på panelen. */
#secondary .sbi_follow_btn {
	display: none;
}
.home .su-spoiler {
	background: #FFF;
}
.home .su-spoiler-style-default > .su-spoiler-content {
	padding: 0px;
	line-height: 24px;
}
/* styla autocomplete-fältet under sökrutan. */
.ui-autocomplete {
    /* background: #F8F8F8; */
    background-color: rgba(255, 255, 255, 0.99);
    padding-left: 5px;
    padding-bottom:5px;
    line-height: 1.45;
    width: 140px;
    border: solid 2px #dfdfdf;
    z-index: 30;
}
.ui-autocomplete li {
    /* Litet guldkant på tillvaron. */
    /*border-bottom:solid 1px #d2bd36;*/
    border-bottom:solid 1px #dfdfdf;
    margin-right: 5px;
    cursor: pointer;
}
.ui-autocomplete li:hover {
    color: #FFFFFF;
    background: #BF8E3B;
}
/* PLats ovanför loggan */
.site-header {
    padding-top: 10px;
}
/* Mörkblå rand under guldlisten i toppen */
#main {
    border-top: solid 10px #001A50;
}
.home #main {
    border-top: none;
}
/* Upp/Ned knapparna i snabblisten */
.navi-div {
    text-align: center;
}
.navi-span {
    margin-bottom: 0px;
    width: 46px;
    height: 23px;
}
.navi-top {
    margin-bottom: 4px;
}
.navi-bottom {
    margin-top: 4px;
}
p {
   color: #000033;
}
body {
   color: #000033;
}
/* Ingen skuggkant på vanliga bilder. E.B. 151019 */
.wp-caption {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}
#primary .wp-caption {
    border: 2px solid #FFFFFF;
    box-shadow: none;
}
/* Dölj rubriken på alla sidor */
/*.no-sidebar-full-width */
.page .header-post-title-container {
    display: none;
}
/* mindre utrymme runt loggan */
#header-text-nav-wrap {
    padding-top: 0px;
    /* 15 px i original. */
    padding-bottom: 0px;
    margin-bottom: 5px;
}
#header-logo-image {
    padding: 0px;
}
#header-logo-image a img:hover {
    opacity:initial;
    box-shadow: none;
}
/* Mindre blankt i toppen */
body {
    padding-top: 1px;
}
@media screen and (min-width: 783px) {
    body {
        padding-top: 4px;
    }
}

/* Sökrutan */
#header-right-sidebar .seekbox {
    padding-bottom: 2px;
}
#seeker {
    width: 75%;
    height: 26px;
    background-color: #e1e6ea;
    color: #000000;
}
#seeker:focus {
      border: 1px solid #000033;

}
#seeksubmit {
    /* font-family: Georgia, Times New Roman, Times, serif; */
    color: #ffffff;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left:  12px;
    padding-right: 12px;
    height: 36px;
}
.seekbox input {
    margin-bottom: 0px;
}
/* Ändra transparens i sliderns text (0.3). */
#featured-slider .entry-description-container {
        /*background-color: rgba(0, 0, 0, 0.7);*/
          background-color: rgba(0, 0, 51, 0.5);
  
}
/* Ändra textfärg i sliderns brödtext */
#featured-slider .entry-description-container p {
        color:#ffffff;  
}
/* Ram runt författare, datum... på Nyheter */
.post .entry-meta {
    border: solid 1px rgba(102, 153, 204, 0.5);
;
}
/* Dölj spoiler i sidfoten */
.utesluten {
    display: none;
}
/* Artikelns titel. */
.uppslagsord {
    /*
    font-weight: 700;
    font-size: 19px;
    */
    color: #0F0F0F;
}
/* Länkar på inläggssidan */
.post .entry-content a {
    color: #AE7834;
}
/* Stilstorlek på rubriker. */
h1 { font-size: 32px; }
h2 { font-size: 26px;
    padding-top: 20px;
    padding-bottom: 4px;
}
h3 { font-size: 20px;
    padding-top: 20px;
    padding-bottom: 4px;
}
h4 { font-size: 18px;
    padding-top: 20px;
    padding-bottom: 4px;
}
/* Rubriken på widgets i högerspalten */
#secondary h3.widget-title {
    padding-top: 0px;
    padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
    /* Positionera huvudmenyn vertikalt */
    .main-navigation {
	margin-top: 10px;
    }
    #header-logo-image {
	margin-bottom: 5px;
    }
    /* Mer plats för fotmenyn */
    .menu-fotmeny-container {
	margin-right: 10px;
    }
}
/* Enejbla skrollbarar på su-columnerna (min-width 769?). */
@media screen and (min-width: 68px) {
    .su-tabs-pane {
        height: 410px;
    }
    .skroll {
        overflow: auto;
        /* -webkit-overflow-scrolling: touch; */
    }
    .noskroll {
	white-space: nowrap;
	overflow: hidden;
    }
}
@media screen and (min-width: 768px) {
    /* Smalna av högerpanel på artikelsidan */
    .widget .su-tabs {
	/* max-width: 220px; */
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
    }
    /* Smalare spalt för artikeltext */
    #post-10 .entry-content {
	/* max-width: 500px; */
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
    }
}
/* Samma sak, fast för Chrome som uppför sig annorlunda! */
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width: 68px) { 
    .su-tabs-pane {
        height: 410px;
    }
}

/* Styla fritextsökning */
.dataTables_wrapper label select  {
    color: #003;
    background: #e1e6ea;
}
#konk {
    width: 270px;
    margin-right: 4px;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
/*    border: 1px solid #000033; */
    background-color: #e1e6ea;
    color: #000033;
    height: 26px;
}
#konk:focus {
    border: 1px solid #000044;
}
.friform button {
    /* font-family: Georgia, Times New Roman, Times;*/
color: #ffffff;
    margin-bottom: 0;
    padding: 9px 14px;
}
.friform {
    margin-top: 10px;
}
.flerval {
    background-color: #e1e6ea;
    min-width: 35px;
    color: #000033;
    height: 34px;
    width: 50px;
}
.friknapp {
    display: inline;
    clear: none;
}
.seekword {
    display: inline;
    clear: none;
    margin-left: 20px;
}
@media screen and (max-width: 767px) {
    #konk {
    	width: 58%;
    }
    .seekword {
	display: block;
	margin-top: 20px;
	margin-left: 0px;
    }
}

/* Fixa displayen av fritext resultaten */
#fritekst-1 .column-1 {
  white-space: normal;
/*  font-family: "Courier New",Courier,monospace; */
  font-size: 90%;
  font-weight: normal;
  border: 0px none;
  color: #000;
  line-height: 1.6em;
  padding: 0px 1px; 
}
#fritekst-1 .even .column-1 {
/*  background: #eee; */
	/*background: #fbfaec;*/
        background: #fff;
}
#fritekst-1 .odd .column-1 {
/*  background: #ddd; */
	/*background: #efe3a0;*/
         background: rgba(102, 153, 204, 0.2);
         color: #fff;
}
#fritekst-1 .odd .column-2 {
	background: rgba(102, 153, 204, 0.2);
        /*background: #fbfaec;*/

}
#fritekst-1 .even .column-3 {
	background: #fff;
}
#fritekst-1 .odd .column-3 {
	background: rgba(102, 153, 204, 0.2);

}
#fritekst-1 .column-2 {
  white-space: normal;
  font-family: "Courier New",Courier,monospace;
  font-size: 100%;
  font-weight: normal;
  border: 0px none;
  line-height: 1.6em;
  padding: 0px 1px;
  text-align: center;
}
#fritekst-1 .column-3 {
  white-space: normal;
/*  font-family: "Courier New",Courier,monospace; */
  font-size: 90%;
  font-weight: normal;
  border: 0px none;
  color: #fff;
  line-height: 1.6em;
  padding: 0px 1px; 
}
#fritekst-1 .row-1 {
    display: none;
}
#fritekst-1_length {
    margin-bottom: 10px;
}
#fritekst-1 .dataTables_empty {
    display: none;
}

#mobil-1 table {
    margin-bottom: 0px;
}
#mobil-1 .column-1 {
  white-space: normal;
  font-family: "Courier New",Courier,monospace;
  font-size: 90%;
  font-weight: normal;
  border: 0px none;
  color: #000;
  line-height: 1.5em;
  padding: 0px 1px; 
}
#mobil-1 .row-1 {
    display: none;
}
#mobil-1 .dataTables_empty {
    display: none;
}
/* Förkortningar och källor. */
#eksempel td, #eksempel th {
    border: 0px none;
    padding-right: 0px;
}
#eksempel tfoot {
    display: none;
}
#eksempel .odd td {
    /* background: rgba(102, 153, 204, 0.2); */
    background: #e0ebf5;
}
table#eksempel {
    margin-bottom: 0px;
    clear: both;
    float: none;
}
#eksempel_processing {
    float: none;
/*    clear: both; */
}
#eksempel_wrapper {
    font-size: 15px;
}
#eksempel .col-1 div {
    word-wrap: break-word;
    word-break: break-all;
}
#eksempel td div {
    height: 41px;
    max-height: 41px;
    overflow: auto;
    word-wrap: break-word;
    word-break: normal;
    min-width: 140px;
}
.abbr {
    color: #006699;
}
@media screen and (max-width: 450px) {
	#eksempel_filter input {
	    width: 110px;
	}
	#eksempel td  div {
	    min-width: 100px;
	}
}
@media screen and (max-width: 640px) {
    .post-1103 p {
	font-size: 15px;
    }
}
/* Info boxar? */
.alert {
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background-color: #e1e6ea;
    color:#000033;
    width: 85%;
    padding: 10px 15px;
    margin-bottom: 25px;
/*
    box-shadow: 5px 5px 10px rgba(0,0,51,0.5);
    border: solid 1px rgba(102,153,204,0.2);
*/
}
/* Gör su-spoiler litet smalare...  */
.rawcontent .su-spoiler-title {
    padding-top: 4px;
    padding-bottom: 4px;
}
.rawcontent .su-spoiler-icon {
    top: 4px;
}
.rawcontent div.su-accordion {
    margin-top: 2px;
    margin-bottom: 8px;
}
#primary .titlez {
    line-height: 1.2em;
}
/* Tabbarna i högra panelen */
.su-tabs-nav {
padding: 0px;
/*      background-color: rgba(102,153,204,0.2); */
    background-color: #e1e6ea;
}
/* Tool tips */
.su-tabs-nav span span {
    padding: 0;
    min-height: 0;
    margin-right: 0px;
}
#secondary .widget a {
    color: #AE7834;
    color: rgb(174,120,52);
}
#secondary .widget ul li {
    border-bottom: 1px solid rgba(102,153,204,0.2);
}
#text-18 .textwidget {
    line-height: 1.5; /* kontakt-texten */
}
#secondary .su-tabs a {
    color: #000033;
}
#secondary .widget p {
    margin-bottom: 10px;
}
.home .entry-content h2 {
    padding-top: 0px;
}
/* Gör bakgrunden på hela sidan vit. */
body {
     background-color: #FFFFFF;
}
/* Dölj slider på sidan Nyheter. */
.blog #featured-slider {
    display: none;
}
/* Ikoner över puffar. */
.eb-one-third {
    padding-top: 0px;
}
.service-image img.attachment-featured {
    margin-bottom: 0px;
    margin-top: 0px;
}
.eb-one-third p,
.eb-one-third .widget-title,
.eb-one-third .service-image,
.eb-one-third .more-link-wrap,
.lenk .more-link-wrap {
        text-align: left;
}
.osalink {
    color: #AE7834;
}
/* Avståndet mellan text och länk i puffarna */
.eb-one-third p {
    margin-bottom: 5px;
}
.eb-one-third h3.widget-title {
    padding-top: 2px;
    padding-bottom: 10px;
    font-size: 25px;
    font-weight: bold;
}
/* Länkfärg i puffar */
.equus a {
    color: #AE7834;
}
.equus ul {
    list-style: inside;
    line-height: 24px;
    margin-bottom: 6px;
}
/* Dagens ord */
.dagens {
	border: solid 3px #e1e6ea;
	padding-bottom: 10%;
}
@media screen and (min-width: 769px) {
	.dagens {
		padding-bottom: 60%;
	}
}
.dagens p a {
    font-size: 140%;
    color: #AE7834;
}
.widget .call-to-action-button {
    color: #FFF;
    float: left;
    clear: left;
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Open Sans";
}
.sekundar .su-column {
    /* margin-bottom: 60px !important; */
}
@media screen and (min-width: 769px) {
    .equus .call-to-action-button {
	padding-left: 20px;
	padding-right: 20px;
/*	position: absolute; */
	bottom: 0;
    }
/*
    .equus {
	height: 200px;
	position: relative;
    }
*/
}
.tg-one-half a {
    color: #AE7834;
}
/* insta widgeten */
.su-column-size-1-3 h3.widget-title {
    padding-top: 0px;
}
@media screen and (min-width: 768px) {
    .su-column-size-1-3 .eb-one-third {
	padding-left: 20px;
	padding-right: 20px;
    }
}
#sb_instagram #sbi_load .sbi_follow_btn {
    float:left;
}
#sb_instagram #sbi_load .sbi_follow_btn a {
    font-size: 16px;
}
#sb_instagram {
    margin-left: 0px;
    margin-right: unset;
}
@media screen and (max-width: 767px) {
    .sekundar .su-column {
	padding-top: 40px !important;
    }
    #sb_instagram {
/*	height: 101% !important; */
	width: 90% !important;
	margin-left: auto;
	margin-right: auto;
    }
    #sb_instagram #sbi_load .sbi_follow_btn {
	/* width: 91% */
    }
}
/* Fixa texten i slider som rinner utanför */
#featured-slider .entry-container .entry-content {
	display: none;
}
#featured-slider .entry-container {
	/**** Fixa obs ****/
/*    left: 2%; */
	top: auto;
	-ms-transform: initial;
	-webkit-transform: initial;
	transform: initial;
	position: absolute;
	bottom: 6%;
	max-width: 90%;
}
#featured-slider .entry-description-container {
	padding: 8px 15px 0px 15px;
}
#featured-slider .entry-title span {
   font-size: 20px;
}
@media screen and (max-width: 767px) {
	#featured-slider .entry-title span {
   		font-size: 16px;
		margin-bottom: 10px;
	}
	#featured-slider .entry-container {
		bottom: 10%;
	}
}
@media screen and (max-width: 500px) {
	#featured-slider .entry-title span {
   		font-size: 12px;
	}
}
/*
@media screen and (max-width: 1078px) {
        #featured-slider .entry-container {
                max-width: 60%;
        }
}
@media screen and (max-width: 950px) {
        #featured-slider .entry-container { max-width: 70%; }
        #featured-slider .entry-description-container {
	    padding: 5px 10px; 
	    padding: 0.5rem 1rem;
	}
        #featured-slider .slider-title-head { margin-bottom: 0; }
        #featured-slider .entry-title span {
	    font-size: 18px;
	    color:#ffffff;
	    line-height: 1.4;
	}
        #featured-slider .entry-content p { 
	    font-size: 14px; text-color:#ffffff;
	    line-height: 1.4; 
	}
        #featured-slider .slider-read-more-button { 
	    font-size: 14px; padding: 5px 10px; padding: 0.5rem 1rem;
	}
}
@media screen and (max-width: 690px) {
        #featured-slider .entry-description-container {
	    padding: 3px 6px;
	    padding: 0.3rem 0.6rem;
	}
        #featured-slider .entry-title span { font-size: 14px; }
        #featured-slider .entry-content p { font-size: 10px;  }
        #featured-slider .slider-read-more-button { 
	    margin-top: 5px;
	    font-size: 10px;
	    padding: 3px 6px;
	    padding: 0.3rem 0.6rem;
	}
}
@media screen and (max-width: 500px) {
        #featured-slider .entry-content,
	#featured-slider .slider-read-more-button {
	    display: none;
	}
        #featured-slider .entry-container {
                max-width: 80%;
        }
}
*/
/* Dölj knappen inuti sliders helt. */
#featured-slider .slider-read-more-button {
    display: none;
}
/* Back-to-top knappen. */
a#scroll-up {
    border: solid 1px #F0F0F0;
}
/* Ram kring kontaktformulär */
div.wpcf7 {
    margin: 1px;
    padding: 10px;
    border: solid 2px #e0e0e0;
    border-radius:3px;
}
.wpcf7-captchac {
    border: solid 1px rgba(102,153,204,0.99);
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.wpcf7 input,
.wpcf7 textarea {
/*    background-color: rgba(102,153,204,0.2); */
    background-color: #e1e6ea;
    border: solid 1px #000033;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border: solid 1px #000000;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="password"],
.wpcf7 textarea {
    margin-bottom: 0px;
}
/* bredd på högerspalten */
@media screen and (min-width: 768px) {
    #secondary {
	width: 29%;
    }
    #secondary figure {
	margin-left: -12px;
    }
    .page-id-10 #secondary {
	/* högerpanelen på artikelsidan, måste ha mer plats. */
	width: 32%;
    }
    .tg-one-half-last .widget {
	width: 80%;
    }
}
.widget .wp-caption-text {
    font-size: 13px;
    text-align: left;
}
#primary .wp-caption-text {
    font-size: 14px;
    text-align: left;
}
.luft {
    margin-top: 10px;
}
#header-meta {
    border: none;
}
#header-meta .small-menu a {
/*    color: rgba(102,153,204,0.9); */
    color: #001A50;
}
/* Ordbokens hus Dalbyvägen. */
.villa {
    padding-top: 18px;
    width: 90%;
    height: 90%;
}
@media screen and (min-width: 769px) {
    .villa {
	width: 90%;
	height: 90%;
    }
}
.huset {
    width: 75%;
    height: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 18px;
}
/* Texten om ordbokens hus */
.tg-one-half .widget-title {
    text-align: left;
    font-size: 25px;
    font-weight: 700;
}
.tg-one-half-last p {
    text-align: left;
}
/* Nedre widgetraden. */
.eb_bottom .widget-title {
    font-size: 25px;
    font-weight: 700;
}
/* Länkar (ordklass) på svarssidan. */
.caset {
    font-size: 14px;
    font-weight: normal;
    color: #000033;
}
.casez {
    font-family: Georgia,Times,serif;
    font-size: 12px;
    font-weight: normal;
    color: #000033;
    line-height: 10px;
}
/* Helt nya puffar, framsida*/
#sekundar {
    margin-bottom: 50px;
}
#sekundar .widget-title {
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 10px;
}
#sekundar .widget a {
    color: #AE7834;
    color: rgb(174,120,52);
}
#sekundar .widget p {
    margin-bottom: 0px;
}
#sekundar .widget ul li {
    line-height: 1.5;
    /* border-bottom: 1px solid #EAEAEA; */
    border-bottom: 1px solid rgba(102, 153, 204, 0.2);
    padding: 5px 0px;
}
#sekundar .widget {
    padding-bottom: 15px;
}
.amr-widget-area .textwidget p {
    margin-bottom: 5px;
}
.amr-widget-area h3.widget-title {
    font-size: 22px;
}
.amr-widget-area ul {
    line-height: 24px;
}
.amr-widget-area .widget a {
    color: #AE7834;
    color: rgb(174,120,52);
}
.amr-widget-area .widget {
    margin-bottom: 30px;
}
.amr-widget-area .widget ul li {
    line-height: 1.5;
    /* border-bottom: 1px solid #EAEAEA; */
    border-bottom: 1px solid rgba(102, 153, 204, 0.2);
    padding: 5px 0px;
}
/* tre-delad widget-area */
.amr_widget h3 {
    font-size: 24px;
}
.amr_widget ul {
    line-height: 24px;
}
.amr_widget a {
    color: #AE7834;
    color: rgb(174,120,52);
}
.amr_widget ul li {
    line-height: 1.5;
    /* border-bottom: 1px solid #EAEAEA; */
    border-bottom: 1px solid rgba(102, 153, 204, 0.2);
    padding: 5px 0px;
}
/* Bild i högersidan */
.sidobild {
    padding: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.cred {
    text-align: left;
    font-size: 12px;
    color: #808090;
    /* padding-left: 20px; */
}
.tg-one-half {
    padding-bottom: 20px;
}
.inramad {
    border: solid 1px #303030;
}
/* Skärmklipp i manualdelen */
.klipp {
    padding: 4px;
    border: solid 1px #e0e0e0;
}
/* Spärrad kursiv i manualdelen */
.stretch {
    font-style: italic;
    letter-spacing: 0.3em;
}
/* Upphöjd siffra i manualdelen. */
.kupp {
    font-family: "Times New Roman", Times, serif;
/*    font-family: Georgia, serif;	*/
/*    letter-spacing: 0.05em;		*/
    vertical-align: super;
}
/* Kolumner i förkortningslistan. */
.abbrev {
    font-size: 14px;
}
.fkol1 {
    font-weight: 600;
}
.fkol2 {
}
/* Dölj scrollisten i printläge! */
@media print and (min-width: 767px) {
	.page-template-contact .textwidget {
		display: none;
	}
}
/* Lästips */
.laestips tbody td {
	border: none !important;
}
.laestips .odd td {
    background-color: #F0F0F8 !important;
}
/**************************************/
/*                                    */
/* Article styling                    */
/*                                    */
/**************************************/
.post-10 .entry-content td {
    padding-top: 0px;
}
/* Hindra att WP:s automatiska radbrytningar ändrar formateringen. */
.rawcontent div br {
    display: none;
}
.aktiv {
  color:#3f0f0f;
  font-size: 100%;
  font-weight: normal;
}
.passiv {
  color:#A0A0A0;
  font-size: 100%;
  font-weight: normal;
}
.pilar {
  width: 98%;
}
.smal {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .smal {
    display: none;
  }
}
.monoz {
  white-space: pre;
  font-family: "Courier New",Courier,monospace;
  font-size: 90%;
  font-weight: normal;
}
.fatz {
  white-space: pre;
  font-family: "Courier New",Courier,monospace;
  font-size: 90%;
  font-weight: bold;
  background: #eee;
  background-color: #eee;
}
.menyz {
  font-size: 90%;
  color:#3f0f0f;
  background-color: #dfdfdf;
  font-weight:bold;
}
.dotz {
  font-size: 1.0em;
  font-weight: bold;
  font-style: normal;
  color:#556;
  padding: 0px;
}
.zelection {
  text-decoration: none;
  /* color:#804020; */
  color:#A08020;
  padding: 0px;
  font-family: Georgia,Times,serif;
  font-size: 130%;
  font-weight: bold;
  line-height: 1.4em;
}
.titlez {
  font-family: Georgia,Times,serif;
  font-size: 120%;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  line-height: 1.5em;
}
.rawcontent {
/*    background-color: #F4F8FC; */
    background-color: #F6F8FA;
    border-radius: 3px;
    font-style: normal;
    font-family: Georgia, serif;
    color: #000000;
    font-size: 0.75em;
    line-height: 1.9em;
    text-align:justify;
}
.rawcontent .SparradKursiv {
    font-size: 1.3em;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 0.4em;
}

.rawcontent .SparradAntikva {
    font-size: 1.2em;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.3em;
}

.rawcontent .StorRubrik {
    font-size: 1.6em;
    font-weight: bold;
    font-style: normal;
}
.rawcontent H1.StorRubrik {
    display: inline;
    font-family: Georgia,Times,serif;
}

.rawcontent .StorKursiv {
    font-size: 1.4em;
    font-weight: normal;
    font-style: italic;
}

.rawcontent .StorGrekiska {
    font-size: 1.5em;
    font-weight: normal;
    font-style: italic;
    color: #663300;
    font-family: "Times New Roman", Times, serif;
}
.rawcontent .StorAntikva {
    font-size: 1.4em;
    font-weight: normal;
    font-style: normal;
}

.rawcontent .LitenRubrik {
    font-size: 1.1em;
    font-weight: bold;
    font-style: normal;
    color: #333333;
}
.rawcontent H1.LitenRubrik {
    display: inline;
    font-family: Georgia,Times,serif;
}

.rawcontent .LitenKursiv {
    font-size: 1.1em;
    font-weight: normal;
    font-style: italic;
}

.rawcontent .LitenGrekiska {
    font-size: 1.3em;
    font-weight: normal;
    font-style: italic;
/*    color: #AA1122; */
    color: #663300;
/* I Times New roman blir Phi rätt, men theta måste fortfarande
   ersättas med U+03D1 (Theta symbol). */
    font-family: "Times New Roman", Times, serif;
    letter-spacing: 0.05em;
}
.rawcontent .LitenAntikva {
    font-size: 1.0em;
    font-weight: normal;
    font-style: normal;
}

.rawcontent .Formstil {
    font-size: 1.4em;
    font-weight: bold;
    font-style: normal;
    color: #000000;
}
.rawcontent .Forfattarstil {
    font-size: 1.2em;
    font-weight: bold;
    font-style: normal;
    font-variant: small-caps;
    color: #000020;
}
.slink {
   color: #004488 !important;
}
.rawcontent a:hover {
   text-decoration: underline;
   text-decoration-color: #004488;
}
.slink .LitenAntikva {
    /* color: #204060; */
	color: #004488;
    font-weight: 500;
}
.slink .LitenKursiv {
    color: #004488;
    font-weight: 500;
}
.rawcontent .slink .Forfattarstil {
    color: #004488;
}
.rawcontent .formparentes {
        font-size: 1.3em;
    font-weight: bold;
    font-style: normal;
}

.rawcontent .indent {
        padding-left: 20px;
}

.rawcontent .upphojd {
    font-size: 1.0em;
    font-weight: normal;
    vertical-align: super;
    font-style: normal;
    letter-spacing: 0.2em;
    font-family:'Bookman Old Style',Bookman,'URW Bookman L','Palatino Linotype',serif;
}

.rawcontent .nedsankt {
    font-size: 1.0em;
    font-weight: normal;
    vertical-align: sub;
    font-style: normal;
    letter-spacing: 0.2em;
/*
    font-family: "Times New Roman",Times,serif;
 */
}

/*
 * I webbpresentationen används speciell stil för etymologiparenteser.
 * Annars står de normalt i stor antikva.
 * E.B. 2013-09-05
 */
.rawcontent .etymologi {
    font-size: 1.5em;
    font-weight: bold;
    color: #4020A0;
}

.rawcontent .jamn {
    margin-top: 8px;
}
.rawcontent .udda {
    background-color: #FFFFFF;
    margin-top: 8px;
}
.rawcontent > div {
    padding-left: 5px;
    padding-right: 5px;
}
.rawcontent .overbar {
    border-top: solid 2px #DFD8D0;
    margin-top: 10px;
    padding-top: 10px;
}

.lmt {
    color: rgb(17, 17, 17);
    font-family: Georgia, serif;
    font-size: 1.5em;
    font-weight: normal;
    font-style: normal;
}
/* Bild i Instagram Widget */
.instagram-size-small img {
	width: 80%;
	height: 80%;
}
@media screen and (max-width: 767px) {
	.instagram-size-small img {
		margin-left: 10%;
		margin-right: 10%;
	}
}
