/*	__________________________________________________________________________________________________________________
	Övrigt
	*/

	.float-right {
		float: right;
	}


/*	__________________________________________________________________________________________________________________
	Youtube 
	*/


.youtube-clip {
	text-align: center;
        padding: 20px 0px 0px 0px;
}
.youtube-rating {

        padding: 6px 0px 0px 0px;
}
.youtube-title {
        display: block;
        padding: 0px 0px 5px 0px;
        margin: 0px;
        font-size: 13px;
}


/*	__________________________________________________________________________________________________________________
	Big Mac Index
	*/


.odd td {
	background-color: #fef2e2;
}
.even td {
	background-color: #fefaf5;
}
.country_name {
	font-weight: bold;
}
.bigmac-sub-title {
	font-size: 15px;
       font-style: italic;
}

/*	// __________________________________________________________________________________________________________________
	Google-search
	*/

	.google-search {

			 padding: 20px 0px 60px 0px;
			  margin: 0px 0px 0px 0px;

	}

/*	// __________________________________________________________________________________________________________________
	Map- Markers
	*/

	.map-marker {

			width: 240px;
                        padding-bottom: 10px;
                      
	}
	.map-marker .thumb{

			width: 50px;
                       height: 60px;
                       float: left;
                       padding-right: 7px;
}
	.map-marker .flag{
                      display: inline;
                     padding-left: 3px;

                      
	}
	.map-marker .small {
			font-size: 11px;
                       color: gray;
                       line-height: 16px;        
	}
       .create-map {
			width: 800px;
                        height: 400px;
                       margin: 10px 0px 0px 0px;      
	}

/*	 __________________________________________________________________________________________________________________
	Popup
	*/


	.round-top-popup{
                margin-top: 10px;
		width: 600px;
		height: 15px;
                background-image: url(images/layout/popup_bg_content_top.png);
                background-repeat: no-repeat;
	}
	.round-bottom-popup{
                margin-bottom: 20px;
		width: 600px;
		height: 15px;
                background-image: url(https://utbytesstudent.se/images/layout/popup_bg_content_bottom.png);
                background-repeat: no-repeat;
	}
	#container-middle-popup{
		width: 600px;
                min-height: 460px;
                background-image: url(images/layout/popup_bg_content_middle.png);
                background-repeat: repeat-y;
	}
       .popup_bg{
        margin-right: 15px;
        width: 585px;
        background-image: url("https://utbytesstudent.se/images/layout/popup_bg.png");
        background-position: top right;
        background-repeat: no-repeat;
}
	.entry_popup{
		padding: 13px 50px 50px 30px;
	}
