/* AB Baginski & Partner CSS */
/* senast uppdaterad 201501212 */


}

#text a:link, a:visited, #text a{
 text-decoration  : none;
 font-variant     : normal;
 font-weight      : normal;
}

#textLiten {
 text-decoration  : none;
 font-variant     : normal;
 font-weight      : normal;
 font-family      : sans-serif;
 font-size        : 11px;
 color            : #fff;
}

#rantetabellHuvud {
 background-color : #dd2222;
 text-decoration  : none;
 font-variant     : normal;
 font-weight      : bold;
 font-family      : sans-serif;
 font-size        : 14px;
 color            : #ffffff;
}




.noScript {
  text-align        : left;
  color             : #555;
}

.noScript a {
  color             : #555;
  font-weight       : bold;
}


#links a:link, #links a {
  text-decoration     : none;
  display             : block;
  color               : #09214B;
  
}

#fotograftext {
  font-size : 9;
  color     : #09214B;
}

#bild, #bildtext {
  font-size : 10;
  color     : #09214B;
}

img.bildMellan { max-width: 480px; max-height: 320px; }
div#bildMellanContainer { width: 480px; height: 320px; }

img.bildStor { max-width: 900px; max-height: 600px; }
div#bildStorContainer { width: 900px; height: 600px; }

.artistbiografi {
  display:block;
  font-family:sans-serif;
}

#pris, #pristext {
  font-size : 14;
  color     : #09214B;
}




/* test */

.modal.modal-wide .modal-dialog {
  width: 95%;
}

.modal-wide .modal-body {
  overflow-y: auto;
}


/* irrelevant styling */


body p {
  max-width: 400px;
  margin: 20px auto;
}

#tallModal .modal-body p {
  margin-bottom: 900px
}






.blink_text {
-webkit-animation-name: blinker;
-webkit-animation-duration: 1s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;

-moz-animation-name: blinker;
-moz-animation-duration: 1s;
-moz-animation-timing-function: linear;
-moz-animation-iteration-count: infinite;

 animation-name: blinker;
 animation-duration: 2s;
 animation-timing-function: linear;
 animation-iteration-count: infinite;

 color: red;
}


@-moz-keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
 }

@-webkit-keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
 }

@keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
 }
