
#Main {
    max-width: 100%;
    padding:0;
}
body,
input {
    font-size: 16px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    color: #212529;
}
button {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.Tabs-Tab {
    font-size: 16px;
}

.SortingContainer-NoChange-NewsColumn a,
.SortingContainer-NoChange-NewsColumn a:link,
.SortingContainer-NoChange-NewsColumn a:visited,
.PressRelease-NewsTitle,
a,
a:link,
a:visited,
#YearPeriodsContainer a {
    color: #212529;

    font-weight: normal;
    text-decoration: none;
    font-style: none;
}

#SortingContainer .NewsColumn-Container a {
    margin-right: 1em;
    font-size: 16px;
}

.SortingContainer-NoChange-NewsColumn a:hover,
.SortingContainer-NoChange-NewsColumn a:active,
a:hover,
.PressRelease-NewsTitle:hover {
    color: #004BC8;

    font-weight: none;
    /* text-decoration: underline; */
    font-style: none;
}



.Periods-YearPeriodSelected, #YearPeriodsContainer a:hover {

}

#MainHeading {
    line-height: normal;
    margin: 0px;
    padding: 0px;
    font-size: 1.25em !important;
    font-weight: bold;
    padding-top: 1.0em;
    padding-bottom: 1.0em;
    color: #212529 !important;
    display: none !important;
}

#DateAvailableFrom {
    border-left: 0px;
    border-right: 0px;
    text-align: left;
    font-size: 1.0em;
    font-weight: normal;
    padding-top: 0em;
    padding-bottom: 0.6em;
}

#Periods {
    margin-top: 0.6em;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator,
#SearchBox,
#FromCalendarInput,
#ToCalendarInput {
    height: 50px;
    line-height: 50px;
    border: 1px solid #ccc;
    /* box-shadow: 0px 2px 7px #dbdbdb; */
    padding: 0 10px;
    margin: 3px 6px;
    border-radius: 0px;
    box-sizing: border-box;

    min-width: 230px;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator {
    min-width: 200px;
}

.EurolandTools-CommonObjects-Calendar-Selection {
    /* width: 11em; */
    height: 40px;
    position: relative;
}

#FromCalendarContrainer,
#ToCalendarContrainer {
    vertical-align: top;
    height: 50px;
    margin-bottom: 5px;
}

.euButton {
    height:50px;
    line-height: normal;
    font-family: inherit;
    font-size: 1.0em;
    color: #FFFFFF !important;
    text-transform: none;
    padding: 0 2em;
    margin: 3px 7px;
    border: 1px solid #004BC8;
    border-radius: 3px;
    background: #004BC8;
    transition: background 0.5s, color 0.5s, border 0.5s;
    float: none;
    width: 160px !important;
    /* box-shadow: 0px 4px 20px -1px #c9e3ff; */
}

.SeparateNews-Title {
	font-weight: 500;
	color: #004BC8;
}

.euButton:hover {
    background: #FFFFFF;
    color: #004BC8 !important;
    border-color: #004BC8;

    cursor: pointer;
}

li#liInsidersInfo {
    display: none;
}

#SearchButton:hover {
    cursor: pointer;


}

#SearchContainer {
    padding: 0em 0 1em 0;
    clear: both;
}

#YearPeriodsContainer a {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    padding: 1px 0;
    color: #212529;
    margin: 0 10px;
    text-transform: uppercase;
}

.Periods-YearPeriodSelected,
#YearPeriodsContainer a:hover {
    color: #004BC8 !important;
    background: #FFF;
    border-bottom: 0px solid #004BC8;
    /* text-shadow: 0px 1px 3px #7ca7d6; */
	font-weight: 500;
}

#SortingContainer {
    margin-top: 2em;
    padding: 0px;
    padding-top: 0em;
    padding-bottom: 0.6em;
    font-size: 14px;
    color: #212529;
    letter-spacing: 0;
    font-weight: 400;
    text-align: left;
}

.Tabs {
    text-align: center;
    border-bottom: 0px;
    font-size: 0px !important;
}

#Tabs {
    position: relative;
    z-index: 0;

    padding-top: 0px;
    padding-bottom: 0px;

    margin-top: 0.6em;
    margin-bottom: 1em;
}

#Tabs:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0em;
    left: 0em;
    width: 100%;
    height: 0em;
    z-index: -1;

    border-bottom: 0em solid #FFFFFF;
}

.Tabs-Tab-Container:link,
.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container:visited,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container,
.Tabs-Tab-Container.selected {
    height: 60px;
    line-height: 60px;
    padding: 0;
    margin-top: 0em;
    margin-right: 3px;
    margin-bottom: 0em;
    margin-left: 3px;
    border-radius: 3px;
    font-family: inherit;
    font-size: 20px;
    text-transform: none;
    color: #212529;
    font-style: normal;
    text-decoration: none;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    background: #FFFFFF;
    /* transition: background 0.5s, color 0.5s, border 0.5s; */
    position: relative;
    top: 0;
    left: 0em;
    min-width: 200px;
    box-sizing: border-box;
    font-weight: normal;
}

input#SearchBox {
    vertical-align: bottom;
}

.Tabs-Tab-Container.selected:link,
.Tabs-Tab-Container.selected:visited,
.Tabs-Tab-Container.selected,
.Tabs-Tab-Container:active {
    border-top: 1px solid #004BC8;
    border-right: 1px solid #004BC8;
    border-bottom: 1px solid #004BC8;
    border-left: 1px solid #004BC8;
    text-decoration: none;

    position: relative;
    top: 0px;
    left: 0px;
    color: #FFF !important;
    background: #004BC8;
    box-shadow: 0 0.1rem 0.2rem rgba(44, 107, 178, .5);
    z-index: 1;
}

/* .Tabs-Tab-Container:hover {
    color: #FFFFFF;
    background: #004BC8;
    border: 1px solid #004BC8;
    box-shadow: 0px 4px 20px -1px #c9e3ff;
} */

.Tabs-Tab-Container.selected:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -0em;

    border-left: 0em solid transparent;
    border-right: 0em solid transparent;
    border-top: 0em solid #212529;
}

.Tabs-Tab {
    display: inline-block;
    margin: 0px;
    text-transform: none;
    text-align: center;
}


#Types {
    padding-bottom: 0em;
    padding-top: 0em;
    display: none;
}


.Type {
    background-color: #CCCCCC;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    padding: 1em 1em 1em 1em;
    color: #212529;
    text-transform: none;
    font-family: inherit;
    font-size: 0.8em;
    margin: 0.22em;
    transition: background 0.5s, color 0.5s, border 0.5s;
    font-style: normal;
    font-weight: normal;
}

.TypeSelected,
.Type:hover {
    cursor: pointer;

    background-color: #004BC8;
    color: #FFFFFF;
    box-shadow: 0px 4px 20px -1px #c9e3ff;
}

/******************************************************************************** Paging Buttons */

.PagesContainer {
    text-align: center;
}

.Pages-ArrowContainer {
    width: auto;
}

.Pages-Arrow {
    display: inline-block !important;
    opacity: 1 !important;
}

.Pages {
    border-collapse: collapse;
    width: auto;
    margin: 0 auto;
    float: none;
}

.Pages td {
    width: auto;
}

.Pages td {
    padding: 0em;
}

.Pages-PageMarker-Text {
    margin: 0px;
}

.Pages-Arrow,
.Pages-PageMarker {
    border-radius: 0.0em 0.0em 0.0em 0.0em;
    margin: 0.0em;
}

.Pages-ArrowContainer:first-child .Pages-Arrow {
    border-radius: 3px;
}

.Pages-ArrowContainer:last-child .Pages-Arrow {
    border-radius: 3px;
}

.Pages-Arrow,
.Pages-Arrow:link,
.Pages-Arrow:active,
.Pages-PageMarker,
.Pages-PageMarker:link,
.Pages-PageMarker:visited {

    display: inline-block;
    background-color: transparent;
    color: #212529;
    border: 0px solid #212529;
    padding: 0;
    font-family: inherit;
    font-size: 18px;
    text-decoration: initial;
    font-weight: normal;
    border-radius: 5px;
    transition: background 0.5s, color 0.5s, border 0.5s;
    margin: 0em 6px;
    height: 54px;
    width: 54px;
    line-height: 54px;
    position: relative;
    /* border-bottom: 2px solid transparent; */
}

.Pages-Arrow:hover,
.Pages-Arrow:active,
.Pages-PageMarker:hover,
.Pages-PageMarker:active {
    background-color: #FFFFFF;
    color: #004BC8;
    border-color: #004BC8;

    text-decoration: initial;
    font-weight: normal;
    border-color: #004BC8;
}

.Pages-SelectedPageMarker,
.Pages-SelectedPageMarker:hover,
.Pages-SelectedPageMarker:active {
    background-color: #FFFFFF;
    color: #004BC8;
    /* border-color: #004BC8; */
    border-color: #004BC8;
    text-decoration: initial;
    font-weight: normal;
}


.Pages-SelectedPageMarker:after,
.Pages-PageMarker:hover:after {
    content: "";
    width: 16px;
    display: block;
    background: #004BC8;
    position: absolute;
    bottom: 0;
    height: 4px;
    left: 35%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
/*''''''''''''''''''''''''''''''''''''''''''''' PRESS RELEASE CONTENT''''''''''''''''''''''''''''''''''''''''''''*/

#SortReleaseArrow {
    display: none;
}

.ArrowContainer {
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
}

.ArrowContainer:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: -1em;
    margin-top: -0.6em;
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    border-top: 0.0em solid #787F84;
    border-bottom: 0.0em solid #787F84;
}

.ArrowContainer_DSEC:after {
    border-top-width: 0.6em;
}

.ArrowContainer_ASC:after {
    border-bottom-width: 0.6em;
}

.SortingContainer-NoChange-NewsColumn a:link .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:visited .ArrowContainer:after {
    border-top-color: #787F84;
    border-bottom-color: #787F84;
}

.SortingContainer-NoChange-NewsColumn a:active .ArrowContainer:after,
.SortingContainer-NoChange-NewsColumn a:hover .ArrowContainer:after {
    border-top-color: #212529;
    border-bottom-color: #212529;
}

.PressRelease-SingleLine-DateContainer {
    float: left;
    padding-top: 5px;
    position: relative;
    top: -6px;

    clear: left;
}

.PressRelease-SingleLine-DateContainer:after {
    content: "";
    position: absolute;
    border-left: 1px solid #E1E4E6;
    width: 1px;
    height: 13px;
    display: inline-block;
    top: 10px;
}

.PressRelease-SingleLine-TypeContainer {
    border-radius: 0.0em 0.0em 0.0em 0.0em;
    padding-top: 0;
    margin-left: 10px;

    float: left;

    position: relative;
    top:-2px;

}

.PressRelease-SingleLine-TitleContainer {
    animation: none;
    clear: left;
    float: left;
    /* width: 100%; */
    /* margin-top: 1em; */
    padding: 5px 0;
    /* display: inline-block; */
    max-width: 80%;
    padding-top: 5px;
	/* color: #004BC8; */
}

.PressRelease-SingleLine-AttachmentsContainer {
    float: right;
    /* margin-top: 0.3em; */
    padding: 0;
    /* display: inline-block; */
    /* width: 100%;
    max-width: 20%; */
    /* padding-top: 30px; */
    padding-top: 16px;
}

.PressRelease-SingleLine-DataRow {
    padding: 0px 0;
}

.PressReleaseOdd {
    background-color: transparent;
}

.PressReleaseEven {
    background-color: transparent
}

.PressRelease {
    padding: 5px 0;
    border-left: 0em solid #E1E1E1;
    margin: 5px 15px;
    border-radius: 0px;
    /* box-shadow: 2px 5px 15px 2px #e1e1e1; */
	border-bottom: 1px solid #CCCCCC;
}

/* .PressRelease:hover {
    background: #2d6cb3;
    box-sizing: border-box;
    box-shadow: 0px 4px 20px -1px #c9e3ff;
} */
/* 
.PressRelease:hover .PressRelease-SingleLine-DataRow .PressRelease-NewsType,
.PressRelease:hover .PressRelease-NewsTitle,
.PressRelease:hover .PressRelease-NewsDate {
    color: #FFFFFF;
} */

#PressRelease_0 {
    border-top: 0px solid #E1E4E6;
}

.PressRelease:last-child {
    border-bottom: 0px solid #E1E1E1;
}

.PressRelease-NewsTitle,
.PressRelease-NewsTitle:link,
.PressRelease-NewsTitle:visited {
    font-family: inherit;
    font-size: 19.2px;

    font-weight: 400;
    font-style: normal;
    text-decoration: initial;
    color: #212529;
}

.PressRelease-NewsTitle:hover,
.PressRelease-NewsTitle:active {
    /* font-weight: normal; */
    font-style: normal;
    text-decoration: none;
    color: #004BC8;
}

.PressRelease-NewsType {
    font-weight: normal;
    text-transform: none;
    font-style: normal;
    font-family: inherit;
    font-size: 16px;
    color: #333;
}

.PressRelease-NewsDate {
    margin-right: 0.5em;

    font-family: inherit;
    font-size: 16px;
    color: #004BC8;
    font-weight: bold;
    text-transform: none;
    font-style: normal;
}

#PagesContainer {
    text-align: center;
    padding: 1em 0;
}

#SuppliedBy {
    text-align: right;
    padding-top: 2em;
    font-size: 14px;
    color: #333;
}

#SuppliedBy a {
    font-size: 14px;
    color: #333;
}

#SuppliedBy a:hover {
    color: #004BC8;
}

.zh-CN #SuppliedBy>a {
    margin-right: 4px;
}

.en-GB #SuppliedBy>a {
    position: relative;
    margin-right: 5px;
}

.en-GB #SuppliedBy>a:after {
    content: "|";
    position: absolute;
    right: -6px;
}

.zh-CN .Disclaimer,
.zh-TW .Disclaimer {
    position: relative;
    margin-left: 5px;
}

.zh-CN .Disclaimer:before,
.zh-TW .Disclaimer:before {
    content: "|";
    position: absolute;
    left: -6px;
}

.disclaimer {
    font-size: 14px;
}

.Disclaimer {
    display: inline-block;
}

.EurolandTools-CommonObjects-Calendar-SelectionFocusIndicator {
    border: 0 solid #a8c1e4;
    box-shadow: none;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100%;
    padding: 5px 0;
    border: 1px solid #464646;
    background: #212529;
    text-align: center;
    font-size: 16px;
    line-height: 15px;
    font-weight: normal;
    color: #262626;
    color: #fff;
    text-shadow: 0 0 1px #666;
    transition: background 1s, border 1s;
}

.EurolandTools-CommonObjects-Calendar-Month-DayName,
.EurolandTools-CommonObjects-Calendar-Month-NotActive,
.EurolandTools-CommonObjects-Calendar-Navigator-Button {
    text-shadow: none;
}


.PressRelease-Attachment a img {
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;

}

.PressRelease-Attachment,
.PressRelease-Attachment div {
    width: 30px !important;
    height: 36px !important;
    margin: 0 !important;
    overflow: hidden;
    /*transition: 0.5s all;*/
}



/* .PressRelease-Attachment:hover {
    width: 90% !important;
    overflow: hidden;
} */

.PressRelease-Attachment div {
    margin-right: .5em !important;
}

@media (max-width: 350px) {
    .PressRelease-SingleLine-TypeContainer {
        display: block !important;
        clear: left;
        float: none;
        margin: 0;
    }
}

.euButton {
    width: 167px;
}

@media (max-width: 590px) {
    #Searchbox {
        margin-top: 0;
        margin-right: 26px;
    }
}

@media (max-width: 466px) {
    span#FromCalendarContrainer {
        position: relative;
        left: 0px;
    }
}

/**changes**/
#CurrentPeriodContainer {
    display: none !important;
}

#YearPeriodsContainer {
    /*! text-align: left !important; */
    padding: 0;
}

.Tabs tbody {
    position: relative;
}

.Tabs:after {
    content: "";
    border-bottom: 1px solid #004BC8;
    width: 100%;
    display: none;
    position: absolute;
}

/* .EurolandTools-CommonObjects-Calendar-CalendarIcon {
  background: url(icon.png) center center no-repeat;
  position: relative;
  left: -2.5em;
} */

#SearchBox {
    /* width: 164px; */
    font-size: 16px;
    color: #212529;
    letter-spacing: 0;
    font-weight: 400;
}

/* .EurolandTools-CommonObjects-Calendar-SelectionIndicator {
    min-width: auto;
    width: 150px;
}
.EurolandTools-CommonObjects-Calendar-SelectionIndicator {
    min-width: auto;
    width: 150px;
} */

.EurolandTools-CommonObjects-Calendar-SelectionIndicator span {
    font-size: 16px;
    color: #212529 !important;
    letter-spacing: 0;
    /* font-weight: 500; */
}

#ControlsContainer {
    position: relative;
}

#TotalNr {
    color: #004BC8;
}

.zh-CN #TotalNr,
.zh-TW #TotalNr {
    margin-right: 10px;
}

#TotalContainer {
    position: absolute !important;
    z-index: 1;
    bottom: -2em;
    font-size: 16px;
}


/* ADDED CSS */

/* .EurolandTools-CommonObjects-Calendar-SelectionIndicator {
    position: relative;
}

.EurolandTools-CommonObjects-Calendar-SelectionIndicator:before {
    font-size: 20px;
    content: "";
    background: url(icon.png) center center no-repeat;
    color: #000;
    position: absolute;
    top: 0;
    left: 81%;
} */

.EurolandTools-CommonObjects-Calendar-CalendarIcon {
    cursor: pointer;
    margin: 0;
    top: 5px;
    width: 30px;
    left: 3px;
    height: 30px;
    /* background-size: 25px !important;
    background: url(icons/calendar.svg) center center no-repeat; */
}

@media (max-width: 488px) {
    #SearchBox {
        width: 97%;
    }
}

@media (max-width: 350px) {
    .PressRelease-SingleLine-DateContainer:after {
        display: none;
    }
}

.NewsColumn-Container .PressRelease-Attachment {
    float: none !important;
}

.PressRelease-Attachment,
.PressRelease-Attachment div {
    /* width: 30px!important; */
    height: 36px !important;
    margin: 0 !important;
    overflow: hidden;
    /* transition: 0.5s all; */
}

/* .Tabs>li:last-child>a:not(.Tabs-Tab-Container.selected) {
    right: 0 !important;
}

.Tabs>li:first-child>a:not(.Tabs-Tab-Container.selected) {
    left: 0 !important;
}

.Tabs>li:first-child>.Tabs-Tab-Container.selected {
    left: 0 !important;
}

.Tabs>li:last-child>.Tabs-Tab-Container.selected {
    right: 0 !important;
} */

@media (min-width: 1400px) {
    #YearPeriodsContainer a {
        font-size: 22px;
    }

    .Tabs-Tab-Container:link,
    .Tabs-Tab-Container.selected:link,
    .Tabs-Tab-Container:visited,
    .Tabs-Tab-Container.selected:visited,
    .Tabs-Tab-Container,
    .Tabs-Tab-Container.selected {
        min-width: 250px;
        font-size: 20px;
    }

    .PressRelease-NewsTitle,
    .PressRelease-NewsTitle:link,
    .PressRelease-NewsTitle:visited {
        font-size: 20px;
    }

    .PressRelease-NewsDate,
    .PressRelease-NewsType {
        font-size: 16px;
    }

    .Pages-Arrow,
    .Pages-Arrow:link,
    .Pages-Arrow:active,
    .Pages-PageMarker,
    .Pages-PageMarker:link,
    .Pages-PageMarker:visited {
        height: 54px;
        width: 54px;
        line-height: 54px;
    }
}

@media (min-width: 1260px) and (max-width: 1339px) {
    #YearPeriodsContainer a {
        font-size: 20px;
    }

    .Tabs-Tab-Container:link,
    .Tabs-Tab-Container.selected:link,
    .Tabs-Tab-Container:visited,
    .Tabs-Tab-Container.selected:visited,
    .Tabs-Tab-Container,
    .Tabs-Tab-Container.selected {
        min-width: 220px;
        font-size: 18px;
    }

    .PressRelease-NewsTitle,
    .PressRelease-NewsTitle:link,
    .PressRelease-NewsTitle:visited {
        font-size: 18px;
    }

    .PressRelease-NewsDate,
    .PressRelease-NewsType {
        font-size: 14px;
    }

    .Pages-Arrow,
    .Pages-Arrow:link,
    .Pages-Arrow:active,
    .Pages-PageMarker,
    .Pages-PageMarker:link,
    .Pages-PageMarker:visited {
        height: 45px;
        width: 45px;
        line-height: 45px;
    }
}

@media (max-width: 1259px) {
    #YearPeriodsContainer a {
        font-size: 18px;
    }

    .Tabs-Tab-Container:link,
    .Tabs-Tab-Container.selected:link,
    .Tabs-Tab-Container:visited,
    .Tabs-Tab-Container.selected:visited,
    .Tabs-Tab-Container,
    .Tabs-Tab-Container.selected {
        min-width: 200px;
        font-size: 16px;
    }

    .PressRelease-NewsTitle,
    .PressRelease-NewsTitle:link,
    .PressRelease-NewsTitle:visited {
        font-size: 16px;
    }

    .PressRelease-NewsDate,
    .PressRelease-NewsType {
        font-size: 14px;
    }

    .Pages-Arrow,
    .Pages-Arrow:link,
    .Pages-Arrow:active,
    .Pages-PageMarker,
    .Pages-PageMarker:link,
    .Pages-PageMarker:visited {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
}

@media (max-width: 811px) {
    .Tabs>li:last-child>a:not(.Tabs-Tab-Container.selected) {
        right: 0em !important;
    }

    .Tabs>li:first-child>a:not(.Tabs-Tab-Container.selected) {
        left: 0em !important;
    }

    .Tabs>li:first-child>.Tabs-Tab-Container.selected {
        left: 0em !important;
    }

    .Tabs>li:last-child>.Tabs-Tab-Container.selected {
        right: 0em !important;
    }

    .Tabs-Tab-Container:link,
    .Tabs-Tab-Container.selected:link,
    .Tabs-Tab-Container:visited,
    .Tabs-Tab-Container.selected:visited,
    .Tabs-Tab-Container,
    .Tabs-Tab-Container.selected {
        margin-bottom: 1em;
    }
}

@media (max-width: 420px) {
    .euButton {
        width: 200px !important;
    }
}


  /* CALENDAR CA */

  .EurolandTools-CommonObjects-Calendar-CalendarContainer {
	box-shadow: 0 !important;
  }

  .EurolandTools-CommonObjects-Calendar-Button-VisualButton, .EurolandTools-CommonObjects-Calendar-Month-DayName {
	color: #212529;
  }

.EurolandTools-CommonObjects-Calendar-Month-Today .EurolandTools-CommonObjects-Calendar-Button-VisualButton {
	background-color: #004BC8 !important;
	color: #FFFF !important;
	border-color: #004BC8 !important;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton, .EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton {
	width: 35%;
    background: #004BC8;
    font-weight: normal;
    border: 1px solid #004BC8;
    border-radius: 3px;
	color: #FFFFFF !important;
	font-family: inherit;
	transition: all 0.2ms ease-in;
	padding: .5em;
	cursor: pointer;
}
.EurolandTools-CommonObjects-Calendar-Month-DayButton:hover, .EurolandTools-CommonObjects-Calendar-ExtraNavigation-CloseButton:hover {
	background: #004BC8 !important;
	color: #FFF !important;
	font-weight: normal;
}
a.Periods-YearPeriod.Periods-YearPeriodSelected {
    color: #004BC8 !important;
    /* border-bottom: 2px solid #004BC8; */
	font-weight: 500 !important;
}

.EurolandTools-CommonObjects-Calendar-Calendar-CloseButton:hover {
    background: #004BC8;
	color: #FFFFFF;
}

.EurolandTools-CommonObjects-Calendar-Month-DayName,
.EurolandTools-CommonObjects-Calendar-Month-Day,
.EurolandTools-CommonObjects-Calendar-Navigator-MonthButton,
.EurolandTools-CommonObjects-Calendar-Navigator-Button {
	text-shadow: none !important;
}


.EurolandTools-CommonObjects-Calendar-Navigator-Button {
	font-size: 18px !important;
	font-weight: normal !important;
}

.EurolandTools-CommonObjects-Calendar-Month-DayName {
	font-weight: normal !important;
	color: #212529 !important;
}

th.EurolandTools-CommonObjects-Calendar-Month-DayName.EurolandTools-CommonObjects-Calendar-Month-DayName-Weekend,
td.EurolandTools-CommonObjects-Calendar-Month-Weekend.EurolandTools-CommonObjects-Calendar-Month-Day span {
	color: #FF0000 !important;
}
.EurolandTools-CommonObjects-Calendar-Calendar-CloseButtonContainer {
	text-align: center;
}

.EurolandTools-CommonObjects-Calendar-Button-VisualButton, .EurolandTools-CommonObjects-Calendar-Month-DayName{
    font-size: 14px;
}
span.EurolandTools-CommonObjects-Calendar-Button-VisualButton.EurolandTools-CommonObjects-Calendar-Navigator-Button {
    color: #212529;
}

span.EurolandTools-CommonObjects-Calendar-Button-VisualButton.EurolandTools-CommonObjects-Calendar-Navigator-Button.EurolandTools-CommonObjects-Calendar-Navigator-MonthButton {
	color: #004BC8;
    font-size: 16px !important;
    font-family: inherit;
}
th.EurolandTools-CommonObjects-Calendar-Month-DayName {
    font-family: inherit;
}

/* .PressRelease-Attachment a img {
    transition: all 0.2 ease-in-out;
} */

/* .PressRelease-Attachment a:hover img {
    width: 32px !important;
    height: 32px !important;
} */

@media screen and (max-width:500px) {
    .PressRelease-SingleLine-TitleContainer {
        overflow: hidden;
        /* max-width: 300px; */
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}