@charset "utf-8";


@font-face {
	font-family: 'S-Core';
	font-weight:100;
	src: url('/gbis2014/resources/font/S-CoreDream-1Thin.woff') format('woff');
}
@font-face {
	font-family: 'S-Core';
	font-weight:200;
	src: url('/gbis2014/resources/font/S-CoreDream-2ExtraLight.woff') format('woff');
}
@font-face {
  font-family: 'S-Core';
  font-weight:300;
  src: url('/gbis2014/resources/font/S-CoreDream-3Light.woff') format('woff');
}
@font-face {
	font-family: 'S-Core';
	font-weight:400;
	src: url('/gbis2014/resources/font/S-CoreDream-4Regular.woff') format('woff');
}
@font-face {
	font-family: 'S-Core';
	font-weight:500;
	src: url('/gbis2014/resources/font/S-CoreDream-5Medium.woff') format('woff');
}
@font-face {
	font-family: 'S-Core';
	font-weight:600;
	src: url('/gbis2014/resources/font/S-CoreDream-6Bold.woff') format('woff');
}
@font-face {
	font-family: 'S-Core';
	font-weight:700;
	src: url('/gbis2014/resources/font/S-CoreDream-7ExtraBold.woff') format('woff');
}
@font-face {
	font-family: 'S-Core';
	font-weight:800;
	src: url('/gbis2014/resources/font/S-CoreDream-8Heavy.woff') format('woff');
}
@font-face {
	font-family: 'S-Core';
	font-weight:900;
	src: url('/gbis2014/resources/font/S-CoreDream-9Black.woff') format('woff');
}

*{
    font: normal 14px S-Core;
}


#outerBox{
    display:flex;
    flex-direction: column;

}
#heading{
	font-size: 17px;
    display: flex;
    justify-content: center;
    height:50px;
    background-color: #D67E24;
    color:#ffffff;
}
#innerFirst{
    background-color: #ffffff;
    font-weight:500;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#innerSecond{
    display: flex;
    justify-content: center;
}
#browserTable{
    display: flex;
    justify-content: space-around;
    border: 1px solid gray;
    width:90%;
    height:180px;
    padding-top: 10px;
}

.browser_item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.browser_item >img{
    width:90px;
    height:87px;
}

#chrome{
    padding-top: 5px;
}
.img_description{
    display: flex;
    justify-content: center;
    padding-bottom:10px;
}

#innerSecond{
    padding-top: 20px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.img_upper{
	display: flex;
    justify-content: center;
}
#nono{
	color:#ff0000;	
}
#check{
	width:20px;
	height:20px;
	margin-right:12px;
}
#notToday{
}
#close{
	margin:0 0 0 10px;
	width:25px; 
	height:25px;
	border-radius:500px; 
	background:#00458a; 
	line-height:25px; 
	text-align:center; 
	color:#ffffff; 
	border:0;
	outline:0;
}
