.pagecontent {
	padding: 0 20px 0 20px;
	max-width:1024px;
	margin: 0 auto 0 auto;
}
h1 {
	font-size: 30px;
	font-weight: normal;
	padding: 15px 15px 0 0;
	color: #000;
	margin-bottom: 0.1em;
	
}
p {
	color: #504e4e;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
}
span {
	color:#120dc4;
}

.top {
	margin-bottom:1em;
}
	






.undertitle {
	color: #000;
	font-size: 18px;
	margin-top: 2em;
	margin-bottom:2em;
	text-align: center;
	line-height:30px;
}


.tlink{
	color: #120dc4;
	text-decoration:none;
}










.title-main{
	
	margin:auto;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-flex-flow: column ;
	flex-flow: column ;
	-webkit-justify-content: center;
	justify-content: center;
	max-width:460px;           /* this is necessary for IE11 */
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { .title-main{margin:0 281px 0 281px;}}/* fix for IE11 - this detect IE which doesn't like 
                                                                                                                         margin:auto and justify-content:center in same time */

.indent{
	padding-left: 2.6em;
	
}

.title-title {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-flex-flow: row ;
	-webkit-justify-content: center;
	justify-content: center;
	
}

.wrapper {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-flex-flow: column ;
	flex-flow: column ;
	-webkit-justify-content: center;
	justify-content: center;
	
	
}
.main {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	
}

/* Table  */
table {
	font-size:14px;
	
}
th {
	font-weight:normal;
}
table th,
table td{
  text-align: left;
  
}
table.layout{
  width: 100%;
  border-collapse: collapse;
}
table.display{
  margin: 1em 0;
}
table.display th,
table.display td{
  border: 2px solid #f7f6fb;
  padding: .5em 1em;
}



/*colors of table header*/
.h1 {
	color: #fff;
	line-height:40px;
}
.b1 {
	background: #52b5d5;
}
.b2 {
	background: #3491ca;
}
.b3 {
	background: #216892;
}
.b4 {
	background: #183e7d;
}

/*colors of 1st rowr*/
.a1 {
	background: #e3e3e3;
}
.a2 {
	background: #ebebeb;
}

/*colors of 2nd rowr*/
.c1 {
	background: #ebebeb;
}
.c2 {
	background: #f1f0f0;
}


@media (min-width: 40em){
	.type, .develop {
		display: none;
	}
	
}


@media (max-width: 40em){
	.type, .develop {
		display: inline;
		color: #000;
	}
    table.responsive-table{
      box-shadow: none;

    }
    table.responsive-table thead{
      display: none; 
    }
  table.display th,
  table.display td{
    padding: .5em;
  }
 

  .rowspan {
	  width:96%;
	  float:left;
  }
 .rowspan.a1 {
  background: #183e7d;
  color: #fff;
 }
 .rowspan.c1 {
  background: #183e7d;
  color: #fff;
 }
  
  table.responsive-table td:nth-child(1),
  table.responsive-table td:nth-child(2){
    
  }
  table.responsive-table td:nth-child(1):before,
  table.responsive-table td:nth-child(2):before{
    position: absolute;
    left: .5em;
    font-weight: normal;
  }
  
    table.responsive-table tr,
    table.responsive-table td{
        display: block;
    }
    table.responsive-table tr{
        position: relative;
        margin-bottom: 1em;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    }
    table.responsive-table td{
        border-top: none;
    }
   
}

 

@media screen and (min-width: 1279px){





.main{
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
}


  
@media all and (max-width : 768px) {



.wrapper {-webkit-flex-flow: column; flex-flow: column;}
.main {-webkit-flex-flow: column; flex-flow: column; order: 1; width: 100%;}


img {
    max-width: 100%;
    height: auto;
    }

h1 {
	font-size: 1.4em;
}

br.br{
	display:none;
} 



.title {
	padding-top:0.5em !important;
}

}



