/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/


h2.ranking {
    margin: 0;
    font-size: 4em;
    font-weight: normal;
    background-color: #941906;
    color: white;
    padding: 0.25em 0;
    line-height: 1em;
    text-align: center;
}

h2.greater_10{background-color:black !important;}


.previous-weeks span{display:inline-block;padding:2%;background: #941906;}
.previous-weeks span a{color:white;}


@media only screen and (max-width: 991px) {
  .this_week,.album_cover,.artist_info{text-align:center;}
}