/*
Plugin Name: jQuery Vertical Scroller
Plugin URI: http://sirisgraphics.com/development/jquery-vertical-scroller-2-0
Description: A plugin to add a widget to scroll posts in your sidebar or footer widgets for WordPress powered by jQuery
Version: 2.6
Author: Vamsi Pulavarthi
Author URI: http://sirisgraphics.com/
License: GPLv2
*/

/* Widget related styles */
.sgjvs_widget_title {
    /* Add your custom css here  for title */
    max-width: 242px;
    /* border-top: 1px solid #ddd; */
    padding-top: 0px;
}

p.sgjvs_widget_title
 {
    margin-bottom: 5px; 
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    
}
p.sgjvs_widget_date {
   
}

.sgjvs_widget_title a {
    /* Add your custom css here  for title */
    text-transform: none;
    color: #505050;
    font-weight: normal;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    white-space: pre-wrap;
    font-size: 12px;
    line-height: 10px;
    font-weight: bold;
    text-decoration: none;
}

.scrollingtext ul {
    list-style-type: none !important;
}


.sgjvs_widget_date {
    /* Add your custom css here  for date */
    font-size: 11px;
    color: #bbb;

}

.kompanija {
  /*  background: white url(http://veterinarmagazinet.se.hemsida.eu/wp-content/uploads/bg_job_teaser_item.png) repeat-x left bottom; */
}

.sgjvs_widget_content {
    /* Add your custom css here for content */
    font-style: italic !important;
}
.sgjvs_widget_excerpt {
    /* Add your custom css here for excerpt */
    font-style: italic !important;
}

/* Shortcode related styles */
.sgjvs_sc_title {
    /* Add your custom css here  for title */
}
.sgjvs_sc_title a {
    /* Add your custom css here  for title */
    
}
.sgjvs_sc_date {
    /* Add your custom css here  for date */
    
}
.sgjvs_sc_content {
    /* Add your custom css here for content */
    font-style: italic !important;
}
.sgjvs_sc_excerpt {
    /* Add your custom css here for excerpt */
    font-style: italic !important;
}

.scrollingtext ul {
    /* margin-top: -300px !important; */
}

